Skip to content

Commit

Permalink
chore(main): release 1.5.2 (#491)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


## [1.5.2](v1.5.1...v1.5.2) (2022-07-25)


### Dependencies

* update dependency com.puppycrawl.tools:checkstyle to v10 ([#435](#435)) ([bfc8ce1](bfc8ce1))
* update dependency org.graalvm.buildtools:junit-platform-native to v0.9.13 ([#488](#488)) ([39b91ee](39b91ee))
* update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.13 ([#489](#489)) ([cc3bcfa](cc3bcfa))

---
This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
  • Loading branch information
release-please[bot] committed Jul 25, 2022
1 parent bfc8ce1 commit c805926
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog

## [1.5.2](https://github.com/googleapis/java-shared-config/compare/v1.5.1...v1.5.2) (2022-07-25)


### Dependencies

* update dependency com.puppycrawl.tools:checkstyle to v10 ([#435](https://github.com/googleapis/java-shared-config/issues/435)) ([bfc8ce1](https://github.com/googleapis/java-shared-config/commit/bfc8ce1deca6292147d002d3afe22a09840aa5d6))
* update dependency org.graalvm.buildtools:junit-platform-native to v0.9.13 ([#488](https://github.com/googleapis/java-shared-config/issues/488)) ([39b91ee](https://github.com/googleapis/java-shared-config/commit/39b91ee1283f0a5fbbe63e8bfd1ec97ab4ab377e))
* update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.13 ([#489](https://github.com/googleapis/java-shared-config/issues/489)) ([cc3bcfa](https://github.com/googleapis/java-shared-config/commit/cc3bcfa2d6717441a8d5b5048fa78c2cf7aabf2b))

## [1.5.1](https://github.com/googleapis/java-shared-config/compare/v1.5.0...v1.5.1) (2022-06-30)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-shared-config</artifactId>
<packaging>pom</packaging>
<version>1.5.2-SNAPSHOT</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<version>1.5.2</version><!-- {x-version-update:google-cloud-shared-config:current} -->
<name>Google Cloud</name>
<url>https://github.com/googleapis/java-shared-config</url>
<description>
Expand Down
2 changes: 1 addition & 1 deletion versions.txt
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

google-cloud-shared-config:1.5.1:1.5.2-SNAPSHOT
google-cloud-shared-config:1.5.2:1.5.2

0 comments on commit c805926

Please sign in to comment.