Skip to content

Commit 5ab0f0e

Browse files
Bump com.fasterxml.jackson.core:jackson-annotations (#1366)
Bumps [com.fasterxml.jackson.core:jackson-annotations](https://github.com/FasterXML/jackson) from 2.15.2 to 2.15.3. - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-annotations dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 96614d0 commit 5ab0f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/gradle/example-client-kotlin/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
implementation "com.fasterxml.jackson.core:jackson-core:2.15.3"
3636
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.2"
3737
implementation "com.fasterxml.jackson.module:jackson-module-kotlin:2.15.2"
38-
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.2"
38+
implementation "com.fasterxml.jackson.core:jackson-annotations:2.15.3"
3939
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
4040

4141
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.0"

0 commit comments

Comments
 (0)