Skip to content

Commit

Permalink
Merge pull request #185 from folio-org/MODINVOSTO-181-unpin-jackson
Browse files Browse the repository at this point in the history
MODINVOSTO-181: Unpin jackson fixing Number Parse DoS (PRISMA-2023-0067)
  • Loading branch information
julianladisch authored May 7, 2024
2 parents 2db4299 + 1e4ebd0 commit e379326
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

<!--Dependency Management Properties-->
<vertx.version>4.5.4</vertx.version>
<jackson-bom.version>2.13.4</jackson-bom.version>
<log4j.version>2.23.0</log4j.version>

<!--Dependency properties-->
Expand Down Expand Up @@ -66,13 +65,6 @@

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>${jackson-bom.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
Expand Down

0 comments on commit e379326

Please sign in to comment.