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 b2683a2..d3a9ea5 100644
--- a/.github/workflows/strong_ci.yaml
+++ b/.github/workflows/strong_ci.yaml
@@ -11,7 +11,7 @@ jobs:
name: CI by multiply java versions
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: recursive
diff --git a/pom.xml b/pom.xml
index eb1b0b5..12be960 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,18 +65,18 @@
- 4.7.3
+ 4.8.6
3.0.2
- 24.0.1
+ 26.0.1
- 1.9.0
+ 2.0.21
${maven.compiler.source}
- 2.0.7
+ 2.0.16
- 5.9.3
- 5.6.2
+ 5.11.2
+ 5.9.1
@@ -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.4.0
org.apache.maven.plugins
@@ -342,7 +342,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.11.0
+ 3.13.0
@@ -354,23 +354,23 @@
org.apache.maven.plugins
maven-surefire-plugin
- 3.1.2
+ 3.5.1
org.apache.maven.plugins
maven-jar-plugin
- 3.3.0
+ 3.4.2
org.moditect
moditect-maven-plugin
- 1.0.0.Final
+ 1.2.2.Final
org.apache.maven.plugins
maven-shade-plugin
- 3.5.0
+ 3.6.0
true
@@ -381,52 +381,52 @@
org.apache.maven.plugins
maven-source-plugin
- 3.3.0
+ 3.3.1
org.apache.maven.plugins
maven-javadoc-plugin
- 3.5.0
+ 3.10.1
org.apache.maven.plugins
maven-gpg-plugin
- 3.1.0
+ 3.2.7
org.apache.maven.plugins
maven-site-plugin
- 3.12.1
+ 3.20.0
org.apache.maven.plugins
maven-install-plugin
- 3.1.1
+ 3.1.3
org.apache.maven.plugins
maven-deploy-plugin
- 3.1.1
+ 3.1.3
org.apache.maven.plugins
maven-enforcer-plugin
- 3.3.0
+ 3.5.0
com.github.spotbugs
spotbugs-maven-plugin
- 4.7.3.5
+ 4.8.6.4
org.jacoco
jacoco-maven-plugin
- 0.8.10
+ 0.8.12
org.apache.maven.plugins
maven-dependency-plugin
- 3.6.0
+ 3.8.0
org.codehaus.mojo
exec-maven-plugin
- 3.1.0
+ 3.4.1