Skip to content

Commit

Permalink
#119 upgrading http-builder to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sughics committed Mar 22, 2023
1 parent 03439e0 commit 16fba4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ dependencies {
implementation group: 'org.jsoup', name: 'jsoup', version: '1.9.1'

// implementation 'org.codehaus.groovy.modules.http-builder:http-builder:0.8'
implementation group: 'org.codehaus.groovy.modules.http-builder', name: 'http-builder', version: '0.7.1'
implementation group: 'org.codehaus.groovy.modules.http-builder', name: 'http-builder', version: '0.7.2'

// implementation 'org.grails.grails-plugin-rest:2.3.0.M2'
implementation 'org.codehaus.groovy:groovy-ant:2.0.0'
Expand Down

0 comments on commit 16fba4d

Please sign in to comment.