Skip to content

Commit

Permalink
fix(build): Addressed a CVE in jackson as well as bumped the version …
Browse files Browse the repository at this point in the history
…of Netty to the latest version
  • Loading branch information
chrisdutz committed Mar 31, 2022
1 parent 6ab7c40 commit 49c9c48
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 @@ -139,7 +139,7 @@
<hamcrest.version>2.2</hamcrest.version>
<httpclient.version>4.5.13</httpclient.version>
<httpcore.version>4.4.15</httpcore.version>
<jackson.version>2.13.1</jackson.version>
<jackson.version>2.13.2</jackson.version>
<woodstox-core.version>6.2.8</woodstox-core.version>
<!-- When updating this to the latest version, we're getting errors in the opcua server tests -->
<jaxb.version>3.0.2</jaxb.version>
Expand All @@ -152,7 +152,7 @@
<logback.version>1.2.10</logback.version>
<milo.version>0.6.3</milo.version>
<mockito.version>4.4.0</mockito.version>
<netty.version>4.1.72.Final</netty.version>
<netty.version>4.1.75.Final</netty.version>
<owasp-dependency-check.version>6.5.1</owasp-dependency-check.version>
<pcap4j.version>1.8.2</pcap4j.version>
<slf4j.version>1.7.32</slf4j.version>
Expand Down Expand Up @@ -381,7 +381,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.version}</version>
<version>${jackson.version}.2</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
Expand Down

0 comments on commit 49c9c48

Please sign in to comment.