Skip to content

Commit

Permalink
Updated libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
herrtunante committed Jun 25, 2024
1 parent 858e212 commit fe4a4e9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 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.54.v20240208</jetty.version>
<selenium.version>4.18.1</selenium.version>
<selenium.version>4.19.1</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.7.0</version>
<version>5.8.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.45.1.0</version>
<version>3.45.3.0</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.2</version>
<version>42.7.3</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>7.4.0</version>
<version>7.8.0</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
2 changes: 1 addition & 1 deletion 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.89</collect.version>
<collect.version>4.0.91</collect.version>
<spring.version>5.3.27</spring.version>
<project.scm.id>github.com</project.scm.id>
<sonar.language>java</sonar.language>
Expand Down

0 comments on commit fe4a4e9

Please sign in to comment.