Skip to content

Commit

Permalink
Merge pull request #162 from pkiraly/main
Browse files Browse the repository at this point in the history
update pom.xml
  • Loading branch information
pkiraly committed Aug 30, 2022
2 parents c077b9e + ba1920f commit b43a7d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>bson</artifactId>
<version>4.6.1</version>
<version>4.7.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
Expand All @@ -143,7 +143,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.17.2</version>
<version>2.18.0</version>
</dependency>
<dependency>
<artifactId>solr-solrj</artifactId>
Expand Down Expand Up @@ -197,7 +197,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.36.0.3</version>
<version>3.39.2.0</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit b43a7d9

Please sign in to comment.