From cbfe179dae407a84dff34ac5a444e1c2cb640ea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:32:41 +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.jacoco:jacoco-maven-plugin from 0.8.10 to 0.8.11 (#191) bump io.github.git-commit-id:git-commit-id-maven-plugin from 6.0.0 to 7.0.0 (#192) bump org.apache.maven.plugins:maven-surefire-plugin from 3.1.2 to 3.2.1 (#193) bump commons-io:commons-io from 2.14.0 to 2.15.0 (#194) bump org.apache.maven.plugins:maven-clean-plugin from 3.3.1 to 3.3.2 (#195) bump commons-cli:commons-cli from 1.5.0 to 1.6.0 (#196) bump kotlin.version from 1.9.10 to 1.9.20 (#197) bump kotest.version from 5.7.2 to 5.8.0 (#198) bump org.junit:junit-bom from 5.10.0 to 5.10.1 (#199) bump com.github.spotbugs:spotbugs-maven-plugin from 4.7.3.6 to 4.8.1.0 (#200) bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#201) bump com.github.spotbugs:spotbugs-annotations from 4.8.0 to 4.8.1 (#202) bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#203) bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#204) bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#205) bump kotlin.version from 1.9.20 to 1.9.21 (#206) bump commons-io:commons-io from 2.15.0 to 2.15.1 (#207) bump com.github.spotbugs:spotbugs-annotations from 4.8.1 to 4.8.2 (#208) bump org.apache.maven:maven-artifact from 3.9.5 to 3.9.6 (#210) bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3 (#211) bump com.github.spotbugs:spotbugs-maven-plugin from 4.8.1.0 to 4.8.2.0 (#212) bump com.github.spotbugs:spotbugs-annotations from 4.8.2 to 4.8.3 (#213) bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.2 to 3.2.3 (#214) bump org.apache.maven.plugins:maven-compiler-plugin from 3.11.0 to 3.12.0 (#215) bump kotlin.version from 1.9.21 to 1.9.22 (#216) bump org.apache.maven.plugins:maven-compiler-plugin from 3.12.0 to 3.12.1 (#217) bump maven-surefire-plugin from 3.2.3 to 3.2.5 (#218) bump spotbugs-maven-plugin from 4.8.2.0 to 4.8.3.0 (#219) bump codecov/codecov-action from 3 to 4 (#220) bump junit-bom from 5.10.1 to 5.10.2 (#221) bump spotbugs-maven-plugin from 4.8.3.0 to 4.8.3.1 (#222) --- .github/workflows/strong_ci.yaml | 2 +- pom.xml | 32 ++++++++++++++++---------------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/workflows/strong_ci.yaml b/.github/workflows/strong_ci.yaml index 0bbf9a1..78acc3f 100644 --- a/.github/workflows/strong_ci.yaml +++ b/.github/workflows/strong_ci.yaml @@ -37,7 +37,7 @@ jobs: run: rm -rf $HOME/.m2/repository/com/alibaba/dns-cache-manipulator* - name: Upload coverage reports to Codecov - uses: codecov/codecov-action@v3 + uses: codecov/codecov-action@v4 with: name: codecov-umbrella token: ${{ secrets.CODECOV_TOKEN }} diff --git a/pom.xml b/pom.xml index 8e5d947..fe389ee 100644 --- a/pom.xml +++ b/pom.xml @@ -59,12 +59,12 @@ - 1.9.10 + 1.9.22 ${maven.compiler.source} - 5.10.0 - 5.7.2 + 5.10.2 + 5.8.0 @@ -126,22 +126,22 @@ commons-cli commons-cli - 1.5.0 + 1.6.0 commons-io commons-io - 2.14.0 + 2.15.1 org.apache.commons commons-lang3 - 3.13.0 + 3.14.0 org.apache.maven maven-artifact - 3.9.5 + 3.9.6 org.jetbrains annotations - 24.0.1 + 24.1.0 true @@ -334,7 +334,7 @@ org.apache.maven.plugins maven-clean-plugin - 3.3.1 + 3.3.2 org.apache.maven.plugins @@ -366,7 +366,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.11.0 + 3.12.1 @@ -378,12 +378,12 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.0 + 3.6.3 org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + 3.2.5 @{argLine} -Duser.language=en -Duser.country=US @@ -534,7 +534,7 @@ io.github.git-commit-id git-commit-id-maven-plugin - 6.0.0 + 7.0.0 get-the-git-infos @@ -588,7 +588,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.7.3.6 + 4.8.3.1 verify @@ -629,7 +629,7 @@ org.jacoco jacoco-maven-plugin - 0.8.10 + 0.8.11