Skip to content

Commit cb6306b

Browse files
committed
Upgraded parent-spring-5 versions, and fixed minor issues in modules using the parent module
1 parent 7997588 commit cb6306b

6 files changed

Lines changed: 10 additions & 50 deletions

File tree

httpclient-simple/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<dependency>
2222
<groupId>org.springframework.security</groupId>
2323
<artifactId>spring-security-web</artifactId>
24-
<version>${spring.version}</version>
24+
<version>${spring-security.version}</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.springframework.security</groupId>
2828
<artifactId>spring-security-config</artifactId>
29-
<version>${spring.version}</version>
29+
<version>${spring-security.version}</version>
3030
</dependency>
3131

3232
<!-- Spring -->

parent-spring-5/pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
34
<modelVersion>4.0.0</modelVersion>
45
<groupId>com.baeldung</groupId>
@@ -29,8 +30,8 @@
2930
</dependencies>
3031

3132
<properties>
32-
<spring.version>5.1.4.RELEASE</spring.version>
33-
<spring-security.version>5.1.4.RELEASE</spring-security.version>
33+
<spring.version>5.1.9.RELEASE</spring.version>
34+
<spring-security.version>5.1.6.RELEASE</spring-security.version>
3435
</properties>
3536

3637
</project>

spring-core-2/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@
4747
<plugin>
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-surefire-plugin</artifactId>
50-
<version>2.22.1</version>
50+
<version>${maven.surefire.version}</version>
5151
</plugin>
5252
</plugins>
5353
</build>
5454

5555
<properties>
56-
<spring.version>5.1.4.RELEASE</spring.version>
56+
<maven.surefire.version>2.22.1</maven.surefire.version>
5757
</properties>
5858

5959
</project>

spring-mvc-java/src/test/java/com/baeldung/SpringContextTest.java

Lines changed: 0 additions & 21 deletions
This file was deleted.

spring-security-rest-basic-auth/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
<dependency>
2323
<groupId>org.springframework.security</groupId>
2424
<artifactId>spring-security-web</artifactId>
25-
<version>${spring.version}</version>
25+
<version>${spring-security.version}</version>
2626
</dependency>
2727
<dependency>
2828
<groupId>org.springframework.security</groupId>
2929
<artifactId>spring-security-config</artifactId>
30-
<version>${spring.version}</version>
30+
<version>${spring-security.version}</version>
3131
</dependency>
3232

3333
<!-- Spring -->

spring-security-rest/src/test/java/org/baeldung/SpringContextTest.java

Lines changed: 0 additions & 20 deletions
This file was deleted.

0 commit comments

Comments
 (0)