Skip to content

Commit

Permalink
fix(deps): update dependency org.apache.commons:commons-compress to v…
Browse files Browse the repository at this point in the history
…1.26.1
  • Loading branch information
renovate[bot] committed Mar 22, 2024
1 parent 14fc08a commit eb139de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-forge-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
api "org.eclipse.jgit:org.eclipse.jgit:5.13.3.202401111512-r"
implementation "org.yaml:snakeyaml:2.2"
implementation 'com.typesafe:config:1.4.3'
implementation 'org.apache.commons:commons-compress:1.25.0'
implementation 'org.apache.commons:commons-compress:1.26.1'
compileOnly "com.google.code.findbugs:jsr305"
testImplementation "org.codehaus.groovy:groovy-yaml"
}
Expand Down

0 comments on commit eb139de

Please sign in to comment.