Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/ch.qos.logback-logback-c…
Browse files Browse the repository at this point in the history
…ore-1.5.7
  • Loading branch information
cdancy authored Sep 24, 2024
2 parents 645c648 + f2ec4bf commit 5f7f9f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repositories {

dependencies {
ext.jcloudsVersion = '2.5.0'
ext.autoValueVersion = '1.10.4'
ext.autoValueVersion = '1.11.0'
ext.autoServiceVersion = '1.1.1'
ext.guiceVersion = '5.1.0'

Expand All @@ -32,11 +32,11 @@ dependencies {

testImplementation ("org.apache.jclouds:jclouds-core:${jcloudsVersion}:tests")
testImplementation ("org.apache.jclouds.driver:jclouds-slf4j:${jcloudsVersion}")
testImplementation ('org.assertj:assertj-core:3.25.3')
testImplementation ('org.assertj:assertj-core:3.26.3')
testImplementation ('ch.qos.logback:logback-core:1.5.7')
testImplementation ('com.squareup.okhttp3:mockwebserver:4.12.0')
testImplementation ('org.testng:testng:7.10.2')
testImplementation ('ch.qos.logback:logback-classic:1.5.6')
testImplementation ('ch.qos.logback:logback-classic:1.5.7')
}

ext.compatibilityVersion = JavaVersion.VERSION_11
Expand Down

0 comments on commit 5f7f9f8

Please sign in to comment.