Skip to content

Commit

Permalink
Merge branch 'dev' into to/#474-fuse-switch-nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-peter authored Apr 21, 2023
2 parents 90a2305 + 6c46cf8 commit d8319ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ ext {
tscfgVersion = '1.0.2'
scapegoatVersion = '1.4.17'

testContainerVersion = '0.40.14'
testContainerVersion = '0.40.15'

scriptsLocation = 'gradle' + File.separator + 'scripts' + File.separator // location of script plugins
}
Expand Down Expand Up @@ -101,7 +101,7 @@ dependencies {

/* logging */
implementation "com.typesafe.scala-logging:scala-logging_${scalaVersion}:3.9.5" // akka scala logging
implementation "ch.qos.logback:logback-classic:1.4.6"
implementation "ch.qos.logback:logback-classic:1.4.7"

/* testing */
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
Expand Down

0 comments on commit d8319ba

Please sign in to comment.