Skip to content

Commit

Permalink
build(deps): upgrade com.fasterxml.jackson to 2.13.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
s4heid committed Oct 26, 2022
1 parent 80ef04e commit 4f0bfae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Expand Up @@ -57,10 +57,10 @@ dependencies {
implementation group: 'io.vertx', name: 'vertx-health-check', version: vertx_version
implementation group: 'io.vertx', name: 'vertx-infinispan', version: vertx_version

def jackson_version = '2.13.3'
def jackson_version = '2.13.4'
implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: jackson_version
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-annotations', version: jackson_version
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: jackson_version
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.13.4.2'

def olingo_version = '4.9.0'
implementation(group: 'org.apache.olingo', name: 'odata-server-core', version: olingo_version) {
Expand Down

0 comments on commit 4f0bfae

Please sign in to comment.