Skip to content

Commit

Permalink
Merge branch 'main' into nk/xrp-fees
Browse files Browse the repository at this point in the history
  • Loading branch information
sappenin authored Dec 6, 2023
2 parents a54ba7a + 3c4a076 commit a8ce66c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,11 @@
<artifactId>jackson-datatype-cryptoconditions</artifactId>
<version>${cryptoconditions.version}</version>
</dependency>
<!-- This is the highest version we can use if we want to support Java 8. See https://logback.qos.ch/download.html -->
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.12</version>
<version>1.3.8</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down Expand Up @@ -291,7 +292,7 @@
<cryptoconditions.version>1.0.4</cryptoconditions.version>
<jackson.version>2.14.2</jackson.version>
<feign.version>12.3</feign.version>
<slf4j.version>1.7.36</slf4j.version>
<slf4j.version>2.0.7</slf4j.version>
<junit-jupiter.version>5.10.0</junit-jupiter.version>
<guava.version>32.1.1-jre</guava.version>
</properties>
Expand Down

0 comments on commit a8ce66c

Please sign in to comment.