Skip to content

Commit 3317af1

Browse files
authored
Merge pull request eugenp#5456 from amit2103/BAEL-9516
[BAEL-9516] - Added latest version of spring 2
2 parents cbc996a + bb38040 commit 3317af1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

parent-boot-2/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<dependency>
1818
<groupId>org.springframework.boot</groupId>
1919
<artifactId>spring-boot-dependencies</artifactId>
20-
<version>2.0.4.RELEASE</version>
20+
<version>${spring-boot.version}</version>
2121
<type>pom</type>
2222
<scope>import</scope>
2323
</dependency>
@@ -41,7 +41,7 @@
4141
<plugin>
4242
<groupId>org.springframework.boot</groupId>
4343
<artifactId>spring-boot-maven-plugin</artifactId>
44-
<version>2.0.4.RELEASE</version>
44+
<version>${spring-boot.version}</version>
4545
</plugin>
4646
</plugins>
4747
</pluginManagement>
@@ -73,6 +73,6 @@
7373
<rest-assured.version>3.1.0</rest-assured.version>
7474
<!-- plugins -->
7575
<thin.version>1.0.11.RELEASE</thin.version>
76+
<spring-boot.version>2.0.5.RELEASE</spring-boot.version>
7677
</properties>
77-
78-
</project>
78+
</project>

0 commit comments

Comments
 (0)