Skip to content

Commit

Permalink
Update jackson dependency (#523)
Browse files Browse the repository at this point in the history
* Upgrade jackson dependency

* Remove ignored files

* Update baseline compare version to 3.18.2 as mentioned in PR #513
  • Loading branch information
poovamraj authored Jan 13, 2022
1 parent f845847 commit 724cae8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 14 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ hs_err_pid*
build/
target/
dependency-reduced-pom.xml
local.properties

# Ignore Gradle GUI config
gradle-app.setting
Expand Down
4 changes: 2 additions & 2 deletions lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ oss {
repository "java-jwt"
organization "auth0"
description "Java implementation of JSON Web Token (JWT)"
baselineCompareVersion "3.13.0"
baselineCompareVersion "3.18.2"

developers {
auth0 {
Expand Down Expand Up @@ -47,7 +47,7 @@ javadoc {
}

dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.11.0'
implementation 'com.fasterxml.jackson.core:jackson-databind:2.12.6'
testImplementation 'org.bouncycastle:bcprov-jdk15on:1.60'
testImplementation 'junit:junit:4.12'
testImplementation 'net.jodah:concurrentunit:0.4.3'
Expand Down
12 changes: 0 additions & 12 deletions local.properties

This file was deleted.

0 comments on commit 724cae8

Please sign in to comment.