Skip to content

Commit 9613dc3

Browse files
Bump com.fasterxml.jackson.core:jackson-databind in /lib
Bumps [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) from 2.21.1 to 2.21.2. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-version: 2.21.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 579195c commit 9613dc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)