Skip to content

Commit

Permalink
Updated lower bound for guava.
Browse files Browse the repository at this point in the history
  • Loading branch information
debanshuk committed Jan 19, 2024
1 parent c615470 commit 5d20473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nimbus-jose-jwt_aws-kms-extension/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = 'software.amazon.lynx'
version = '1.1.1'
version = '1.1.2'

java {
toolchain {
Expand All @@ -34,7 +34,7 @@ dependencies {
// These dependencies is used internally, and not exposed to consumers on their own compile classpath.
implementation 'com.amazonaws:aws-java-sdk-kms:[1.12, 2)'
implementation 'commons-cli:commons-cli:[1.4, 2)'
implementation 'com.google.guava:guava:[30,)'
implementation 'com.google.guava:guava:[32,)'

// Use JUnit Jupiter for testing.
testImplementation 'org.junit.jupiter:junit-jupiter:5.+'
Expand Down

0 comments on commit 5d20473

Please sign in to comment.