Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cowwoc committed Sep 21, 2024
1 parent b73464f commit 8a8a16b
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 11 deletions.
1 change: 0 additions & 1 deletion benchmark/assertj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.3</version>
</dependency>
</dependencies>
</project>
2 changes: 1 addition & 1 deletion guava/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
-->
<offlineLink>
<url>https://cowwoc.github.io/requirements.java/${project.version}/docs/api/</url>
<location>${project.basedir}/../java/target/apidocs</location>
<location>${rootBaseDir}/guava/target/apidocs/</location>
</offlineLink>
</offlineLinks>
<excludePackageNames>
Expand Down
2 changes: 1 addition & 1 deletion jackson/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
-->
<offlineLink>
<url>https://cowwoc.github.io/requirements.java/${project.version}/docs/api/</url>
<location>${project.basedir}/../java/target/apidocs</location>
<location>${rootBaseDir}/java/target/apidocs/</location>
</offlineLink>
</offlineLinks>
<excludePackageNames>
Expand Down
19 changes: 12 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,9 @@
<error_prone_annotations.version>2.26.1</error_prone_annotations.version>
<jackson.version>2.17.2</jackson.version>
<slf4j.version>2.0.11</slf4j.version>
<logback.version>1.5.7</logback.version>
<testng.version>7.10.2</testng.version>
<jmh.version>1.37</jmh.version>
<pmd.version>7.4.0</pmd.version>
<pmd.version>7.5.0</pmd.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -120,12 +119,12 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>${logback.version}</version>
<version>1.5.8</version>
</dependency>
<dependency>
<groupId>com.github.javaparser</groupId>
<artifactId>javaparser-core</artifactId>
<version>3.25.2</version>
<version>3.26.2</version>
</dependency>
<dependency>
<groupId>io.github.java-diff-utils</groupId>
Expand Down Expand Up @@ -157,6 +156,11 @@
<artifactId>testng</artifactId>
<version>${testng.version}</version>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.26.3</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand All @@ -181,6 +185,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<!-- WORKAROUND: https://issues.apache.org/jira/browse/MJAVADOC-813 -->
<version>3.8.0</version>
<executions>
<execution>
Expand Down Expand Up @@ -224,7 +229,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.4.0</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down Expand Up @@ -259,12 +264,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.7.1</version>
<version>3.8.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
<version>3.24.0</version>
<version>3.25.0</version>
<dependencies>
<dependency>
<groupId>net.sourceforge.pmd</groupId>
Expand Down
1 change: 0 additions & 1 deletion test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.25.3</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down

0 comments on commit 8a8a16b

Please sign in to comment.