From 7c1e4f91297c82cb975a62c7615796fe846132f4 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Wed, 18 Mar 2026 11:50:35 +0530 Subject: [PATCH] Patch: Dependabot PRs triaged --- .github/workflows/build-and-test.yml | 2 +- .github/workflows/gradle-wrapper-validation.yml | 2 +- .github/workflows/rl-secure.yml | 2 +- .github/workflows/snyk.yml | 2 +- lib/build.gradle | 10 +++++----- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 12ba6a96..fb5cfecd 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@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1 + uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 - 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 b581a1b6..3a304ba2 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@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # pin@v5.0.0 + - uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c # pin@v5.0.2 \ No newline at end of file diff --git a/.github/workflows/rl-secure.yml b/.github/workflows/rl-secure.yml index 6c517091..be7bde19 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@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1 + uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 - name: Test and Assemble and ApiDiff with Gradle run: ./gradlew assemble apiDiff check jacocoTestReport --continue --console=plain diff --git a/.github/workflows/snyk.yml b/.github/workflows/snyk.yml index d299ee7b..9e88507b 100644 --- a/.github/workflows/snyk.yml +++ b/.github/workflows/snyk.yml @@ -34,6 +34,6 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha || github.ref }} - - uses: snyk/actions/gradle-jdk11@b98d498629f1c368650224d6d212bf7dfa89e4bf # pin@0.4.0 + - uses: snyk/actions/gradle-jdk11@9adf32b1121593767fc3c057af55b55db032dc04 # pin@1.0.0 env: SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }} \ No newline at end of file diff --git a/lib/build.gradle b/lib/build.gradle index ab41db62..a5680499 100644 --- a/lib/build.gradle +++ b/lib/build.gradle @@ -13,7 +13,7 @@ plugins { id 'java' id 'jacoco' id 'checkstyle' - id 'me.champeau.gradle.japicmp' version '0.4.1' + id 'me.champeau.gradle.japicmp' version '0.4.6' id 'maven-publish' } @@ -123,8 +123,8 @@ javadoc { } dependencies { - implementation 'com.fasterxml.jackson.core:jackson-core:2.21.0' - implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0' + implementation 'com.fasterxml.jackson.core:jackson-core:2.21.1' + implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1' testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70' testImplementation 'junit:junit:4.13.2' @@ -133,8 +133,8 @@ dependencies { testImplementation 'org.mockito:mockito-core:4.11.0' jmhImplementation sourceSets.main.output - jmhImplementation 'org.openjdk.jmh:jmh-core:1.35' - jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.35' + jmhImplementation 'org.openjdk.jmh:jmh-core:1.37' + jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37' } jacoco {