Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
albogdano committed Oct 9, 2022
1 parent f019241 commit ce142cf
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 @@ -53,8 +53,8 @@
<skipTests>false</skipTests>
<skipITs>${skipTests}</skipITs>
<skipUTs>${skipTests}</skipUTs>
<elasticsearch.version>8.4.1</elasticsearch.version>
<jerseyVer>2.36</jerseyVer>
<elasticsearch.version>8.4.2</elasticsearch.version>
<jerseyVer>2.37</jerseyVer>
</properties>

<dependencies>
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-to-slf4j</artifactId>
<version>2.18.0</version>
<version>2.19.0</version>
</dependency>

<!-- TESTING -->
Expand Down

0 comments on commit ce142cf

Please sign in to comment.