Skip to content
This repository was archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
Update Tools - Data Processing (#411)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 16, 2022
1 parent db3d1fe commit 42bd22c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -342,17 +342,17 @@ dependencies {

implementation group: 'org.slf4j', name: 'slf4j-api', version: '1.7.36'

implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.14.0-rc3'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.14.0-rc3'
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.14.0-rc3'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.0-rc3'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: '2.14.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: '2.14.1'
implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.14.1'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.14.1'

implementation group: 'com.networknt', name: 'json-schema-validator', version: '1.0.66'
implementation group: 'com.networknt', name: 'json-schema-validator', version: '1.0.75'

implementation group: 'com.azure', name: 'azure-core', version: '1.34.0'
implementation group: 'com.azure', name: 'azure-messaging-servicebus', version: '7.13.0'

implementation group: 'com.networknt', name: 'json-schema-validator', version: '1.0.71'
implementation group: 'com.networknt', name: 'json-schema-validator', version: '1.0.75'

implementation group: 'org.elasticsearch', name: 'elasticsearch', version: '7.16.3'

Expand Down

0 comments on commit 42bd22c

Please sign in to comment.