Skip to content

Commit

Permalink
upgrade Azure and OCI SDKs (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
norah-li authored Dec 18, 2023
1 parent 519d09f commit c72783b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ojdbc-provider-azure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-sdk-bom</artifactId>
<version>1.2.17</version>
<version>1.2.19</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion ojdbc-provider-oci/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.oracle.oci.sdk</groupId>
<artifactId>oci-java-sdk-bom</artifactId>
<version>3.28.1</version>
<version>3.30.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down

0 comments on commit c72783b

Please sign in to comment.