Skip to content

Commit

Permalink
build: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dhixsingh committed Jan 3, 2024
1 parent a7ea86a commit 02cd75c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ees/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.5</version>
<version>3.1.0</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -118,7 +118,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.3</version>
<version>1.4.14</version>
</dependency>
<!-- for JSON-style toString() of objects -->
<dependency>
Expand All @@ -136,7 +136,7 @@
<dependency>
<groupId>com.google.inject</groupId>
<artifactId>guice</artifactId>
<version>5.1.0</version>
<version>7.0.0</version>
</dependency>
<!-- for easy CSV parsing -->
<dependency>
Expand All @@ -153,7 +153,7 @@
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-epsg-hsql</artifactId>
<version>20.5</version>
<version>29.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 02cd75c

Please sign in to comment.