diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a27826f..00ee16af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.5.3](https://github.com/googleapis/java-shared-config/compare/v1.5.2...v1.5.3) (2022-07-27) + + +### Dependencies + +* update dependency org.junit.vintage:junit-vintage-engine to v5.9.0 ([#497](https://github.com/googleapis/java-shared-config/issues/497)) ([1fc6ab4](https://github.com/googleapis/java-shared-config/commit/1fc6ab445624cd4f9c8b161d109f346a9e5ed09a)) +* Update doclet to latest version 1.6.0 ([38fb7c3](https://github.com/googleapis/java-shared-config/commit/38fb7c3957fb6c9b2da10f9e463cc93a8b80a3a4)) + ## [1.5.2](https://github.com/googleapis/java-shared-config/compare/v1.5.1...v1.5.2) (2022-07-25) diff --git a/pom.xml b/pom.xml index 25655bdd..ba319ad8 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.google.cloud google-cloud-shared-config pom - 1.5.2 + 1.5.3 Google Cloud https://github.com/googleapis/java-shared-config @@ -694,7 +694,8 @@ - java-docfx-doclet-1.5.0 + java-docfx-doclet-1.6.0 + ${env.KOKORO_GFILE_DIR}/${docletName}.jar ${project.build.directory}/docfx-yml ${project.artifactId} @@ -710,9 +711,7 @@ 3.4.0 com.microsoft.doclet.DocFxDoclet - false - - ${env.KOKORO_GFILE_DIR}/${docletName}.jar + false -outputpath ${outputpath} -projectname ${projectname} @@ -788,7 +787,7 @@ org.junit.vintage junit-vintage-engine - 5.8.2 + 5.9.0 test diff --git a/versions.txt b/versions.txt index 9c1908b9..838cb674 100644 --- a/versions.txt +++ b/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -google-cloud-shared-config:1.5.2:1.5.2 +google-cloud-shared-config:1.5.3:1.5.3