Skip to content

Commit

Permalink
Updated libraries to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
herrtunante committed Sep 16, 2024
1 parent 3723550 commit b647761
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
16 changes: 8 additions & 8 deletions collect-earth/collect-earth-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<packaging>jar</packaging>

<properties>
<jetty.version>9.4.54.v20240208</jetty.version>
<selenium.version>4.19.1</selenium.version>
<jetty.version>9.4.56.v20240826</jetty.version>
<selenium.version>4.24.0</selenium.version>
<classpath.prefix>earth-libs</classpath.prefix>
<log4j.version>2.23.0</log4j.version>
</properties>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.8.0</version>
<version>5.9.2</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -72,12 +72,12 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.45.3.0</version>
<version>3.46.1.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.3</version>
<version>42.7.4</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
Expand Down Expand Up @@ -122,12 +122,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.9</version>
<version>2.0.16</version>
</dependency>
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-log4j2</artifactId>
<version>7.8.0</version>
<version>7.14.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down Expand Up @@ -155,7 +155,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.2.5</version>
<version>5.3.0</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion collect-earth/collect-earth-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.10.1</version>
<version>2.11.0</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand Down
4 changes: 2 additions & 2 deletions collect-earth/collect-earth-sampler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
<version>2.3.32</version>
<version>2.3.33</version>
</dependency>
<!-- GeoTools -->
<dependency>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.13.0</version>
<version>3.17.0</version>
</dependency>

</dependencies>
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.91</collect.version>
<collect.version>4.0.96</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.15.1</version>
<version>2.16.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit b647761

Please sign in to comment.