Skip to content

Commit

Permalink
Update to latest dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
herrtunante committed Dec 30, 2024
1 parent 4d60083 commit c2bcc42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions collect-earth/collect-earth-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<properties>
<jetty.version>9.4.56.v20240826</jetty.version>
<selenium.version>4.24.0</selenium.version>
<selenium.version>4.27.0</selenium.version>
<classpath.prefix>earth-libs</classpath.prefix>
<log4j.version>2.23.0</log4j.version>
</properties>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.46.1.0</version>
<version>3.47.1.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-log4j2</artifactId>
<version>7.14.0</version>
<version>7.19.1</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand All @@ -150,7 +150,7 @@
<dependency>
<groupId>com.thoughtworks.xstream</groupId>
<artifactId>xstream</artifactId>
<version>1.4.20</version>
<version>1.4.21</version>
</dependency>
<dependency>
<groupId>org.apache.poi</groupId>
Expand Down
4 changes: 2 additions & 2 deletions collect-earth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<properties>
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<collect.version>4.0.96</collect.version>
<collect.version>4.0.97</collect.version>
<spring.version>5.3.27</spring.version>
<project.scm.id>github.com</project.scm.id>
<sonar.language>java</sonar.language>
Expand Down Expand Up @@ -203,7 +203,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.1</version>
<version>2.18.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit c2bcc42

Please sign in to comment.