Skip to content

Commit df3456d

Browse files
Bump com.fasterxml.jackson.core:jackson-annotations from 2.21 to 2.22 (#193)
Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.21 to 2.22. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-version: '2.22' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 144596e commit df3456d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

data/core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation("io.avaje:avaje-applog-slf4j:1.2")
2121

2222
implementation("tools.jackson.core:jackson-core:3.1.4")
23-
implementation("com.fasterxml.jackson.core:jackson-annotations:2.21")
23+
implementation("com.fasterxml.jackson.core:jackson-annotations:2.22")
2424
implementation("tools.jackson.core:jackson-databind:3.1.4")
2525

2626
testImplementation(platform("org.junit:junit-bom:6.1.0"))

0 commit comments

Comments
 (0)