Skip to content

Commit

Permalink
Merge branch 'dev' into ms/#269-enhance-DBFS-tests-with-checking-resu…
Browse files Browse the repository at this point in the history
…lt-output-via-listeners
  • Loading branch information
staudtMarius authored Oct 4, 2022
2 parents dcc7186 + 298c791 commit b8a731d
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 @@ -59,7 +59,7 @@ configurations {

repositories {
mavenCentral() // searches in Sonatype's central repository
maven { url 'https://www.jitpack.io' } // allows github repos as dependencies
maven { url 'https://jitpack.io' } // allows github repos as dependencies
maven { url 'https://oss.sonatype.org/content/repositories/snapshots' } // sonatype snapshot repo
maven { url "https://packages.confluent.io/maven" } // confluent repo (kafka)
}
Expand Down Expand Up @@ -100,10 +100,10 @@ dependencies {

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

/* testing */
testImplementation 'org.spockframework:spock-core:2.2-groovy-4.0'
testImplementation 'org.spockframework:spock-core:2.3-groovy-4.0'
testImplementation 'org.scalatestplus:mockito-3-4_2.13:3.2.10.0'
implementation 'org.mockito:mockito-core:4.8.0' // mocking framework
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.14"
Expand Down

0 comments on commit b8a731d

Please sign in to comment.