diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39d46e4d..03104228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -73,13 +73,13 @@ jobs: steps: - 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 18de9269..740cce08 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 @@ -265,6 +266,13 @@ + + maven-surefire-plugin + ${maven-surefire-plugin.version} + + false + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index 6237e82f..9fde7520 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 @@ -83,6 +85,11 @@ + + org.projectlombok + lombok + ${lombok.version} + cn.hippo4j hippo4j-dependencies @@ -115,7 +122,7 @@ org.apache.maven.plugins maven-compiler-plugin - ${maven.compiler.plugin.version} + ${maven-compiler-plugin.version} ${java.version} ${java.version} @@ -296,6 +303,13 @@ + + maven-surefire-plugin + ${maven-surefire-plugin.version} + + false + +