Skip to content

Commit 8b7cc92

Browse files
authored
Release 1.0.5 (#176)
1 parent 48a357c commit 8b7cc92

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
@@ -30,7 +30,7 @@ JDK versions. The coordinates for the latest release are:
3030
<dependency>
3131
<groupId>com.oracle.database.jdbc</groupId>
3232
<artifactId>ojdbc-provider-aws</artifactId>
33-
<version>1.0.4</version>
33+
<version>1.0.5</version>
3434
</dependency>
3535
```
3636

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.4</version>
13+
<version>1.0.5</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.4</version>
47+
<version>1.0.5</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.4</version>
13+
<version>1.0.5</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.4</version>
14+
<version>1.0.5</version>
1515
</parent>
1616

1717
<dependencies>

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.3</version>
15+
<version>1.0.5</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
@@ -25,7 +25,7 @@ The coordinates for the latest release are:
2525
<dependency>
2626
<groupId>com.oracle.database.jdbc</groupId>
2727
<artifactId>ojdbc-provider-hashicorp</artifactId>
28-
<version>1.0.4</version>
28+
<version>1.0.5</version>
2929
</dependency>
3030
```
3131

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.4</version>
14+
<version>1.0.5</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.4</version>
47+
<version>1.0.5</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.4</version>
59+
<version>1.0.5</version>
6060
<exclusions>
6161
<exclusion>
6262
<groupId>com.oracle.database.jdbc</groupId>

ojdbc-provider-jackson-oson/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>com.oracle.database.jdbc</groupId>
1010
<artifactId>ojdbc-extensions</artifactId>
11-
<version>1.0.4</version>
11+
<version>1.0.5</version>
1212
</parent>
1313

1414
<artifactId>ojdbc-provider-jackson-oson</artifactId>
@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>com.oracle.database.jdbc</groupId>
2323
<artifactId>ojdbc-provider-common</artifactId>
24-
<version>1.0.4</version>
24+
<version>1.0.5</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>com.oracle.database.jdbc</groupId>

0 commit comments

Comments
 (0)