From d4c6d188505733eae51f38a0fba4f0ac31c6b924 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 25 Jul 2023 00:44:33 +0800
Subject: [PATCH] =?UTF-8?q?chore(deps):=20upgrade=20dependencies/plugins?=
=?UTF-8?q?=20=F0=9F=9B=A0=EF=B8=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
bump org.junit:junit-bom from 5.9.3 to 5.10.0 (#1)
bump kotlin.version from 1.9.0 to 1.9.10 (#2)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.3.0 to 3.4.0 (#3)
bump slf4j.version from 2.0.7 to 2.0.9 (#4)
bump kotest.version from 5.6.2 to 5.7.2 (#6)
bump org.apache.maven.plugins:maven-enforcer-plugin 3.4.0 to 3.4.1 (#7)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.5.0 to 3.6.0 (#8)
bump org.apache.maven.plugins:maven-shade-plugin 3.5.0 to 3.5.1 (#9)
bump com.github.spotbugs:spotbugs-maven-plugin 4.7.3.5 to 4.7.3.6 (#10)
bump com.github.spotbugs:spotbugs-annotations 4.7.3 to 4.8.0 (#11)
bump org.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#12)
bump org.apache.maven.plugins:maven-dependency-plugin 3.6.0 to 3.6.1 (#13)
bump org.apache.maven.plugins:maven-surefire-plugin 3.1.2 to 3.2.1 (#14)
bump org.apache.maven.plugins:maven-clean-plugin 3.3.1 to 3.3.2 (#15)
bump kotlin.version from 1.9.10 to 1.9.20 (#16)
bump org.moditect:moditect-maven-plugin 1.0.0.Final to 1.1.0 (#17)
bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#18)
bump kotest.version from 5.7.2 to 5.8.0 (#19)
bump org.apache.maven.plugins:maven-javadoc-plugin 3.6.0 to 3.6.2 (#20)
bump com.github.spotbugs:spotbugs-annotations 4.8.0 to 4.8.1 (#21)
bump org.apache.maven.plugins:maven-surefire-plugin 3.2.1 to 3.2.2 (#22)
bump com.github.spotbugs:spotbugs-maven-plugin 4.7.3.6 to 4.8.1.0 (#23)
bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#24)
bump org.codehaus.mojo:exec-maven-plugin from 3.1.0 to 3.1.1 (#25)
bump kotlin.version from 1.9.20 to 1.9.21 (#26)
bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#27)
bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#28)
bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#29)
bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#31)
bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#30)
bump actions/setup-java from 3 to 4 (#33)
bump kotlin.version from 1.9.21 to 1.9.22 (#35)
bump org.javassist:javassist from 3.29.2-GA to 3.30.2-GA (#36)
bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.1 (#37)
---
.github/dependabot.yml | 4 ++++
.github/workflows/ci.yaml | 6 +++---
.github/workflows/strong_ci.yaml | 10 ++++-----
pom.xml | 36 ++++++++++++++++----------------
4 files changed, 30 insertions(+), 26 deletions(-)
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