Skip to content
This repository has been archived by the owner on Apr 4, 2022. It is now read-only.

Commit

Permalink
Bump jackson-datatype-jsr310 from 2.12.1 to 2.12.2 in /java/backend (#…
Browse files Browse the repository at this point in the history
…186)

Bumps jackson-datatype-jsr310 from 2.12.1 to 2.12.2.

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 14, 2021
1 parent 15de203 commit fd60330
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/backend/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ dependencies {
implementation 'de.cronn:reflection-util:2.8.0'
implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.8'
implementation group: 'org.springframework.retry', name: 'spring-retry', version: '1.3.1'
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.12.1'
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.12.2'
implementation("org.springframework.boot:spring-boot-starter-actuator")

implementation 'io.pebbletemplates:pebble:3.1.5'
Expand Down

0 comments on commit fd60330

Please sign in to comment.