Skip to content

Commit

Permalink
Upgraded dependencies jakarta.xml.bind-api, jaxb-runtime, jaxen, h2 (d…
Browse files Browse the repository at this point in the history
  • Loading branch information
lgoltz committed Jun 25, 2024
1 parent 8b557cc commit ade5db5
Showing 1 changed file with 4 additions and 22 deletions.
26 changes: 4 additions & 22 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -437,12 +437,12 @@
<dependency>
<groupId>jakarta.xml.bind</groupId>
<artifactId>jakarta.xml.bind-api</artifactId>
<version>4.0.1</version>
<version>4.0.2</version>
</dependency>
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>4.0.4</version>
<version>4.0.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -758,25 +758,7 @@
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.2.0</version>
<exclusions>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
<exclusion>
<groupId>jdom</groupId>
<artifactId>jdom</artifactId>
</exclusion>
<exclusion>
<groupId>xom</groupId>
<artifactId>xom</artifactId>
</exclusion>
<exclusion>
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
</exclusions>
<version>2.0.0</version>
</dependency>
<dependency>
<groupId>xml-apis</groupId>
Expand Down Expand Up @@ -1101,7 +1083,7 @@
<dependency>
<groupId>com.h2database</groupId>
<artifactId>h2</artifactId>
<version>2.2.220</version>
<version>2.2.224</version>
</dependency>
<dependency>
<groupId>it.geosolutions.imageio-ext</groupId>
Expand Down

0 comments on commit ade5db5

Please sign in to comment.