Skip to content

Commit cd5624f

Browse files
Update doc versions
Signed-off-by: Anders Swanson <anders.swanson@oracle.com>
1 parent dae666a commit cd5624f

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

database/starters/oracle-spring-boot-starter-samples/oracle-spring-boot-sample-txeventqjms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,5 +61,5 @@ To use Oracle Spring Boot Starter for TxEventQ and JMS for your Spring Boot appl
6161
or if you are using Gradle:
6262

6363
```text
64-
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-aqjms:24.4.0'
64+
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-aqjms:25.3.0'
6565
```

spring-cloud-oci/docs/src/main/asciidoc/aqjms.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ To add this starter to your project, add this Maven dependency:
1515
<dependency>
1616
<groupId>com.oracle.database.spring</groupId>
1717
<artifactId>oracle-spring-boot-starter-aqjms</artifactId>
18-
<version>25.1.0</version>
18+
<version>25.3.0</version>
1919
</dependency>
2020
----
2121

spring-cloud-oci/docs/src/main/asciidoc/jsoncollection.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This starter provides dependencies and tooling for using JSON with Oracle Databa
1111
<dependency>
1212
<groupId>com.oracle.database.spring</groupId>
1313
<artifactId>oracle-spring-boot-starter-json-collections</artifactId>
14-
<version>24.4.0</version>
14+
<version>25.3.0</version>
1515
</dependency>
1616
----
1717

@@ -20,7 +20,7 @@ For Gradle projects, add this dependency:
2020
[source,subs="normal"]
2121
----
2222
dependencies {
23-
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-json-collections:24.4.0'
23+
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-json-collections:25.3.0'
2424
}
2525
----
2626

spring-cloud-oci/docs/src/main/asciidoc/ucp.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To add this starter to your project, add this Maven dependency:
1313
<dependency>
1414
<groupId>com.oracle.database.spring</groupId>
1515
<artifactId>oracle-spring-boot-starter-ucp</artifactId>
16-
<version>24.4.0</version>
16+
<version>25.3.0</version>
1717
</dependency>
1818
----
1919

@@ -22,7 +22,7 @@ For Gradle projects, add this dependency:
2222
[source,subs="normal"]
2323
----
2424
dependencies {
25-
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-ucp:24.4.0'
25+
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-ucp:25.3.0'
2626
}
2727
----
2828

spring-cloud-oci/docs/src/main/asciidoc/wallet.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ To add this starter to your project, add this Maven dependency:
1313
<dependency>
1414
<groupId>com.oracle.database.spring</groupId>
1515
<artifactId>oracle-spring-boot-starter-wallet</artifactId>
16-
<version>24.4.0</version>
16+
<version>25.3.0</version>
1717
</dependency>
1818
----
1919

@@ -22,6 +22,6 @@ For Gradle projects, add this dependency:
2222
[source,subs="normal"]
2323
----
2424
dependencies {
25-
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-wallet:24.4.0'
25+
implementation 'com.oracle.database.spring:oracle-spring-boot-starter-wallet:25.3.0'
2626
}
2727
----

0 commit comments

Comments
 (0)