Skip to content

Commit 7ceff67

Browse files
authored
build(deps): Bump java-shared-configs version to 1.5.7 (#1870)
Thank you for opening a Pull Request! For general contributing guidelines, please refer to [contributing guide](https://togithub.com/googleapis/gapic-generator-java/blob/main/CONTRIBUTING.md) Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://togithub.com/googleapis/gapic-generator-java/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary)
1 parent 13cc4b2 commit 7ceff67

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

gapic-generator-java-pom-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-shared-config</artifactId>
18-
<version>1.5.5</version>
18+
<version>1.5.7</version>
1919
<relativePath/>
2020
</parent>
2121

gax-java/gax-bom/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.google.cloud</groupId>
1313
<artifactId>google-cloud-shared-config</artifactId>
14-
<version>1.5.5</version>
14+
<version>1.5.7</version>
1515
<relativePath/>
1616
</parent>
1717

java-shared-dependencies/first-party-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-shared-config</artifactId>
18-
<version>1.5.5</version>
18+
<version>1.5.7</version>
1919
<relativePath />
2020
</parent>
2121

java-shared-dependencies/third-party-dependencies/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<parent>
1616
<groupId>com.google.cloud</groupId>
1717
<artifactId>google-cloud-shared-config</artifactId>
18-
<version>1.5.5</version>
18+
<version>1.5.7</version>
1919
<relativePath />
2020
</parent>
2121

java-shared-dependencies/upper-bound-check/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<groupId>com.google.cloud</groupId>
1717
<!-- The shared config has RequireUpperBoundDeps enforcer rule -->
1818
<artifactId>google-cloud-shared-config</artifactId>
19-
<version>1.5.5</version>
19+
<version>1.5.7</version>
2020
<relativePath/>
2121
</parent>
2222

0 commit comments

Comments
 (0)