Skip to content

Commit

Permalink
deps: Update dependency com.google.errorprone:error_prone_annotations…
Browse files Browse the repository at this point in the history
… to v2.22.0 (#1545)
  • Loading branch information
renovate-bot committed Sep 22, 2023
1 parent 1d80e75 commit c2d56dd
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.21.1</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jdbc/mariadb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.21.1</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jdbc/mysql-j-8/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.21.1</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jdbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.21.1</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jdbc/sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.21.1</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.21.1</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/mysql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.21.1</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/postgres/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.21.1</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down
2 changes: 1 addition & 1 deletion r2dbc/sqlserver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.21.1</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>com.github.jnr</groupId>
Expand Down

0 comments on commit c2d56dd

Please sign in to comment.