From abd6473297faf93999d189069596eebc405f276e Mon Sep 17 00:00:00 2001 From: luyanbo Date: Tue, 20 Feb 2024 19:00:45 +0800 Subject: [PATCH 1/4] add jdk21 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71fafc0019..8c2758c8de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - java: [8, 11, 17] + java: [8, 11, 17, 21] steps: - name: Checkout uses: actions/checkout@v4 From 97daf52afebba8fa81f0fb1fbccdf65cf6b537db Mon Sep 17 00:00:00 2001 From: luyanbo Date: Tue, 20 Feb 2024 19:09:26 +0800 Subject: [PATCH 2/4] upgrade mockito.version to 4.11.0 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 23596e56e4..d03519f589 100755 --- a/pom.xml +++ b/pom.xml @@ -46,7 +46,7 @@ 4.12 - 3.12.4 + 4.11.0 3.12.1 3.1.5 2.0.0 From 456a959d9703cdc7055f162e7e001b2ed3a2fb77 Mon Sep 17 00:00:00 2001 From: luyanbo Date: Tue, 20 Feb 2024 19:56:57 +0800 Subject: [PATCH 3/4] upgrade byte-buddy to 1.14.10 --- pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d03519f589..7cc01ca77f 100755 --- a/pom.xml +++ b/pom.xml @@ -47,9 +47,9 @@ 4.12 4.11.0 + 1.14.10 3.12.1 3.1.5 - 2.0.0 UTF-8 @@ -195,6 +195,16 @@ ${mockito.version} test + + net.bytebuddy + byte-buddy + ${byte-buddy.version} + + + net.bytebuddy + byte-buddy-agent + ${byte-buddy.version} + org.assertj assertj-core From 6fdc113b26fa6d86b67de18d5556914b7f5ec2b8 Mon Sep 17 00:00:00 2001 From: luyanbo Date: Tue, 20 Feb 2024 20:41:31 +0800 Subject: [PATCH 4/4] add cache maven --- .github/workflows/codeql-analysis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index cb5cc7b1f6..00d0bbea0b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -53,6 +53,7 @@ jobs: with: java-version: 17 distribution: 'temurin' + cache: 'maven' # Autobuild attempts to build any compiled languages (C/C++, C#, Go, or Java). # If this step fails, then you should remove it and run the build manually (see below)