diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index 19a913ab9..372b02c2f 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: actions/setup-java@v5 with: diff --git a/core/pom.xml b/core/pom.xml index 05c1124cf..a62f9d8f1 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -40,12 +40,12 @@ commons-codec commons-codec - 1.19.0 + 1.20.0 commons-io commons-io - 2.20.0 + 2.21.0 org.apache.commons @@ -189,7 +189,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.0 @@ -300,7 +300,7 @@ org.jacoco jacoco-maven-plugin - 0.8.13 + 0.8.14 diff --git a/deploy/pom.xml b/deploy/pom.xml index 06a017a19..a35bc2853 100644 --- a/deploy/pom.xml +++ b/deploy/pom.xml @@ -156,7 +156,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.0 @@ -223,7 +223,7 @@ org.jacoco jacoco-maven-plugin - 0.8.13 + 0.8.14 diff --git a/nis/pom.xml b/nis/pom.xml index 078102901..4957ff186 100644 --- a/nis/pom.xml +++ b/nis/pom.xml @@ -248,7 +248,7 @@ org.codehaus.mojo exec-maven-plugin - 3.6.0 + 3.6.1 @@ -266,7 +266,7 @@ org.jacoco jacoco-maven-plugin - 0.8.13 + 0.8.14 diff --git a/peer/pom.xml b/peer/pom.xml index f6a2b698b..a0e7c23e9 100644 --- a/peer/pom.xml +++ b/peer/pom.xml @@ -46,7 +46,7 @@ org.apache.commons commons-lang3 - 3.19.0 + 3.20.0 test @@ -95,7 +95,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.4.2 + 3.5.0 @@ -206,7 +206,7 @@ org.jacoco jacoco-maven-plugin - 0.8.13 + 0.8.14