Skip to content

Commit a90fc33

Browse files
dependabot[bot]Pfeil
authored andcommitted
Bump jackson-datatype-jsr310 from 2.13.2 to 2.13.3
Bumps jackson-datatype-jsr310 from 2.13.2 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>
1 parent 76149f3 commit a90fc33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'
2828

2929
implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.2.2'
30-
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.2'
30+
implementation 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.3'
3131
implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5'
3232
implementation group: 'commons-io', name: 'commons-io', version: '2.6'
3333
implementation group: 'net.lingala.zip4j', name: 'zip4j', version: '2.9.0'

0 commit comments

Comments
 (0)