Skip to content

Commit

Permalink
Merge pull request #1397 from copierrj/dependency_updates
Browse files Browse the repository at this point in the history
Dependency updates for deegree 3.4 (backport from 3.5)
  • Loading branch information
copierrj authored Oct 5, 2022
2 parents a4f792c + 15e09b3 commit c90a93e
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 @@ -729,7 +729,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.3.3</version>
<version>42.4.1</version>
</dependency>
<!-- Oracle (Offical provided driver from repo1.maven.org) -->
<dependency>
Expand Down Expand Up @@ -1017,7 +1017,7 @@
<dependency>
<groupId>org.apache.derby</groupId>
<artifactId>derby</artifactId>
<version>10.9.1.0</version>
<version>10.14.2.0</version>
</dependency>
<dependency>
<groupId>com.h2database</groupId>
Expand Down Expand Up @@ -1089,7 +1089,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.2.4</version>
<version>2.8.9</version>
</dependency>
<dependency>
<groupId>org.deegree</groupId>
Expand Down

0 comments on commit c90a93e

Please sign in to comment.