Skip to content

Commit c72497e

Browse files
Bump jackson-datatype-guava from 2.13.1 to 2.13.3 (#741)
Bumps [jackson-datatype-guava](https://github.com/FasterXML/jackson-datatypes-collections) from 2.13.1 to 2.13.3. - [Release notes](https://github.com/FasterXML/jackson-datatypes-collections/releases) - [Commits](FasterXML/jackson-datatypes-collections@jackson-datatypes-collections-2.13.1...jackson-datatypes-collections-2.13.3) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-guava dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brandon Fergerson <bfergerson@apache.org>
1 parent 95fae1a commit c72497e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ dependencies {
7979
implementation("io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion")
8080
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3")
8181
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.3")
82-
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:2.13.1")
82+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:2.13.3")
8383
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3")
8484
implementation("org.jetbrains.kotlin:kotlin-reflect:$kotlinVersion")
8585
implementation("io.dropwizard.metrics:metrics-core:4.2.9")

0 commit comments

Comments
 (0)