Skip to content

Commit

Permalink
moved commons-compress back to a direct dependency as `stairctl:bootJ…
Browse files Browse the repository at this point in the history
…ar` requires it
  • Loading branch information
pshapiro4broad committed Dec 17, 2024
1 parent 99a54ab commit 789609e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ 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.27.1'

constraints {
implementation group: 'org.apache.commons', name: 'commons-compress', version: '1.27.1'
implementation group: 'commons-io', name: 'commons-io', version: '2.18.0'
}
}

0 comments on commit 789609e

Please sign in to comment.