diff --git a/database/starters/oracle-spring-boot-starter-aqjms/pom.xml b/database/starters/oracle-spring-boot-starter-aqjms/pom.xml
index 6409c83c..a902ba1c 100644
--- a/database/starters/oracle-spring-boot-starter-aqjms/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-aqjms/pom.xml
@@ -8,12 +8,12 @@
oracle-spring-boot-starters
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-starter-aqjms
- 25.1.0
+ 25.2.0
jar
@@ -69,7 +69,7 @@
com.fasterxml.jackson.core
jackson-databind
- 2.17.1
+ ${jackson.version}
jakarta.transaction
diff --git a/database/starters/oracle-spring-boot-starter-json-collections/pom.xml b/database/starters/oracle-spring-boot-starter-json-collections/pom.xml
index a44c451f..4cb6043e 100644
--- a/database/starters/oracle-spring-boot-starter-json-collections/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-json-collections/pom.xml
@@ -8,12 +8,12 @@
oracle-spring-boot-starters
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-starter-json-collections
- 25.1.0
+ 25.2.0
Oracle Spring Boot Starter - JSON Collections
Spring Boot Starter for Oracle Database JSON collections
diff --git a/database/starters/oracle-spring-boot-starter-okafka/pom.xml b/database/starters/oracle-spring-boot-starter-okafka/pom.xml
index db2b358e..5faca2a1 100644
--- a/database/starters/oracle-spring-boot-starter-okafka/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-okafka/pom.xml
@@ -8,12 +8,12 @@
oracle-spring-boot-starters
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-starter-okafka
- 25.1.0
+ 25.2.0
Oracle Spring Boot Starter - Kafka Java Client for Oracle Database Transactional Event Queues
Spring Boot Starter for the Kafka Java Client for Oracle Database Transactional Event Queues
diff --git a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-duality/pom.xml b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-duality/pom.xml
index d1e72e66..4b13db4b 100644
--- a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-duality/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-duality/pom.xml
@@ -8,12 +8,12 @@
oracle-spring-boot-starter-samples
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-sample-json-duality
- 25.1.0
+ 25.2.0
Oracle Spring Boot Starter - JSON Relational Duality Views Sample
Oracle Spring Boot Starter Sample for JSON Relational Duality Views
diff --git a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-events/pom.xml b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-events/pom.xml
index a3876ea1..078e67c6 100644
--- a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-events/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-events/pom.xml
@@ -8,12 +8,12 @@
oracle-spring-boot-starter-samples
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-sample-json-events
- 25.1.0
+ 25.2.0
Oracle Spring Boot Starter - JSON Events Sample
Oracle Spring Boot Starter Sample for JSON Events
diff --git a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-okafka/pom.xml b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-okafka/pom.xml
index 9d6b0aee..20aafbca 100644
--- a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-okafka/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-okafka/pom.xml
@@ -8,12 +8,12 @@
oracle-spring-boot-starter-samples
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-sample-okafka
- 25.1.0
+ 25.2.0
Oracle Spring Boot Starter - OKafka Sample
Oracle Spring Boot Starter Sample for OKafka
diff --git a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-okafka/src/test/java/com/oracle/database/spring/okafka/OKafkaSampleTest.java b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-okafka/src/test/java/com/oracle/database/spring/okafka/OKafkaSampleTest.java
index 565223af..3667c0e1 100644
--- a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-okafka/src/test/java/com/oracle/database/spring/okafka/OKafkaSampleTest.java
+++ b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-okafka/src/test/java/com/oracle/database/spring/okafka/OKafkaSampleTest.java
@@ -68,7 +68,7 @@ static void properties(DynamicPropertyRegistry registry) {
OKafkaComponent okafkaComponent;
@Test
- @Timeout(value = 5)
+ @Timeout(value = 10)
void okafkaSample() throws Exception {
// Wait for the consumer and producer to complete.
okafkaComponent.await();
diff --git a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/consumer/pom.xml b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/consumer/pom.xml
index 627dd162..6b41bba0 100644
--- a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/consumer/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/consumer/pom.xml
@@ -7,12 +7,12 @@
oracle-spring-boot-sample-txeventqjms
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-sample-txeventqjms-consumer
- 25.1.0
+ 25.2.0
Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Consumer
Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Consumer
diff --git a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/pom.xml b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/pom.xml
index 91a69eec..5212e955 100644
--- a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/pom.xml
@@ -7,12 +7,12 @@
oracle-spring-boot-starter-samples
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-sample-txeventqjms
- 25.1.0
+ 25.2.0
pom
Oracle Spring Boot Starter - Transactional Event Queue JMS Sample
diff --git a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/producer/pom.xml b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/producer/pom.xml
index 84c2cb88..84713a2d 100644
--- a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/producer/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/producer/pom.xml
@@ -7,12 +7,12 @@
oracle-spring-boot-sample-txeventqjms
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-sample-txeventqjms-producer
- 25.1.0
+ 25.2.0
Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Producer
Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Producer
diff --git a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-ucp-jpa/pom.xml b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-ucp-jpa/pom.xml
index 3b04577c..37a64e82 100644
--- a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-ucp-jpa/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-ucp-jpa/pom.xml
@@ -8,12 +8,12 @@
oracle-spring-boot-starter-samples
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-sample-ucp-jpa
- 25.1.0
+ 25.2.0
Oracle Spring Boot Starter - UCP with JPA Sample
Oracle Spring Boot Starter Sample UCP with JPA
diff --git a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-wallet/pom.xml b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-wallet/pom.xml
index 6aef9a09..dd14b263 100644
--- a/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-wallet/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-wallet/pom.xml
@@ -7,12 +7,12 @@
oracle-spring-boot-starter-samples
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-sample-wallet
- 25.1.0
+ 25.2.0
Oracle Spring Boot Starter - UCP using a Wallet
oracle-spring-boot-starter-samples-ucp-wallet
diff --git a/database/starters/oracle-spring-boot-starter-samples/pom.xml b/database/starters/oracle-spring-boot-starter-samples/pom.xml
index 0eae3332..193038a6 100644
--- a/database/starters/oracle-spring-boot-starter-samples/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-samples/pom.xml
@@ -8,12 +8,12 @@
oracle-spring-boot-starters
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-starter-samples
- 25.1.0
+ 25.2.0
pom
Oracle Spring Boot Starter - Samples
diff --git a/database/starters/oracle-spring-boot-starter-ucp/pom.xml b/database/starters/oracle-spring-boot-starter-ucp/pom.xml
index 5147379a..345ba989 100644
--- a/database/starters/oracle-spring-boot-starter-ucp/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-ucp/pom.xml
@@ -8,12 +8,12 @@
oracle-spring-boot-starters
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-starter-ucp
- 25.1.0
+ 25.2.0
Oracle Spring Boot Starter - UCP
Oracle's implementation of Spring Boot Starter for using with Oracle UCP
diff --git a/database/starters/oracle-spring-boot-starter-wallet/pom.xml b/database/starters/oracle-spring-boot-starter-wallet/pom.xml
index 41674baa..e583052d 100644
--- a/database/starters/oracle-spring-boot-starter-wallet/pom.xml
+++ b/database/starters/oracle-spring-boot-starter-wallet/pom.xml
@@ -8,12 +8,12 @@
oracle-spring-boot-starters
com.oracle.database.spring
- 25.1.0
+ 25.2.0
../pom.xml
oracle-spring-boot-starter-wallet
- 25.1.0
+ 25.2.0
Oracle Spring Boot Starter - Wallet
Oracle's implementation of Spring Boot Starter for Oracle Wallet
diff --git a/database/starters/pom.xml b/database/starters/pom.xml
index 304c5272..0d7e0911 100644
--- a/database/starters/pom.xml
+++ b/database/starters/pom.xml
@@ -7,12 +7,12 @@
4.0.0
com.oracle.database.spring
oracle-spring-boot-starters
- 25.1.0
+ 25.2.0
org.springframework.boot
spring-boot-starter-parent
- 3.4.2
+ 3.4.3
@@ -62,27 +62,27 @@
- 3.4.2
- 6.2.2
+ 3.4.3
+ 6.2.3
- 17
+ 21
UTF-8
UTF-8
${basedir}
${java.version}
${java.version}
- 23.5.0.0
- 2.17.1
+ 23.6.0.0
+ 2.18.3
3.7.1
- 23.6.0.24.10
- 21.15.0.0
+ 23.7.0.25.01
+ 21.17.0.0
23.3.1.0
2.0.1
1.14.2
1.4.1
5.9.3
- 1.20.4
+ 1.20.6
2.1.3
3.0.1
@@ -144,7 +144,7 @@
com.oracle.database.security
oraclepki
- ${osdt.version}
+ ${oracle.version}
com.oracle.database.security