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 ae1229f + c9a627b commit 76a7973Copy full SHA for 76a7973
spring-oracle-example/pom.xml
@@ -7,7 +7,7 @@
7
<parent>
8
<groupId>org.springframework.boot</groupId>
9
<artifactId>spring-boot-starter-parent</artifactId>
10
- <version>3.5.5</version>
+ <version>3.5.6</version>
11
<relativePath/>
12
</parent>
13
@@ -19,7 +19,7 @@
19
20
<properties>
21
<java.version>21</java.version>
22
- <spring.boot.version>3.5.5</spring.boot.version>
+ <spring.boot.version>3.5.6</spring.boot.version>
23
<lombok.version>1.18.42</lombok.version>
24
<oracle.database.version>23.9.0.25.07</oracle.database.version>
25
<maven.compiler.plugin.version>3.14.0</maven.compiler.plugin.version>
0 commit comments