Skip to content

Commit

Permalink
Merge pull request #108 from lat-lon/upgradeDependencies-108
Browse files Browse the repository at this point in the history
Upgrade deegree and jaxb to latest bugfix version
  • Loading branch information
stephanr authored Dec 1, 2023
2 parents 9ce5eaf + 36dd14e commit 540b155
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.8</version>
<version>2.3.9</version>
</dependency>
</dependencies>
</plugin>
Expand Down Expand Up @@ -669,7 +669,7 @@
<dependency>
<groupId>org.glassfish.jaxb</groupId>
<artifactId>jaxb-runtime</artifactId>
<version>2.3.8</version>
<version>2.3.9</version>
<scope>runtime</scope>
</dependency>
<!-- swagger -->
Expand Down Expand Up @@ -901,7 +901,7 @@
<swagger-version>2.1.13</swagger-version>
<swagger-ui-version>3.52.5</swagger-ui-version>
<jackson-version>2.14.3</jackson-version>
<deegree-version>3.5.0</deegree-version>
<deegree-version>3.5.4</deegree-version>
<slf4j.version>1.7.36</slf4j.version>
<log4j.version>2.17.2</log4j.version>
</properties>
Expand Down

0 comments on commit 540b155

Please sign in to comment.