Skip to content

Commit

Permalink
hotfix: fix CVE-2024-1597
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonDmz authored and BettyB979 committed Mar 20, 2024
1 parent c5e6be5 commit 4f2a062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.insee.pearljam</groupId>
<artifactId>pearljam-back-office</artifactId>
<version>4.1.5</version>
<version>4.1.6</version>

<packaging>war</packaging>
<name>Pearl-Jam-Back-Office</name>
Expand Down Expand Up @@ -151,7 +151,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.4.3</version>
<version>42.4.4</version>
</dependency>
<dependency>
<groupId>org.hibernate</groupId>
Expand Down

0 comments on commit 4f2a062

Please sign in to comment.