Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
BJMg committed Dec 5, 2024
1 parent f0ce9b4 commit 4e8958e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
40 changes: 20 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>
<artifactId>caffeine</artifactId>
<version>2.8.8</version>
<version>3.1.8</version>
</dependency>
<dependency>
<groupId>com.ripple.cryptoconditions</groupId>
Expand All @@ -69,7 +69,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.11</version>
<version>1.5.6</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
Expand Down Expand Up @@ -274,8 +274,8 @@
<properties>

<!-- org.apache.maven.plugins:maven-compiler-plugin -->
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>21</maven.compiler.source>
<maven.compiler.target>21</maven.compiler.target>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.resources.sourceEncoding>UTF-8</project.resources.sourceEncoding>
Expand All @@ -290,10 +290,10 @@

<cryptoconditions.version>1.0.4</cryptoconditions.version>
<jackson.version>2.14.2</jackson.version>
<feign.version>11.10</feign.version>
<slf4j.version>1.7.36</slf4j.version>
<junit-jupiter.version>5.9.2</junit-jupiter.version>
<guava.version>31.1-jre</guava.version>
<feign.version>13.2.1</feign.version>
<slf4j.version>2.0.16</slf4j.version>
<junit-jupiter.version>5.10.3</junit-jupiter.version>
<guava.version>33.3.1-jre</guava.version>
</properties>

<modules>
Expand All @@ -314,12 +314,12 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.14.2</version>
<version>2.17.1</version>
</plugin>

<plugin>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.5.0</version>
<version>3.7.1</version>
<executions>
<execution>
<id>analyze</id>
Expand All @@ -346,7 +346,7 @@
<!-- org.apache.maven.plugins:maven-compiler-plugin -->
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.13.0</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
Expand All @@ -356,7 +356,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>2.22.2</version>
<version>3.3.1</version>
<executions>
<execution>
<id>integration-tests</id>
Expand All @@ -371,7 +371,7 @@
<!-- org.apache.maven.plugins:maven-source-plugin -->
<plugin>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand All @@ -385,7 +385,7 @@
<!-- org.apache.maven.plugins:maven-javadoc-plugin -->
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.3.1</version>
<version>3.8.0</version>
<configuration>
<excludes>
<exclude>**/generated-sources/**/*.java,**/generated-test-sources/**/*.java</exclude>
Expand All @@ -408,7 +408,7 @@
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<!-- Lock down plugin version for build reproducibility -->
<version>3.2.1</version>
<version>3.4.0</version>
<inherited>true</inherited>
<configuration>
<encoding>UTF-8</encoding>
Expand Down Expand Up @@ -445,7 +445,7 @@
<!-- org.jacoco:jacoc-maven-plugin -->
<plugin>
<groupId>org.jacoco</groupId>
<version>0.8.8</version>
<version>0.8.2</version>
<artifactId>jacoco-maven-plugin</artifactId>
<executions>
<execution>
Expand Down Expand Up @@ -488,7 +488,7 @@
<!-- org.apache.maven.plugins:maven-surefire-plugin -->
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>2.22.2</version>
<version>3.3.1</version>
<configuration>
<argLine>${argLine}</argLine>
<reuseForks>true</reuseForks>
Expand All @@ -500,7 +500,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh-snapshots</serverId>
Expand All @@ -513,7 +513,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.4.0</version>
<configuration>
<!--license to use for the project-->
<licenseName>apache_v2</licenseName>
Expand Down Expand Up @@ -615,7 +615,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.5.3</version>
<version>3.1.1</version>
<configuration>
<autoVersionSubmodules>true</autoVersionSubmodules>
<useReleaseProfile>false</useReleaseProfile>
Expand Down
2 changes: 1 addition & 1 deletion xrpl4j-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>org.checkerframework</groupId>
<artifactId>checker-qual</artifactId>
<version>3.12.0</version>
<version>3.47.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 4e8958e

Please sign in to comment.