1
0
mirror of synced 2026-08-04 17:27:13 +00:00

Fix to be latest SNAPSHOT

This commit is contained in:
Spring Buildmaster
2018-10-16 02:40:37 +00:00
committed by Rob Winch
parent 201690ceba
commit bf5a3a1aee
49 changed files with 374 additions and 367 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-samples-boot-insecure</artifactId>
<version>4.2.7.RELEASE</version>
<version>4.2.8.RELEASE</version>
<name>spring-security-samples-boot-insecure</name>
<description>spring-security-samples-boot-insecure</description>
<url>http://spring.io/spring-security</url>
@@ -35,7 +35,7 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-framework-bom</artifactId>
<version>4.3.18.RELEASE</version>
<version>4.3.19.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@@ -62,7 +62,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.1.2</version>
<version>1.1.11</version>
<scope>test</scope>
</dependency>
<dependency>