Skip to content

Commit

Permalink
GeoNetwork 4.2.x minor versions library updates (#8450)
Browse files Browse the repository at this point in the history
* GeoNetwork 4.2.x minor versions library updates:
  - Spring Framework: 5.3.39.
   - Spring Security: 5.7.13.
  - Postgres client: 42.3.10.
* Exclude dependency library from sesame, not required in GeoNetwork.
  • Loading branch information
josegar74 authored Nov 28, 2024
1 parent bfd2dfb commit 9063697
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,13 @@
<groupId>org.openrdf</groupId>
<artifactId>sesame</artifactId>
<version>1.2.7</version>
<exclusions>
<!-- Remove CVE-2022-45378 and do not break sesame usage. -->
<exclusion>
<groupId>soap</groupId>
<artifactId>soap</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.openrdf</groupId>
Expand Down Expand Up @@ -1578,10 +1585,10 @@
of Postgres is used and update pg.version if needed. -->
<geotools.version>28.2</geotools.version>
<jts.version>1.18.2</jts.version>
<pg.version>42.3.3</pg.version>
<pg.version>42.3.10</pg.version>

<spring.version>5.3.37</spring.version>
<spring.security.version>5.7.12</spring.security.version>
<spring.version>5.3.39</spring.version>
<spring.security.version>5.7.13</spring.security.version>
<spring.jpa.version>2.2.13.RELEASE</spring.jpa.version>
<springboot.version>2.7.0</springboot.version>
<springdoc.version>1.8.0</springdoc.version>
Expand Down

0 comments on commit 9063697

Please sign in to comment.