Skip to content

Commit

Permalink
update dependencies and plugin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
thjaeckle committed Feb 25, 2025
1 parent 4417ed9 commit 17cf3ec
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 81 deletions.
63 changes: 32 additions & 31 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -203,20 +203,20 @@
<minimal-json.version>0.9.5</minimal-json.version>
<nv-websocket-client.version>2.14</nv-websocket-client.version>
<classindex.version>3.13</classindex.version>
<slf4j.version>1.7.36</slf4j.version>
<slf4j.version>2.0.16</slf4j.version>

<!-- ### Provided dependencies versions -->
<jsr305.version>3.0.2</jsr305.version>

<!-- ### Testing dependencies versions -->
<logback.version>1.2.13</logback.version>
<logback.version>1.5.16</logback.version>
<junit.version>4.13.2</junit.version>
<assertj.version>3.24.2</assertj.version>
<assertj.version>3.27.3</assertj.version>
<mutability-detector.version>0.10.6</mutability-detector.version>
<equals-verifier.version>3.10.1</equals-verifier.version>
<mockito.version>4.7.0</mockito.version>
<jsonassert.version>1.5.1</jsonassert.version>
<awaitility.version>4.2.0</awaitility.version>
<equals-verifier.version>3.18.2</equals-verifier.version>
<mockito.version>4.11.0</mockito.version>
<jsonassert.version>1.5.3</jsonassert.version>
<awaitility.version>4.2.2</awaitility.version>

<!-- reactive streams versions -->
<reactive-streams.version>1.0.4</reactive-streams.version>
Expand Down Expand Up @@ -248,7 +248,7 @@
<!-- globally set version for checking binary compatibility against -->
<!-- whoever changes this to ${revision} or ${project.version} is responsible for API breakage caused by this! -->
<!-- in other words: never do that here! exclude the 'breakages' locally in the japicmp maven plugin if you intentionally break something -->
<binary-compatibility-check.version>3.5.0</binary-compatibility-check.version>
<binary-compatibility-check.version>3.6.0</binary-compatibility-check.version>
<!-- skip until first release: -->
<binary-compatibility-check.skip>false</binary-compatibility-check.skip>

Expand Down Expand Up @@ -287,7 +287,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.13.0</version>
<configuration>
<source>${javac.source}</source>
<target>${javac.target}</target>
Expand All @@ -297,12 +297,12 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
<version>3.1.2</version>
<version>3.7.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.2.0</version>
<version>3.4.2</version>
<configuration>
<archive>
<addMavenDescriptor>false</addMavenDescriptor>
Expand All @@ -313,52 +313,53 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>flatten-maven-plugin</artifactId>
<version>1.0.1</version>
<version>1.6.0</version>
</plugin>

<!-- Declaration for the 3 following plugins is explicitly needed by Maven 3 -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<version>2.8.2</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.2.0</version>
<version>3.8.0</version>
<configuration>
<javadocExecutable>${java.home}/bin/javadoc</javadocExecutable>
<detectJavaApiLink>false</detectJavaApiLink>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.1.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
<version>3.1.0</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId>
<version>3.1.0</version>
<version>3.7.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M4</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>2.20.1</version>
<version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M4</version>
<version>3.3.1</version>
<executions>
<execution>
<id>integration-test</id>
Expand All @@ -377,32 +378,32 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-install-plugin</artifactId>
<version>2.5.2</version>
<version>3.1.2</version>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>3.0</version>
<version>4.5</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>2.0.0</version>
<version>2.4.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>1.4.1</version>
<version>3.5.0</version>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.5</version>
<version>0.8.12</version>
</plugin>
<plugin>
<groupId>com.github.siom79.japicmp</groupId>
<artifactId>japicmp-maven-plugin</artifactId>
<version>0.14.3</version>
<version>0.18.3</version>
<configuration>
<oldVersion>
<dependency>
Expand Down Expand Up @@ -497,30 +498,30 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-scm-plugin</artifactId>
<version>1.9.5</version>
<version>2.1.0</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>versions-maven-plugin</artifactId>
<version>2.5</version>
<version>2.17.1</version>
<configuration>
<generateBackupPoms>false</generateBackupPoms>
</configuration>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.6</version>
<version>3.2.4</version>
</plugin>
<plugin>
<groupId>org.eclipse.cbi.maven.plugins</groupId>
<artifactId>eclipse-jarsigner-plugin</artifactId>
<version>1.3.1</version>
<version>1.4.3</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down
2 changes: 1 addition & 1 deletion legal/3rd-party-dependencies/compile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ com.eclipsesource.minimal-json:minimal-json:jar:0.9.5:compile
com.neovisionaries:nv-websocket-client:jar:2.14:compile
org.atteo.classindex:classindex:jar:3.13:compile
org.reactivestreams:reactive-streams:jar:1.0.4:compile
org.slf4j:slf4j-api:jar:1.7.36:compile
org.slf4j:slf4j-api:jar:2.0.16:compile
17 changes: 0 additions & 17 deletions legal/3rd-party-dependencies/listMvnPlugins.sh

This file was deleted.

18 changes: 0 additions & 18 deletions legal/3rd-party-dependencies/maven-plugins.txt

This file was deleted.

20 changes: 10 additions & 10 deletions legal/3rd-party-dependencies/test.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
biz.aQute.bnd:bndlib:jar:2.4.0:test
ch.qos.logback:logback-classic:jar:1.2.12:test
ch.qos.logback:logback-core:jar:1.2.12:test
ch.qos.logback:logback-classic:jar:1.5.16:test
ch.qos.logback:logback-core:jar:1.5.16:test
com.beust:jcommander:jar:1.78:test
com.vaadin.external.google:android-json:jar:0.0.20131108.vaadin1:test
junit:junit:jar:4.13.2:test
net.bytebuddy:byte-buddy-agent:jar:1.12.13:test
net.bytebuddy:byte-buddy:jar:1.12.21:test
nl.jqno.equalsverifier:equalsverifier:jar:3.10.1:test
net.bytebuddy:byte-buddy-agent:jar:1.12.19:test
net.bytebuddy:byte-buddy:jar:1.15.11:test
nl.jqno.equalsverifier:equalsverifier:jar:3.18.2:test
org.apache.felix:org.apache.felix.framework:jar:7.0.3:test
org.apache.maven.resolver:maven-resolver-api:jar:1.3.1:test
org.apache.maven.resolver:maven-resolver-impl:jar:1.3.1:test
org.apache.maven.resolver:maven-resolver-spi:jar:1.3.1:test
org.apache.maven.resolver:maven-resolver-util:jar:1.3.1:test
org.apache.servicemix.bundles:org.apache.servicemix.bundles.javax-inject:jar:1_2:test
org.assertj:assertj-core:jar:3.24.2:test
org.awaitility:awaitility:jar:4.2.0:test
org.assertj:assertj-core:jar:3.27.3:test
org.awaitility:awaitility:jar:4.2.2:test
org.codehaus.mojo:animal-sniffer-annotations:jar:1.9:test
org.hamcrest:hamcrest-core:jar:1.3:test
org.hamcrest:hamcrest:jar:2.1:test
org.mockito:mockito-core:jar:4.7.0:test
org.mockito:mockito-core:jar:4.11.0:test
org.mutabilitydetector:MutabilityDetector:jar:0.10.6:test
org.objenesis:objenesis:jar:3.2:test
org.objenesis:objenesis:jar:3.4:test
org.ops4j.base:ops4j-base-exec:jar:1.5.1:test
org.ops4j.base:ops4j-base-io:jar:1.5.1:test
org.ops4j.base:ops4j-base-lang:jar:1.5.1:test
Expand All @@ -46,7 +46,7 @@ org.ops4j.pax.url:pax-url-commons:jar:2.6.8:test
org.ops4j.pax.url:pax-url-link:jar:2.6.8:test
org.reactivestreams:reactive-streams-examples:jar:1.0.4:test
org.reactivestreams:reactive-streams-tck:jar:1.0.4:test
org.skyscreamer:jsonassert:jar:1.5.1:test
org.skyscreamer:jsonassert:jar:1.5.3:test
org.slf4j:jcl-over-slf4j:jar:1.6.6:test
org.testng:test
org.webjars:jquery:jar:3.5.1:test
8 changes: 4 additions & 4 deletions legal/NOTICE-THIRD-PARTY.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
* Maven sources: https://search.maven.org/remotecontent?filepath=org/reactivestreams/reactive-streams/1.0.4/reactive-streams-1.0.4-sources.jar


## SLF4J API Module (1.7.36)
## SLF4J API Module (2.0.16)

* Maven coordinates: `org.slf4j:slf4j-api:1.7.36`
* Maven coordinates: `org.slf4j:slf4j-api:2.0.16`
* License: [MIT](https://spdx.org/licenses/MIT.html)
* Project: http://www.slf4j.org
* Sources:
* declared as SCM: https://github.com/qos-ch/slf4j/slf4j-api
* Maven sources: https://search.maven.org/remotecontent?filepath=org/slf4j/slf4j-api/1.7.36/slf4j-api-1.7.36-sources.jar
* declared as SCM: https://github.com/qos-ch/slf4j/slf4j-parent/slf4j-api
* Maven sources: https://search.maven.org/remotecontent?filepath=org/slf4j/slf4j-api/2.0.16/slf4j-api-2.0.16-sources.jar


0 comments on commit 17cf3ec

Please sign in to comment.