Skip to content

Commit

Permalink
Update dependencies (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed May 10, 2023
1 parent cc706cd commit 7eb15a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ repositories {
}

dependencies {
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.13.4.2'
implementation group: 'com.google.guava', name: 'guava', version:'30.0-jre'
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version:'2.15.0'
implementation group: 'com.google.guava', name: 'guava', version:'31.1-jre'
testImplementation group: 'junit', name: 'junit', version:'4.13.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version:'1.10.19'
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version:'1.3'
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginManagement {
mavenCentral()
}
plugins {
id 'com.auth0.gradle.oss-library.java' version '0.17.2'
id 'com.auth0.gradle.oss-library.java' version '0.18.0'
}
}
rootProject.name = 'jwks-rsa'

0 comments on commit 7eb15a2

Please sign in to comment.