File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
spring-cloud-stream-binder-oracle-txeventq
spring-cloud-stream-binder-txeventq-sample
spring-cli/projects/obaas Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 46
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.3.0</org .springframework.cloud.version>
49
- <spring .boot.version>3.5.0 </spring .boot.version>
49
+ <spring .boot.version>3.5.3 </spring .boot.version>
50
50
<spring .framework.version>6.2.8</spring .framework.version>
51
51
<testcontainers .version>1.21.1</testcontainers .version>
52
52
<build-helper-maven-plugin .version>3.6.0</build-helper-maven-plugin .version>
Original file line number Diff line number Diff line change 43
43
<maven .compiler.source>21</maven .compiler.source>
44
44
<maven .compiler.target>21</maven .compiler.target>
45
45
<txeventq .streambinder.version>0.14.0</txeventq .streambinder.version>
46
- <spring .boot.version>3.5.0 </spring .boot.version>
46
+ <spring .boot.version>3.5.3 </spring .boot.version>
47
47
<testcontainers .version>1.21.1</testcontainers .version>
48
48
</properties >
49
49
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.5.0 </version >
15
+ <version >3.5.3 </version >
16
16
<relativePath /> <!-- lookup parent from repository -->
17
17
</parent >
18
18
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.springframework.boot</groupId >
7
7
<artifactId >spring-boot-starter-parent</artifactId >
8
- <version >3.5.0 </version >
8
+ <version >3.5.3 </version >
9
9
<relativePath /> <!-- lookup parent from repository -->
10
10
</parent >
11
11
Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
75
75
<maven .compiler.source>21</maven .compiler.source>
76
76
<maven .compiler.target>21</maven .compiler.target>
77
77
78
- <spring-boot .version>3.5.0 </spring-boot .version>
78
+ <spring-boot .version>3.5.3 </spring-boot .version>
79
79
<spring-cloud-oci-dependencies .version>${project.version} </spring-cloud-oci-dependencies .version>
80
80
<spring-cloud-dependencies .version>2025.0.0</spring-cloud-dependencies .version>
81
81
<spring-framework .version>6.2.8</spring-framework .version>
@@ -222,7 +222,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
222
222
<dependency >
223
223
<groupId >org.springframework.data</groupId >
224
224
<artifactId >spring-data-commons</artifactId >
225
- <version >${spring-boot.version} </version >
225
+ <version >3.5.1 </version >
226
226
</dependency >
227
227
<dependency >
228
228
<groupId >org.springframework</groupId >
You can’t perform that action at this time.
0 commit comments