Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/io.netty-netty-bom-4.1.10…
Browse files Browse the repository at this point in the history
…0.Final
  • Loading branch information
labianchin authored Dec 11, 2023
2 parents 8f9b5b7 + 1ef9fd2 commit 12fb966
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
<guava.version>32.1.1-jre</guava.version>
<hamcrest.version>2.2</hamcrest.version>
<junit.version>4.13.2</junit.version>
<jackson.version>2.15.2</jackson.version>
<mysql.version>8.0.32</mysql.version>
<jackson.version>2.15.3</jackson.version>
<mysql.version>8.2.0</mysql.version>
<netty.version>4.1.100.Final</netty.version>
<postgresql.version>42.6.0</postgresql.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down Expand Up @@ -157,7 +157,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.20.0</version>
<version>2.23.0</version>
</dependency>
<!-- overrides to resolve dependency conflicts - end-->
<!-- overrides with vulnerability fixes - start-->
Expand Down

0 comments on commit 12fb966

Please sign in to comment.