Skip to content

Commit

Permalink
deps: Bumping java-shared-config to 1.5.8 (#2072)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddixit14 committed Oct 5, 2023
1 parent 39f7317 commit fa5e937
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions gapic-generator-java-pom-parent/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
<relativePath/>
</parent>

Expand All @@ -26,7 +26,6 @@
<!-- External dependencies, especially gRPC and Protobuf version, should be
consistent across modules in this repository -->
<javax.annotation-api.version>1.3.2</javax.annotation-api.version>
<auto-value.version>1.10.2</auto-value.version>
<grpc.version>1.58.0</grpc.version>
<google.auth.version>1.19.0</google.auth.version>
<google.http-client.version>1.43.3</google.http-client.version>
Expand Down
2 changes: 1 addition & 1 deletion gax-java/gax-bom/pom.xml
Expand Up @@ -11,7 +11,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java-shared-dependencies/first-party-dependencies/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java-shared-dependencies/third-party-dependencies/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
<relativePath />
</parent>

Expand Down
2 changes: 1 addition & 1 deletion java-shared-dependencies/upper-bound-check/pom.xml
Expand Up @@ -16,7 +16,7 @@
<groupId>com.google.cloud</groupId>
<!-- The shared config has RequireUpperBoundDeps enforcer rule -->
<artifactId>google-cloud-shared-config</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion showcase/pom.xml
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
<relativePath/>
</parent>

Expand Down

0 comments on commit fa5e937

Please sign in to comment.