Skip to content

Commit

Permalink
Merge pull request #1720 from lat-lon/fix/dependencies-3.6
Browse files Browse the repository at this point in the history
Upgraded dependencies to fit with Spring Boot 3.3.0
  • Loading branch information
copierrj authored Jul 3, 2024
2 parents e041903 + a95b96d commit 3cda708
Showing 1 changed file with 8 additions and 26 deletions.
34 changes: 8 additions & 26 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 @@ -520,7 +520,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.1</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>commons-beanutils</groupId>
Expand Down Expand Up @@ -758,25 +758,7 @@
<dependency>
<groupId>jaxen</groupId>
<artifactId>jaxen</artifactId>
<version>1.1.6</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 Expand Up @@ -1171,12 +1153,12 @@
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>jakarta.xml.soap</groupId>
<artifactId>jakarta.xml.soap-api</artifactId>
<version>3.0.1</version>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>jfree</groupId>
Expand Down Expand Up @@ -1227,7 +1209,7 @@
<antlr.version>3.5.3</antlr.version>
<oracle.version>23.4.0.24.05</oracle.version>
<log4j.version>2.23.1</log4j.version>
<slf4j.version>2.0.12</slf4j.version>
<slf4j.version>2.0.13</slf4j.version>
<spring-boot.version>3.3.0</spring-boot.version>
<spring-batch.version>5.1.2</spring-batch.version>
<spring-framework.version>6.1.8</spring-framework.version>
Expand Down

0 comments on commit 3cda708

Please sign in to comment.