Skip to content

Commit

Permalink
First try of updating dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
shevah committed Jun 6, 2024
1 parent e12f6a6 commit 5ec5f80
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,20 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<jackson.version>2.9.9</jackson.version>
<!--
There’s an override to `jackson-databind` because not all jackson modules were published at the time.
Next time when changing the version we should change `jackson-databind` to use this property
-->
<jackson.version>2.17.1</jackson.version>
<typesafe.config.version>1.3.1</typesafe.config.version>
<commonsLang.version>3.4</commonsLang.version>
<guava.version>27.1-jre</guava.version>
<guava.version>33.2.1-jre</guava.version>
<commonsCollections.version>4.3</commonsCollections.version>
<reflections.version>0.9.10</reflections.version>
<slf4j.version>1.7.21</slf4j.version>
<weakref.jmxutils.version>1.19</weakref.jmxutils.version>
<junit.version>4.11</junit.version>
<junit.version>4.13.2</junit.version>
<assertj.version>3.5.2</assertj.version>
<logback.version>1.1.7</logback.version>
<commonsIO.version>2.5</commonsIO.version>
<logback.version>1.5.6</logback.version>
<commonsIO.version>2.16.1</commonsIO.version>
<jrubyJoni.version>2.1.43</jrubyJoni.version>
<wiremock.version>2.32.0</wiremock.version>
<wiremock.version>2.35.2</wiremock.version>
<awaitility.version>4.2.0</awaitility.version>
</properties>

Expand Down Expand Up @@ -173,7 +169,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.9.10.4</version>
<version>${jackson.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down Expand Up @@ -213,7 +209,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.19</version>
<version>1.26.2</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
Expand Down

0 comments on commit 5ec5f80

Please sign in to comment.