Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<oracle-database.version>23.8.0.25.04</oracle-database.version>
<oracle.database.security.version>21.17.0.0</oracle.database.security.version>
<org.springframework.cloud.version>4.3.0</org.springframework.cloud.version>
<spring.boot.version>3.5.0</spring.boot.version>
<spring.boot.version>3.5.3</spring.boot.version>
<spring.framework.version>6.2.8</spring.framework.version>
<testcontainers.version>1.21.1</testcontainers.version>
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>
<txeventq.streambinder.version>0.14.0</txeventq.streambinder.version>
<spring.boot.version>3.5.0</spring.boot.version>
<spring.boot.version>3.5.3</spring.boot.version>
<testcontainers.version>1.21.1</testcontainers.version>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion database/starters/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.0</version>
<version>3.5.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down
2 changes: 1 addition & 1 deletion spring-cli/projects/obaas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.0</version>
<version>3.5.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand Down
4 changes: 2 additions & 2 deletions spring-cloud-oci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>

<spring-boot.version>3.5.0</spring-boot.version>
<spring-boot.version>3.5.3</spring-boot.version>
<spring-cloud-oci-dependencies.version>${project.version}</spring-cloud-oci-dependencies.version>
<spring-cloud-dependencies.version>2025.0.0</spring-cloud-dependencies.version>
<spring-framework.version>6.2.8</spring-framework.version>
Expand Down Expand Up @@ -222,7 +222,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>${spring-boot.version}</version>
<version>3.5.1</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
Loading