diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 986f769..be55c85 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: / schedule: interval: daily + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 27e59ff..d232624 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,10 +16,10 @@ jobs: max-parallel: 64 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Java 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: 17 distribution: temurin @@ -57,7 +57,7 @@ jobs: STUDY_AGENT_RUN_MODE: only-hello-agent-twice - name: Setup Java 8 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: 8 distribution: zulu diff --git a/.github/workflows/strong_ci.yaml b/.github/workflows/strong_ci.yaml index a36dc72..3d2b9aa 100644 --- a/.github/workflows/strong_ci.yaml +++ b/.github/workflows/strong_ci.yaml @@ -11,29 +11,29 @@ jobs: name: CI by multiply java versions steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: submodules: recursive - name: Setup Java 8 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: 8 distribution: zulu # only first java setup need enable cache cache: maven - name: Setup Java 11 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: 11 distribution: microsoft - name: Setup Java 17 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: 17 distribution: microsoft - name: Setup Java 21 - uses: actions/setup-java@v3 + uses: actions/setup-java@v4 with: java-version: 21 distribution: zulu diff --git a/pom.xml b/pom.xml index eb1b0b5..bf65645 100644 --- a/pom.xml +++ b/pom.xml @@ -65,18 +65,18 @@ - 4.7.3 + 4.8.3 3.0.2 - 24.0.1 + 24.1.0 - 1.9.0 + 1.9.22 ${maven.compiler.source} - 2.0.7 + 2.0.9 - 5.9.3 - 5.6.2 + 5.10.1 + 5.8.0 @@ -173,7 +173,7 @@ org.javassist javassist - 3.29.2-GA + 3.30.2-GA true @@ -320,7 +320,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.3.1 + 3.3.2 org.apache.maven.plugins @@ -342,7 +342,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.12.1 @@ -354,7 +354,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.3 org.apache.maven.plugins @@ -365,12 +365,12 @@ org.moditect moditect-maven-plugin - 1.0.0.Final + 1.1.0 org.apache.maven.plugins maven-shade-plugin - 3.5.0 + 3.5.1 true @@ -386,7 +386,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.5.0 + 3.6.3 org.apache.maven.plugins @@ -411,22 +411,22 @@ org.apache.maven.plugins maven-enforcer-plugin - 3.3.0 + 3.4.1 com.github.spotbugs spotbugs-maven-plugin - 4.7.3.5 + 4.8.2.0 org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11 org.apache.maven.plugins maven-dependency-plugin - 3.6.0 + 3.6.1 org.codehaus.mojo exec-maven-plugin - 3.1.0 + 3.1.1