Skip to content

Commit

Permalink
Upgrade jackson and spring to resolve CVEs (#3462)
Browse files Browse the repository at this point in the history
  • Loading branch information
llinder authored Jun 27, 2022
1 parent 110ef76 commit bdfb31e
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 @@ -56,7 +56,7 @@
<netty.version>4.1.70.Final</netty.version>

<!-- It's easy for Jackson dependencies to get misaligned, so we manage it ourselves. -->
<jackson.version>2.13.0</jackson.version>
<jackson.version>2.13.2.1</jackson.version>

<java-driver.version>4.11.3</java-driver.version>
<micrometer.version>1.6.12</micrometer.version>
Expand All @@ -65,8 +65,8 @@
<javax-annotation-api.version>1.3.1</javax-annotation-api.version>

<!-- update together -->
<spring-boot.version>2.4.13</spring-boot.version>
<spring.version>5.3.7</spring.version>
<spring-boot.version>2.5.14</spring-boot.version>
<spring.version>5.3.20</spring.version>

<!-- MySQL connector is GPL, even if it has an OSS exception.
https://www.mysql.com/about/legal/licensing/foss-exception/
Expand Down

0 comments on commit bdfb31e

Please sign in to comment.