Skip to content

Commit

Permalink
build(deps): Bump com.google.errorprone:error_prone_annotations from …
Browse files Browse the repository at this point in the history
…2.28.0 to 2.29.2 (#333)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Michael J. Simons <michael@simons.ac>
  • Loading branch information
dependabot[bot] and michael-simons authored Aug 1, 2024
1 parent 619e6ed commit 5cd93bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,11 @@
<artifactId>wiremock-jre8</artifactId>
<version>${wiremock.version}</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.29.2</version>
</dependency>
<dependency>
<groupId>info.picocli</groupId>
<artifactId>picocli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<artifactId>scrobbles4j.server</artifactId>
<properties>
<error_prone_annotations.version>2.28.0</error_prone_annotations.version>
<error_prone_annotations.version>2.29.2</error_prone_annotations.version>
<mariadb-java-client.version>2.7.7</mariadb-java-client.version>
</properties>

Expand Down

0 comments on commit 5cd93bb

Please sign in to comment.