Skip to content

Commit 7ffadc3

Browse files
Database Starters 25.2.0
Signed-off-by: Anders Swanson <[email protected]>
1 parent 8ce8528 commit 7ffadc3

File tree

16 files changed

+41
-41
lines changed

16 files changed

+41
-41
lines changed

database/starters/oracle-spring-boot-starter-aqjms/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>25.1.0</version>
11+
<version>25.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-aqjms</artifactId>
16-
<version>25.1.0</version>
16+
<version>25.2.0</version>
1717
<packaging>jar</packaging>
1818

1919
<!-- Project Information -->
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>com.fasterxml.jackson.core</groupId>
7171
<artifactId>jackson-databind</artifactId>
72-
<version>2.17.1</version>
72+
<version>${jackson.version}</version>
7373
</dependency>
7474
<dependency>
7575
<groupId>jakarta.transaction</groupId>

database/starters/oracle-spring-boot-starter-json-collections/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>25.1.0</version>
11+
<version>25.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-json-collections</artifactId>
16-
<version>25.1.0</version>
16+
<version>25.2.0</version>
1717

1818
<name>Oracle Spring Boot Starter - JSON Collections</name>
1919
<description>Spring Boot Starter for Oracle Database JSON collections</description>

database/starters/oracle-spring-boot-starter-okafka/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>25.1.0</version>
11+
<version>25.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-okafka</artifactId>
16-
<version>25.1.0</version>
16+
<version>25.2.0</version>
1717

1818
<name>Oracle Spring Boot Starter - Kafka Java Client for Oracle Database Transactional Event Queues</name>
1919
<description>Spring Boot Starter for the Kafka Java Client for Oracle Database Transactional Event Queues</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-duality/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starter-samples</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>25.1.0</version>
11+
<version>25.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-sample-json-duality</artifactId>
16-
<version>25.1.0</version>
16+
<version>25.2.0</version>
1717

1818
<name>Oracle Spring Boot Starter - JSON Relational Duality Views Sample</name>
1919
<description>Oracle Spring Boot Starter Sample for JSON Relational Duality Views</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-json-events/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starter-samples</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>25.1.0</version>
11+
<version>25.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-sample-json-events</artifactId>
16-
<version>25.1.0</version>
16+
<version>25.2.0</version>
1717

1818
<name>Oracle Spring Boot Starter - JSON Events Sample</name>
1919
<description>Oracle Spring Boot Starter Sample for JSON Events</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-okafka/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starter-samples</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>25.1.0</version>
11+
<version>25.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-sample-okafka</artifactId>
16-
<version>25.1.0</version>
16+
<version>25.2.0</version>
1717

1818
<name>Oracle Spring Boot Starter - OKafka Sample</name>
1919
<description>Oracle Spring Boot Starter Sample for OKafka</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-okafka/src/test/java/com/oracle/database/spring/okafka/OKafkaSampleTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ static void properties(DynamicPropertyRegistry registry) {
6868
OKafkaComponent okafkaComponent;
6969

7070
@Test
71-
@Timeout(value = 5)
71+
@Timeout(value = 10)
7272
void okafkaSample() throws Exception {
7373
// Wait for the consumer and producer to complete.
7474
okafkaComponent.await();

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/consumer/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>oracle-spring-boot-sample-txeventqjms</artifactId>
99
<groupId>com.oracle.database.spring</groupId>
10-
<version>25.1.0</version>
10+
<version>25.2.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>oracle-spring-boot-sample-txeventqjms-consumer</artifactId>
15-
<version>25.1.0</version>
15+
<version>25.2.0</version>
1616

1717
<name>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Consumer </name>
1818
<description>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Consumer</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>oracle-spring-boot-starter-samples</artifactId>
99
<groupId>com.oracle.database.spring</groupId>
10-
<version>25.1.0</version>
10+
<version>25.2.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>oracle-spring-boot-sample-txeventqjms</artifactId>
15-
<version>25.1.0</version>
15+
<version>25.2.0</version>
1616
<packaging>pom</packaging>
1717

1818
<name>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample</name>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/producer/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>oracle-spring-boot-sample-txeventqjms</artifactId>
99
<groupId>com.oracle.database.spring</groupId>
10-
<version>25.1.0</version>
10+
<version>25.2.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>oracle-spring-boot-sample-txeventqjms-producer</artifactId>
15-
<version>25.1.0</version>
15+
<version>25.2.0</version>
1616

1717
<name>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Producer</name>
1818
<description>Oracle Spring Boot Starter - Transactional Event Queue JMS Sample - Producer</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-ucp-jpa/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starter-samples</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>25.1.0</version>
11+
<version>25.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-sample-ucp-jpa</artifactId>
16-
<version>25.1.0</version>
16+
<version>25.2.0</version>
1717

1818
<name>Oracle Spring Boot Starter - UCP with JPA Sample</name>
1919
<description>Oracle Spring Boot Starter Sample UCP with JPA</description>

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-wallet/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<parent>
88
<artifactId>oracle-spring-boot-starter-samples</artifactId>
99
<groupId>com.oracle.database.spring</groupId>
10-
<version>25.1.0</version>
10+
<version>25.2.0</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

1414
<artifactId>oracle-spring-boot-sample-wallet</artifactId>
15-
<version>25.1.0</version>
15+
<version>25.2.0</version>
1616

1717
<name>Oracle Spring Boot Starter - UCP using a Wallet</name>
1818
<description>oracle-spring-boot-starter-samples-ucp-wallet</description>

database/starters/oracle-spring-boot-starter-samples/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>25.1.0</version>
11+
<version>25.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-samples</artifactId>
16-
<version>25.1.0</version>
16+
<version>25.2.0</version>
1717
<packaging>pom</packaging>
1818

1919
<name>Oracle Spring Boot Starter - Samples</name>

database/starters/oracle-spring-boot-starter-ucp/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>25.1.0</version>
11+
<version>25.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-ucp</artifactId>
16-
<version>25.1.0</version>
16+
<version>25.2.0</version>
1717

1818
<name>Oracle Spring Boot Starter - UCP</name>
1919
<description>Oracle's implementation of Spring Boot Starter for using with Oracle UCP</description>

database/starters/oracle-spring-boot-starter-wallet/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88
<parent>
99
<artifactId>oracle-spring-boot-starters</artifactId>
1010
<groupId>com.oracle.database.spring</groupId>
11-
<version>25.1.0</version>
11+
<version>25.2.0</version>
1212
<relativePath>../pom.xml</relativePath>
1313
</parent>
1414

1515
<artifactId>oracle-spring-boot-starter-wallet</artifactId>
16-
<version>25.1.0</version>
16+
<version>25.2.0</version>
1717

1818
<name>Oracle Spring Boot Starter - Wallet</name>
1919
<description>Oracle's implementation of Spring Boot Starter for Oracle Wallet</description>

database/starters/pom.xml

+11-11
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
77
<modelVersion>4.0.0</modelVersion>
88
<groupId>com.oracle.database.spring</groupId>
99
<artifactId>oracle-spring-boot-starters</artifactId>
10-
<version>25.1.0</version>
10+
<version>25.2.0</version>
1111

1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>3.4.2</version>
15+
<version>3.4.3</version>
1616
<relativePath/> <!-- lookup parent from repository -->
1717
</parent>
1818

@@ -62,27 +62,27 @@
6262
</modules>
6363

6464
<properties>
65-
<spring-boot-dependencies.version>3.4.2</spring-boot-dependencies.version>
66-
<spring-framework-bom.version>6.2.2</spring-framework-bom.version>
65+
<spring-boot-dependencies.version>3.4.3</spring-boot-dependencies.version>
66+
<spring-framework-bom.version>6.2.3</spring-framework-bom.version>
6767

68-
<java.version>17</java.version>
68+
<java.version>21</java.version>
6969
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7070
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
7171
<project.root>${basedir}</project.root>
7272
<maven.compiler.target>${java.version}</maven.compiler.target>
7373
<maven.compiler.source>${java.version}</maven.compiler.source>
7474

75-
<okafka.version>23.5.0.0</okafka.version>
76-
<jackson.version>2.17.1</jackson.version>
75+
<okafka.version>23.6.0.0</okafka.version>
76+
<jackson.version>2.18.3</jackson.version>
7777
<kafka-clients.version>3.7.1</kafka-clients.version>
78-
<oracle.version>23.6.0.24.10</oracle.version>
79-
<osdt.version>21.15.0.0</osdt.version>
78+
<oracle.version>23.7.0.25.01</oracle.version>
79+
<osdt.version>21.17.0.0</osdt.version>
8080
<oracledb-messaging.version>23.3.1.0</oracledb-messaging.version>
8181
<jta.version>2.0.1</jta.version>
8282
<micrometer.version>1.14.2</micrometer.version>
8383
<micrometer-tracing.version>1.4.1</micrometer-tracing.version>
8484
<junit5.version>5.9.3</junit5.version>
85-
<testcontainers.version>1.20.4</testcontainers.version>
85+
<testcontainers.version>1.20.6</testcontainers.version>
8686

8787
<jakarta.json-api.version>2.1.3</jakarta.json-api.version>
8888
<jakarta.json.bind-api.version>3.0.1</jakarta.json.bind-api.version>
@@ -144,7 +144,7 @@
144144
<dependency>
145145
<groupId>com.oracle.database.security</groupId>
146146
<artifactId>oraclepki</artifactId>
147-
<version>${osdt.version}</version>
147+
<version>${oracle.version}</version>
148148
</dependency>
149149
<dependency>
150150
<groupId>com.oracle.database.security</groupId>

0 commit comments

Comments
 (0)