Skip to content

Commit

Permalink
upgrade high severity dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspersorensen committed Nov 16, 2024
1 parent 58c6e92 commit 5164c89
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 @@ -19,7 +19,7 @@
<spring.version>5.2.19.RELEASE</spring.version>
<freemarker.version>2.3.31</freemarker.version>
<icu4j.version>65.1</icu4j.version>
<jackson.version>2.13.3</jackson.version>
<jackson.version>2.13.5</jackson.version>
<javax.servlet.version>3.1.0</javax.servlet.version>
<javax.el.version>2.2.5</javax.el.version>
<javax.annotation.version>1.2</javax.annotation.version>
Expand Down Expand Up @@ -834,7 +834,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.21</version>
<version>1.27.1</version>
</dependency>
<dependency>
<groupId>javax.inject</groupId>
Expand Down Expand Up @@ -1313,7 +1313,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.7</version>
<version>2.17.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

0 comments on commit 5164c89

Please sign in to comment.