Skip to content
Open
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
2 changes: 1 addition & 1 deletion ojdbc-provider-aws/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ JDK versions. The coordinates for the latest release are:
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-aws</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```

Expand Down
16 changes: 8 additions & 8 deletions ojdbc-provider-aws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</parent>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.28.11</version>
<version>2.35.6</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -74,13 +74,13 @@
<groupId>software.amazon.awssdk</groupId>
<artifactId>appconfigdata</artifactId>
</dependency>
<!-- TEST DEPENDENCIES -->
<!-- TEST DEPENDENCIES -->
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
</dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<classifier>tests</classifier>
<type>test-jar</type>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ojdbc-provider-azure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ JDK versions. The coordinates for the latest release are:
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-azure</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions ojdbc-provider-azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</parent>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
<version>1.2.35</version>
<version>1.3.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion ojdbc-provider-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</parent>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ojdbc-provider-gcp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ JDK versions. The coordinates for the latest release are:
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-gcp</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion ojdbc-provider-gcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</parent>

<dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion ojdbc-provider-hashicorp/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The coordinates for the latest release are:
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-hashicorp</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion ojdbc-provider-hashicorp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</parent>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ojdbc-provider-jackson-oson/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ JDK versions. The coordinates for the latest release are:
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-jackson-oson</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```
### Note
Expand All @@ -56,7 +56,7 @@ It can be done in maven as:
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-jackson-oson</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<exclusions>
<exclusion>
<groupId>com.oracle.database.jdbc</groupId>
Expand Down
6 changes: 3 additions & 3 deletions ojdbc-provider-jackson-oson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@
<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</parent>

<artifactId>ojdbc-provider-jackson-oson</artifactId>
<properties>
<jackson-version>2.18.1</jackson-version>
<jackson-version>2.20.0</jackson-version>
<jakarta-persistence-api>3.1.0</jakarta-persistence-api>
</properties>

<dependencies>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
Expand Down
2 changes: 1 addition & 1 deletion ojdbc-provider-oci/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ JDK versions. The coordinates for the latest release are:
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-oci</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions ojdbc-provider-oci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</parent>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-bom</artifactId>
<version>3.48.0</version>
<version>3.74.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion ojdbc-provider-opentelemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The coordinates for the latest release are:
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-opentelemetry</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions ojdbc-provider-opentelemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</parent>

<properties>
<opentelemetry.version>1.44.1</opentelemetry.version>
<opentelemetry.version>1.55.0</opentelemetry.version>
</properties>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions ojdbc-provider-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<name>Oracle JDBC Provider Code Samples</name>

<artifactId>ojdbc-provider-samples</artifactId>
<version>${project.parent.version}</version>
<version>1.0.7</version>
<packaging>jar</packaging>

<parent>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</parent>

<properties>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-extensions</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<packaging>pom</packaging>

<name>Extensions for the Oracle JDBC Driver</name>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
</dependency>
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
Expand Down Expand Up @@ -106,7 +106,7 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc-provider-common</artifactId>
<version>1.0.6</version>
<version>1.0.7</version>
<classifier>tests</classifier>
<type>test-jar</type>
<scope>test</scope>
Expand Down