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