Skip to content

Commit b9b1146

Browse files
committed
Chore/Bump dependencies
1 parent 579195c commit b9b1146

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
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@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
20+
uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1
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@0723195856401067f7a2779048b490ace7a47d7c # pin@v5.0.2
10+
- uses: gradle/actions/wrapper-validation@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # pin@v6.0.1

.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@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2
46+
uses: gradle/actions/setup-gradle@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1
4747

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

lib/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ javadoc {
123123
}
124124

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

129129
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.70'
130130
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)