Skip to content

Commit

Permalink
Fixed security updates
Browse files Browse the repository at this point in the history
  • Loading branch information
as0050629 committed Dec 12, 2023
1 parent d44cbe4 commit 06f7500
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions geoportal-application/geoportal-harvester-war/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<endorsed.dir>${project.build.directory}/endorsed</endorsed.dir>
<spring.version>5.3.24</spring.version>
<spring.version>5.3.27</spring.version>
<springsecurity.version>5.3.10.RELEASE</springsecurity.version>
</properties>

Expand Down Expand Up @@ -67,7 +67,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.1.210</version>
<version>2.2.220</version>
</dependency>

<!-- Spring Security -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.13.4.1</version>
<version>2.13.4.2</version>
</dependency>
<dependency>
<groupId>com.esri.geometry</groupId>
Expand Down

0 comments on commit 06f7500

Please sign in to comment.