Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bertramdev/hcl4j
Browse files Browse the repository at this point in the history
  • Loading branch information
davydotcom committed Nov 28, 2024
2 parents 106558c + 7bd6453 commit facfea6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ repositories {

dependencies {
api "commons-logging:commons-logging:1.3.1"
api 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
api 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
api "commons-logging:commons-logging:1.3.3"
api 'com.fasterxml.jackson.core:jackson-databind:2.17.2'
api 'com.fasterxml.jackson.core:jackson-databind:2.18.1'
api 'com.fasterxml.jackson.core:jackson-annotations:2.17.1'
api 'com.fasterxml.jackson.core:jackson-core:2.17.1'
api "org.slf4j:slf4j-api:2.0.13"
api 'com.fasterxml.jackson.core:jackson-core:2.18.1'
api "org.slf4j:slf4j-api:2.0.16"
api 'org.apache.httpcomponents:httpclient:4.5.14'
api 'org.apache.httpcomponents:httpcore:4.4.16'
api 'org.apache.httpcomponents:httpmime:4.5.14'
Expand All @@ -63,7 +63,7 @@ dependencies {
testImplementation platform("org.spockframework:spock-bom:2.3-groovy-4.0")
testImplementation "org.spockframework:spock-core"
testImplementation "org.spockframework:spock-junit4" // you can remove this if your code does not rely on old JUnit 4 rules
testImplementation "org.apache.groovy:groovy-all:4.0.21"
testImplementation "org.apache.groovy:groovy-all:4.0.24"


// testImplementation "org.spockframework:spock-core:2.3-groovy-3.0"
Expand Down

0 comments on commit facfea6

Please sign in to comment.