Skip to content

Commit

Permalink
Merge branch 'dev' into ps/#939-GitHubActionsPipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippSchmelter authored Oct 17, 2024
2 parents cfcabbf + f785687 commit 8db5445
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 @@ -30,7 +30,7 @@ ext {
jtsVersion = '1.20.0'
confluentKafkaVersion = '7.4.0'
tscfgVersion = '1.1.3'
scapegoatVersion = '3.0.3'
scapegoatVersion = '3.1.0'

testContainerVersion = '0.41.4'

Expand Down Expand Up @@ -98,12 +98,12 @@ dependencies {

/* logging */
implementation "com.typesafe.scala-logging:scala-logging_${scalaVersion}:3.9.5" // pekko scala logging
implementation "ch.qos.logback:logback-classic:1.5.10"
implementation "ch.qos.logback:logback-classic:1.5.11"

/* testing */
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'org.scalatestplus:mockito-3-4_2.13:3.2.10.0'
testImplementation 'org.mockito:mockito-core:5.14.1' // mocking framework
testImplementation 'org.mockito:mockito-core:5.14.2' // mocking framework
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.19"
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.64.8' //scalatest html output
testImplementation group: 'org.pegdown', name: 'pegdown', version: '1.6.0'
Expand Down

0 comments on commit 8db5445

Please sign in to comment.