Skip to content

Commit 541507b

Browse files
authored
Release 1.0.6 (#201)
Changed version
1 parent ef3d859 commit 541507b

File tree

17 files changed

+21
-21
lines changed

17 files changed

+21
-21
lines changed

ojdbc-provider-aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ JDK versions. The coordinates for the latest release are:
4747
<dependency>
4848
<groupId>com.oracle.database.jdbc</groupId>
4949
<artifactId>ojdbc-provider-aws</artifactId>
50-
<version>1.0.5</version>
50+
<version>1.0.6</version>
5151
</dependency>
5252
```
5353

ojdbc-provider-aws/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.oracle.database.jdbc</groupId>
1212
<artifactId>ojdbc-extensions</artifactId>
13-
<version>1.0.5</version>
13+
<version>1.0.6</version>
1414
</parent>
1515

1616
<dependencyManagement>

ojdbc-provider-azure/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ JDK versions. The coordinates for the latest release are:
4444
<dependency>
4545
<groupId>com.oracle.database.jdbc</groupId>
4646
<artifactId>ojdbc-provider-azure</artifactId>
47-
<version>1.0.5</version>
47+
<version>1.0.6</version>
4848
</dependency>
4949
```
5050

ojdbc-provider-azure/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>com.oracle.database.jdbc</groupId>
1212
<artifactId>ojdbc-extensions</artifactId>
13-
<version>1.0.5</version>
13+
<version>1.0.6</version>
1414
</parent>
1515

1616
<dependencyManagement>

ojdbc-provider-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.oracle.database.jdbc</groupId>
1313
<artifactId>ojdbc-extensions</artifactId>
14-
<version>1.0.5</version>
14+
<version>1.0.6</version>
1515
</parent>
1616

1717
<dependencies>

ojdbc-provider-gcp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ JDK versions. The coordinates for the latest release are:
4444
<dependency>
4545
<groupId>com.oracle.database.jdbc</groupId>
4646
<artifactId>ojdbc-provider-gcp</artifactId>
47-
<version>1.0.5</version>
47+
<version>1.0.6</version>
4848
</dependency>
4949
```
5050

ojdbc-provider-gcp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>com.oracle.database.jdbc</groupId>
1414
<artifactId>ojdbc-extensions</artifactId>
15-
<version>1.0.5</version>
15+
<version>1.0.6</version>
1616
</parent>
1717

1818
<dependencyManagement>

ojdbc-provider-hashicorp/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The coordinates for the latest release are:
5656
<dependency>
5757
<groupId>com.oracle.database.jdbc</groupId>
5858
<artifactId>ojdbc-provider-hashicorp</artifactId>
59-
<version>1.0.5</version>
59+
<version>1.0.6</version>
6060
</dependency>
6161
```
6262

ojdbc-provider-hashicorp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>com.oracle.database.jdbc</groupId>
1313
<artifactId>ojdbc-extensions</artifactId>
14-
<version>1.0.5</version>
14+
<version>1.0.6</version>
1515
</parent>
1616

1717
<dependencies>

ojdbc-provider-jackson-oson/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ JDK versions. The coordinates for the latest release are:
4444
<dependency>
4545
<groupId>com.oracle.database.jdbc</groupId>
4646
<artifactId>ojdbc-provider-jackson-oson</artifactId>
47-
<version>1.0.5</version>
47+
<version>1.0.6</version>
4848
</dependency>
4949
```
5050
### Note
@@ -56,7 +56,7 @@ It can be done in maven as:
5656
<dependency>
5757
<groupId>com.oracle.database.jdbc</groupId>
5858
<artifactId>ojdbc-provider-jackson-oson</artifactId>
59-
<version>1.0.5</version>
59+
<version>1.0.6</version>
6060
<exclusions>
6161
<exclusion>
6262
<groupId>com.oracle.database.jdbc</groupId>

0 commit comments

Comments
 (0)