From 98d9bf3967ce769287fbcccea09d35e507a5b060 Mon Sep 17 00:00:00 2001 From: ZhangJian He Date: Tue, 28 Nov 2023 20:53:38 +0800 Subject: [PATCH] Bump asm version from 9.3 to 9.6 Signed-off-by: ZhangJian He --- .github/workflows/json-smart-unit-tests.yml | 4 ++-- accessors-smart/pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/json-smart-unit-tests.yml b/.github/workflows/json-smart-unit-tests.yml index e8e761e5..67180d95 100644 --- a/.github/workflows/json-smart-unit-tests.yml +++ b/.github/workflows/json-smart-unit-tests.yml @@ -11,9 +11,9 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up jdk 17 - uses: actions/setup-java@v2 + uses: actions/setup-java@v3 with: java-version: '17' distribution: 'temurin' diff --git a/accessors-smart/pom.xml b/accessors-smart/pom.xml index 834a9d51..a6f17b07 100644 --- a/accessors-smart/pom.xml +++ b/accessors-smart/pom.xml @@ -246,7 +246,7 @@ limitations under the License. org.ow2.asm asm - 9.3 + 9.6