We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 306624c commit 2303964Copy full SHA for 2303964
pom.xml
@@ -12,7 +12,7 @@
12
<kotlin.version>1.7.20</kotlin.version>
13
<maven.compiler>1.8</maven.compiler>
14
<specmatic.version>0.74.0</specmatic.version>
15
- <spring.boot.version>2.7.5</spring.boot.version>
+ <spring.boot.version>3.1.3</spring.boot.version>
16
</properties>
17
18
<dependencies>
@@ -209,7 +209,7 @@
209
<plugin>
210
<groupId>org.springframework.boot</groupId>
211
<artifactId>spring-boot-maven-plugin</artifactId>
212
- <version>2.3.4.RELEASE</version>
+ <version>3.1.3</version>
213
<configuration>
214
<fork>true</fork>
215
<mainClass>${start.class}</mainClass>
0 commit comments