We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cbc996a + bb38040 commit 3317af1Copy full SHA for 3317af1
parent-boot-2/pom.xml
@@ -17,7 +17,7 @@
17
<dependency>
18
<groupId>org.springframework.boot</groupId>
19
<artifactId>spring-boot-dependencies</artifactId>
20
- <version>2.0.4.RELEASE</version>
+ <version>${spring-boot.version}</version>
21
<type>pom</type>
22
<scope>import</scope>
23
</dependency>
@@ -41,7 +41,7 @@
41
<plugin>
42
43
<artifactId>spring-boot-maven-plugin</artifactId>
44
45
</plugin>
46
</plugins>
47
</pluginManagement>
@@ -73,6 +73,6 @@
73
<rest-assured.version>3.1.0</rest-assured.version>
74
<!-- plugins -->
75
<thin.version>1.0.11.RELEASE</thin.version>
76
+ <spring-boot.version>2.0.5.RELEASE</spring-boot.version>
77
</properties>
-
78
-</project>
+</project>
0 commit comments