Skip to content

Commit 95fae1a

Browse files
Bump jackson-datatype-jsr310 from 2.13.1 to 2.13.3 (#740)
Bumps jackson-datatype-jsr310 from 2.13.1 to 2.13.3. --- updated-dependencies: - dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310 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 690634e commit 95fae1a

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
@@ -77,7 +77,7 @@ dependencies {
7777
implementation("io.vertx:vertx-service-discovery:$vertxVersion")
7878
implementation("io.vertx:vertx-service-proxy:$vertxVersion")
7979
implementation("io.vertx:vertx-tcp-eventbus-bridge:$vertxVersion")
80-
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.1")
80+
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3")
8181
implementation("com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.13.3")
8282
implementation("com.fasterxml.jackson.datatype:jackson-datatype-guava:2.13.1")
8383
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.13.3")

0 commit comments

Comments
 (0)