From b9b1146c54720439c015d248005475d040f12bf6 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 2 Apr 2026 11:58:16 +0530 Subject: [PATCH] Chore/Bump dependencies --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/gradle-wrapper-validation.yml | 2 +- .github/workflows/rl-secure.yml | 2 +- lib/build.gradle | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index fb5cfecd..47245929 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -17,7 +17,7 @@ jobs: java-version: 11 - name: Set up Gradle - uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 + uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1 - name: Test and Assemble and ApiDiff with Gradle run: ./gradlew assemble apiDiff check jacocoTestReport --continue --console=plain diff --git a/.github/workflows/gradle-wrapper-validation.yml b/.github/workflows/gradle-wrapper-validation.yml index 3a304ba2..33872b3f 100644 --- a/.github/workflows/gradle-wrapper-validation.yml +++ b/.github/workflows/gradle-wrapper-validation.yml @@ -7,4 +7,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c # pin@v5.0.2 \ No newline at end of file + - uses: gradle/actions/wrapper-validation@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # pin@v6.0.1 \ No newline at end of file diff --git a/.github/workflows/rl-secure.yml b/.github/workflows/rl-secure.yml index be7bde19..018cbac3 100644 --- a/.github/workflows/rl-secure.yml +++ b/.github/workflows/rl-secure.yml @@ -43,7 +43,7 @@ jobs: java-version: ${{ inputs.java-version }} - name: Set up Gradle - uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 + uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1 - name: Test and Assemble and ApiDiff with Gradle run: ./gradlew assemble apiDiff check jacocoTestReport --continue --console=plain diff --git a/lib/build.gradle b/lib/build.gradle index a5680499..95c500b8 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -123,8 +123,8 @@ javadoc { } dependencies { - implementation 'com.fasterxml.jackson.core:jackson-core:2.21.1' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1' + implementation 'com.fasterxml.jackson.core:jackson-core:2.21.2' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.2' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70' testImplementation 'junit:junit:4.13.2'