File tree 3 files changed +5
-5
lines changed
spring-cloud-stream-binder-oracle-txeventq
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 43
43
<maven .compiler.source>17</maven .compiler.source>
44
44
<maven .compiler.target>17</maven .compiler.target>
45
45
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
46
- <oracle-database .version>23.7 .0.25.01 </oracle-database .version>
46
+ <oracle-database .version>23.8 .0.25.04 </oracle-database .version>
47
47
<oracle .database.security.version>21.17.0.0</oracle .database.security.version>
48
48
<org .springframework.cloud.version>4.2.1</org .springframework.cloud.version>
49
- <spring .boot.version>3.4.3 </spring .boot.version>
50
- <spring .framework.version>6.2.3 </spring .framework.version>
49
+ <spring .boot.version>3.4.5 </spring .boot.version>
50
+ <spring .framework.version>6.2.6 </spring .framework.version>
51
51
<testcontainers .version>1.20.6</testcontainers .version>
52
52
<build-helper-maven-plugin .version>3.6.0</build-helper-maven-plugin .version>
53
53
<maven-javadoc-plugin .version>3.7.0</maven-javadoc-plugin .version>
Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >3.4.3 </version >
15
+ <version >3.4.5 </version >
16
16
<relativePath /> <!-- lookup parent from repository -->
17
17
</parent >
18
18
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
11
11
<parent >
12
12
<groupId >org.springframework.cloud</groupId >
13
13
<artifactId >spring-cloud-build</artifactId >
14
- <version >4.2.0 </version >
14
+ <version >4.2.1 </version >
15
15
<relativePath />
16
16
</parent >
17
17
<groupId >com.oracle.cloud.spring</groupId >
You can’t perform that action at this time.
0 commit comments