Skip to content

Commit

Permalink
Removed upper bound restriction from com.google.guava:guava, as it su…
Browse files Browse the repository at this point in the history
…pports indefinite backward compatibility and older versions are not available in MavenCentral anymore. (#10)
  • Loading branch information
debanshuk authored Jan 19, 2024
1 parent 06e1957 commit c615470
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.0'
version = '1.1.1'

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,31)'
implementation 'com.google.guava:guava:[30,)'

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

0 comments on commit c615470

Please sign in to comment.