From 8ec431cba666d143cbf7f89c10da8be4d4f6428b Mon Sep 17 00:00:00 2001 From: Alex Andres Date: Sun, 16 Aug 2026 23:21:35 +0200 Subject: [PATCH] build: update versions of dependencies and plugins --- pom.xml | 35 ++++++++++++++++++----------------- webrtc-examples/pom.xml | 4 ++-- webrtc-jni/pom.xml | 2 +- 3 files changed, 21 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index e33daced..5c4951b3 100644 --- a/pom.xml +++ b/pom.xml @@ -62,12 +62,12 @@ org.apache.maven.plugins maven-antrun-plugin - 3.1.0 + 3.2.0 org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.15.0 default-compile @@ -104,12 +104,13 @@ org.sonatype.central central-publishing-maven-plugin - 0.7.0 + 0.11.0 true central webrtc-java-jni + webrtc-java-examples @@ -121,7 +122,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.6 + 3.2.8 sign-artifacts @@ -141,12 +142,12 @@ org.apache.maven.plugins maven-install-plugin - 3.1.1 + 3.1.4 org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.5.1 true @@ -161,7 +162,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.1.1 + 3.12.0 none @@ -180,12 +181,12 @@ org.apache.maven.plugins maven-project-info-reports-plugin - 3.0.0 + 3.9.0 org.apache.maven.plugins maven-release-plugin - 3.0.1 + 3.3.1 true release @@ -197,17 +198,17 @@ org.apache.maven.plugins maven-resources-plugin - 3.3.1 + 3.5.0 org.apache.maven.plugins maven-site-plugin - 3.8.2 + 3.12.1 org.apache.maven.plugins maven-source-plugin - 3.1.0 + 3.4.0 attach-sources @@ -220,17 +221,17 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.2 + 3.5.6 org.apache.maven.plugins maven-surefire-report-plugin - 3.2.2 + 3.5.6 org.apache.maven.plugins maven-failsafe-plugin - 3.2.2 + 3.5.6 @@ -364,13 +365,13 @@ org.junit.jupiter junit-jupiter-api - 5.9.0 + 5.13.1 test org.junit.jupiter junit-jupiter-engine - 5.9.0 + 5.13.1 test diff --git a/webrtc-examples/pom.xml b/webrtc-examples/pom.xml index 9fb76278..05e190de 100644 --- a/webrtc-examples/pom.xml +++ b/webrtc-examples/pom.xml @@ -85,13 +85,13 @@ com.fasterxml.jackson.core jackson-databind - 2.18.9 + 2.22.1 org.slf4j slf4j-jdk14 - 2.0.17 + 2.0.18 \ No newline at end of file diff --git a/webrtc-jni/pom.xml b/webrtc-jni/pom.xml index cf42efa7..b88b6dbd 100644 --- a/webrtc-jni/pom.xml +++ b/webrtc-jni/pom.xml @@ -74,7 +74,7 @@ com.googlecode.cmake-maven-project cmake-maven-plugin - 3.22.1-b1 + 3.31.5-b1 cmake-generate