Skip to content

Commit 94f8df2

Browse files
authored
Patch: Dependabot PRs triaged (#751)
2 parents e434ed9 + 7c1e4f9 commit 94f8df2

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
java-version: 11
1818

1919
- name: Set up Gradle
20-
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
20+
uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
2121

2222
- name: Test and Assemble and ApiDiff with Gradle
2323
run: ./gradlew assemble apiDiff check jacocoTestReport --continue --console=plain

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- uses: actions/checkout@v6
10-
- uses: gradle/actions/wrapper-validation@4d9f0ba0025fe599b4ebab900eb7f3a1d93ef4c2 # pin@v5.0.0
10+
- uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c # pin@v5.0.2

.github/workflows/rl-secure.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
java-version: ${{ inputs.java-version }}
4444

4545
- name: Set up Gradle
46-
uses: gradle/actions/setup-gradle@06832c7b30a0129d7fb559bcc6e43d26f6374244 # v4.3.1
46+
uses: gradle/actions/setup-gradle@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
4747

4848
- name: Test and Assemble and ApiDiff with Gradle
4949
run: ./gradlew assemble apiDiff check jacocoTestReport --continue --console=plain

.github/workflows/snyk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ jobs:
3434
with:
3535
ref: ${{ github.event.pull_request.head.sha || github.ref }}
3636

37-
- uses: snyk/actions/gradle-jdk11@b98d498629f1c368650224d6d212bf7dfa89e4bf # pin@0.4.0
37+
- uses: snyk/actions/gradle-jdk11@9adf32b1121593767fc3c057af55b55db032dc04 # pin@1.0.0
3838
env:
3939
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

lib/build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
id 'java'
1414
id 'jacoco'
1515
id 'checkstyle'
16-
id 'me.champeau.gradle.japicmp' version '0.4.1'
16+
id 'me.champeau.gradle.japicmp' version '0.4.6'
1717
id 'maven-publish'
1818
}
1919

@@ -123,8 +123,8 @@ javadoc {
123123
}
124124

125125
dependencies {
126-
implementation 'com.fasterxml.jackson.core:jackson-core:2.21.0'
127-
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.0'
126+
implementation 'com.fasterxml.jackson.core:jackson-core:2.21.1'
127+
implementation 'com.fasterxml.jackson.core:jackson-databind:2.21.1'
128128

129129
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
130130
testImplementation 'junit:junit:4.13.2'
@@ -133,8 +133,8 @@ dependencies {
133133
testImplementation 'org.mockito:mockito-core:4.11.0'
134134

135135
jmhImplementation sourceSets.main.output
136-
jmhImplementation 'org.openjdk.jmh:jmh-core:1.35'
137-
jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.35'
136+
jmhImplementation 'org.openjdk.jmh:jmh-core:1.37'
137+
jmhAnnotationProcessor 'org.openjdk.jmh:jmh-generator-annprocess:1.37'
138138
}
139139

140140
jacoco {

0 commit comments

Comments
 (0)