Skip to content

Commit

Permalink
Dependencies upgrade #317
Browse files Browse the repository at this point in the history
Dependencies upgrade
  • Loading branch information
shevah authored Aug 13, 2024
2 parents 8dca427 + 7c916bc commit 13a5832
Showing 1 changed file with 9 additions and 12 deletions.
21 changes: 9 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,24 +41,21 @@

<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.2</jackson.version>
<typesafe.config.version>1.3.1</typesafe.config.version>
<commonsLang.version>3.4</commonsLang.version>
<guava.version>27.1-jre</guava.version>
<commonsCompress.version>1.26.2</commonsCompress.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 +170,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 +210,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.19</version>
<version>${commonsCompress.version}</version>
</dependency>
<dependency>
<groupId>org.reflections</groupId>
Expand Down

0 comments on commit 13a5832

Please sign in to comment.