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 4646 <oracle-database .version>23.8.0.25.04</oracle-database .version>
4747 <oracle .database.security.version>21.17.0.0</oracle .database.security.version>
4848 <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>
5050 <spring .framework.version>6.2.8</spring .framework.version>
5151 <testcontainers .version>1.21.1</testcontainers .version>
5252 <build-helper-maven-plugin .version>3.6.0</build-helper-maven-plugin .version>
Original file line number Diff line number Diff line change 4343 <maven .compiler.source>21</maven .compiler.source>
4444 <maven .compiler.target>21</maven .compiler.target>
4545 <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>
4747 <testcontainers .version>1.21.1</testcontainers .version>
4848 </properties >
4949
Original file line number Diff line number Diff line change 1212 <parent >
1313 <groupId >org.springframework.boot</groupId >
1414 <artifactId >spring-boot-starter-parent</artifactId >
15- <version >3.5.0 </version >
15+ <version >3.5.3 </version >
1616 <relativePath /> <!-- lookup parent from repository -->
1717 </parent >
1818
Original file line number Diff line number Diff line change 55 <parent >
66 <groupId >org.springframework.boot</groupId >
77 <artifactId >spring-boot-starter-parent</artifactId >
8- <version >3.5.0 </version >
8+ <version >3.5.3 </version >
99 <relativePath /> <!-- lookup parent from repository -->
1010 </parent >
1111
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
7575 <maven .compiler.source>21</maven .compiler.source>
7676 <maven .compiler.target>21</maven .compiler.target>
7777
78- <spring-boot .version>3.5.0 </spring-boot .version>
78+ <spring-boot .version>3.5.3 </spring-boot .version>
7979 <spring-cloud-oci-dependencies .version>${project.version} </spring-cloud-oci-dependencies .version>
8080 <spring-cloud-dependencies .version>2025.0.0</spring-cloud-dependencies .version>
8181 <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
222222 <dependency >
223223 <groupId >org.springframework.data</groupId >
224224 <artifactId >spring-data-commons</artifactId >
225- <version >${spring-boot.version} </version >
225+ <version >3.5.1 </version >
226226 </dependency >
227227 <dependency >
228228 <groupId >org.springframework</groupId >
You can’t perform that action at this time.
0 commit comments