Skip to content

Commit 584721b

Browse files
authored
Dependency updates (#196)
Signed-off-by: Andy Tael <andy.tael@yahoo.com>
1 parent 7db4729 commit 584721b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

database/spring-cloud-stream-binder-oracle-txeventq/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@
4343
<maven.compiler.source>17</maven.compiler.source>
4444
<maven.compiler.target>17</maven.compiler.target>
4545
<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>
4747
<oracle.database.security.version>21.17.0.0</oracle.database.security.version>
4848
<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>
5151
<testcontainers.version>1.20.6</testcontainers.version>
5252
<build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version>
5353
<maven-javadoc-plugin.version>3.7.0</maven-javadoc-plugin.version>

database/starters/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>3.4.3</version>
15+
<version>3.4.5</version>
1616
<relativePath/> <!-- lookup parent from repository -->
1717
</parent>
1818

spring-cloud-oci/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Licensed under the Universal Permissive License v 1.0 as shown at https://oss.or
1111
<parent>
1212
<groupId>org.springframework.cloud</groupId>
1313
<artifactId>spring-cloud-build</artifactId>
14-
<version>4.2.0</version>
14+
<version>4.2.1</version>
1515
<relativePath/>
1616
</parent>
1717
<groupId>com.oracle.cloud.spring</groupId>

0 commit comments

Comments
 (0)