Skip to content

Commit

Permalink
Merge pull request #314 from aindlq/gretty-3.x
Browse files Browse the repository at this point in the history
v3. Downgrade commons-cli to fix product run
  • Loading branch information
boris-petrov authored Dec 6, 2024
2 parents dcb2818 + 1243dd5 commit 532ea78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion buildSrc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ repositories {

dependencies {
implementation 'org.apache.commons:commons-lang3:3.12.0'
implementation "org._10ne.gradle:rest-gradle-plugin:0.4.2"
implementation('org._10ne.gradle:rest-gradle-plugin:0.4.2') {
// the following is needed because of https://github.com/grails/grails-core/issues/13587
exclude group: 'org.codehaus.groovy.modules.http-builder', module: 'http-builder'
}
implementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.7.1'
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ tomcat9_version = 9.0.82
tomcat9_servlet_api_version = 4.0.1
asm_version = 9.6
spock_version = 1.3-groovy-2.5
commons_cli_version = 1.5.0
commons_cli_version = 1.3.1
commons_io_version = 2.14.0
slf4j_version = 2.0.9
springBootVersion = 2.6.3
Expand Down

0 comments on commit 532ea78

Please sign in to comment.