Skip to content

Commit

Permalink
Set commons-compress to 1.25 for compatibilty with the spring boot pl…
Browse files Browse the repository at this point in the history
  • Loading branch information
aherbst-broad committed Jul 2, 2024
1 parent 71663c9 commit bd96462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ repositories {
dependencies {
implementation group: 'com.diffplug.spotless', name: 'spotless-plugin-gradle', version: '6.25.0'
implementation group: 'com.srcclr.gradle', name: 'com.srcclr.gradle.gradle.plugin', version: '3.1.12'
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.25.0'
}
1 change: 1 addition & 0 deletions stairctl/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ dependencies {
implementation group: 'org.apache.commons', name: 'commons-pool2'
implementation group: 'org.apache.commons', name: 'commons-lang3'


// Spring
implementation group: 'org.springframework.boot', name: 'spring-boot-starter'
// Spring Boot and Spring Shell versions should stay in sync
Expand Down

0 comments on commit bd96462

Please sign in to comment.