diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ff473387c4..031042289b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: version: 17 } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build with Maven run: echo y | mvn clean install -Dskip.gpg=true -Dspotless.apply.skip=true -Dmaven.javadoc.skip=true @@ -71,15 +71,15 @@ jobs: name: Test coverage report runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache Maven Repos - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.m2/repository key: hippo4j-maven-third-party-${{ hashFiles('**/pom.xml') }} restore-keys: | hippo4j-maven-third-party- - - uses: actions/setup-java@v3 + - uses: actions/setup-java@v4 with: distribution: 'temurin' java-version: 8 diff --git a/agent/pom.xml b/agent/pom.xml index 0d899eab86..8eddbd8fd1 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -23,7 +23,7 @@ 4.13.1 2.0.7 3.5.13 - 1.18.20 + 1.18.30 1.12.13 @@ -48,7 +48,8 @@ 3.1.0 3.1.1 3.0.0-M2 - 3.8.0 + 3.9.0 + 3.2.5 3.1.0 3.0.1 2.5 @@ -266,6 +267,13 @@ + + maven-surefire-plugin + ${maven-surefire-plugin.version} + + false + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index d63fbf73ce..5f0776d803 100644 --- a/pom.xml +++ b/pom.xml @@ -57,6 +57,7 @@ 2.0.0-SNAPSHOT 3.12.4 1.8 + 1.18.30 true false true @@ -66,7 +67,8 @@ 0.8.8 UTF-8 UTF-8 - 3.6.1 + 3.13.0 + 3.2.5 3.0.0 3.0.1 3.0.2 @@ -82,6 +84,11 @@ + + org.projectlombok + lombok + ${lombok.version} + cn.hippo4j hippo4j-dependencies @@ -114,7 +121,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.plugin.version} + ${maven-compiler-plugin.version} ${java.version} ${java.version} @@ -295,6 +302,13 @@ + + maven-surefire-plugin + ${maven-surefire-plugin.version} + + false + +