Skip to content

Commit

Permalink
Updated the version of com.google.protobuf:protobuf-java (#106)
Browse files Browse the repository at this point in the history
* Updated the version of com.google.protobuf:protobuf-java

* changed version 3.25.5
  • Loading branch information
fmeheust authored Nov 4, 2024
1 parent 4809680 commit 6e5efad
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ojdbc-provider-gcp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,23 @@
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-secretmanager</artifactId>
<exclusions>
<exclusion>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>3.25.5</version>
</dependency>

<!-- TEST DEPENDENCIES -->

<dependency>
Expand Down

0 comments on commit 6e5efad

Please sign in to comment.