Skip to content

Commit

Permalink
updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
herrtunante committed Nov 10, 2023
1 parent 65ba4c3 commit 97ded00
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 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.51.v20230217</jetty.version>
<selenium.version>4.12.1</selenium.version>
<selenium.version>4.15.0</selenium.version>
<classpath.prefix>earth-libs</classpath.prefix>
<log4j.version>2.20.0</log4j.version>
</properties>
Expand All @@ -29,7 +29,7 @@
<dependency>
<groupId>io.github.bonigarcia</groupId>
<artifactId>webdrivermanager</artifactId>
<version>5.5.3</version>
<version>5.6.2</version>
<exclusions>
<exclusion>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -72,7 +72,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.43.0.0</version>
<version>3.43.2.2</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down Expand Up @@ -155,7 +155,7 @@
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi</artifactId>
<version>5.2.3</version>
<version>5.2.4</version>
</dependency>

<dependency>
Expand All @@ -166,18 +166,18 @@
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-swing</artifactId>
<version>2.6.0</version>
<version>12.3.1</version>
</dependency>
<dependency>
<groupId>org.kordamp.ikonli</groupId>
<artifactId>ikonli-materialdesign-pack</artifactId>
<version>2.6.0</version>
<version>12.3.1</version>
</dependency>

<dependency>
<groupId>com.formdev</groupId>
<artifactId>flatlaf</artifactId>
<version>2.6</version> <!-- cannot use newer one since we are including Java 8 only -->
<version>3.2.5</version> <!-- cannot use newer one since we are including Java 8 only -->
</dependency>

</dependencies>
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 @@ -52,7 +52,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.7.1</version>
<version>5.8</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.86</collect.version>
<collect.version>4.0.88</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 @@ -173,7 +173,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.15.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 97ded00

Please sign in to comment.