Skip to content

Commit

Permalink
Update to latest libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
herrtunante committed Feb 23, 2024
1 parent 97ded00 commit 13119b1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
18 changes: 9 additions & 9 deletions collect-earth/collect-earth-app/pom.xml
Expand Up @@ -11,10 +11,10 @@
<packaging>jar</packaging>

<properties>
<jetty.version>9.4.51.v20230217</jetty.version>
<selenium.version>4.15.0</selenium.version>
<jetty.version>9.4.54.v20240208</jetty.version>
<selenium.version>4.18.1</selenium.version>
<classpath.prefix>earth-libs</classpath.prefix>
<log4j.version>2.20.0</log4j.version>
<log4j.version>2.23.0</log4j.version>
</properties>

<dependencies>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.6.2</version>
<version>5.7.0</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.43.2.2</version>
<version>3.45.1.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.6.0</version>
<version>42.7.2</version>
</dependency>
<dependency>
<groupId>org.seleniumhq.selenium</groupId>
Expand Down Expand Up @@ -127,7 +127,7 @@
<dependency>
<groupId>io.sentry</groupId>
<artifactId>sentry-log4j2</artifactId>
<version>6.29.0</version>
<version>7.4.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.4</version>
<version>5.2.5</version>
</dependency>

<dependency>
Expand All @@ -177,7 +177,7 @@
<dependency>
<groupId>com.formdev</groupId>
<artifactId>flatlaf</artifactId>
<version>3.2.5</version> <!-- cannot use newer one since we are including Java 8 only -->
<version>3.4</version>
</dependency>

</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion collect-earth/collect-earth-core/pom.xml
Expand Up @@ -52,7 +52,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.8</version>
<version>5.9</version>
</dependency>

</dependencies>
Expand Down
10 changes: 8 additions & 2 deletions collect-earth/pom.xml
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.88</collect.version>
<collect.version>4.0.89</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 @@ -169,11 +169,17 @@
<groupId>org.openforis.collect</groupId>
<artifactId>collect-core</artifactId>
<version>${collect.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.15.0</version>
<version>2.15.1</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 13119b1

Please sign in to comment.