Skip to content

Commit

Permalink
AtlasMapper 2.4.3
Browse files Browse the repository at this point in the history
- Upgraded H2 from ver 2.0.206 to 2.2.220 (CVE-2022-45868)
- Renamed master branch into main
  • Loading branch information
gaellafond committed Jul 11, 2023
1 parent 87e37be commit d1d32e2
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 @@ -25,7 +25,7 @@
<groupId>au.gov.aims</groupId>
<artifactId>atlasmapper</artifactId>
<packaging>war</packaging>
<version>2.4.2</version>
<version>2.4.3</version>
<name>AtlasMapper server and clients</name>
<description>This application compiled as a single War, that can be deployed in Tomcat, without any other dependency.\n\
It contains:\n\
Expand Down Expand Up @@ -146,7 +146,7 @@ It contains:\n\
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.0.206</version>
<version>2.2.220</version>
</dependency>

<!-- Used for JUnit tests - Not included in the war -->
Expand Down

0 comments on commit d1d32e2

Please sign in to comment.