diff --git a/CHANGELOG.md b/CHANGELOG.md index 814b36f6..fc62b07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.7.6](https://github.com/googleapis/java-dlp/compare/v3.7.5...v3.7.6) (2022-10-07) + + +### Dependencies + +* Update dependency com.google.cloud:google-cloud-pubsub to v1.120.20 ([#1026](https://github.com/googleapis/java-dlp/issues/1026)) ([ee817bd](https://github.com/googleapis/java-dlp/commit/ee817bd7f607c137b7a6f3531475fec75ae3c9d2)) + ## [3.7.5](https://github.com/googleapis/java-dlp/compare/v3.7.4...v3.7.5) (2022-10-03) diff --git a/README.md b/README.md index a643edea..e5274d8f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: com.google.cloud libraries-bom - 26.1.2 + 26.1.3 pom import @@ -42,7 +42,7 @@ If you are using Maven without BOM, add this to your dependencies: com.google.cloud google-cloud-dlp - 3.7.3 + 3.7.5 ``` @@ -50,20 +50,20 @@ If you are using Maven without BOM, add this to your dependencies: If you are using Gradle 5.x or later, add this to your dependencies: ```Groovy -implementation platform('com.google.cloud:libraries-bom:26.1.2') +implementation platform('com.google.cloud:libraries-bom:26.1.3') implementation 'com.google.cloud:google-cloud-dlp' ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implem