Skip to content

Commit

Permalink
Merge branch 'dev' into sp/#24-kafka-result-output
Browse files Browse the repository at this point in the history
  • Loading branch information
t-ober authored Jun 7, 2022
2 parents 4a1688d + cc26f00 commit fce53e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ updates:
open-pull-requests-limit: 10
target-branch: dev
reviewers:
- ckittl
- johanneshiry
- t-ober
- sensarmad
- sebastian-peter
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ dependencies {
/* testing */
testImplementation 'org.spockframework:spock-core:2.1-groovy-3.0'
testImplementation 'org.scalatestplus:mockito-3-4_2.13:3.2.10.0'
implementation 'org.mockito:mockito-core:4.6.0' // mocking framework
implementation 'org.mockito:mockito-core:4.6.1' // mocking framework
testImplementation "org.scalatest:scalatest_${scalaVersion}:3.2.12"
testRuntimeOnly 'com.vladsch.flexmark:flexmark-all:0.64.0' //scalatest html output
testImplementation group: 'org.pegdown', name: 'pegdown', version: '1.6.0'
Expand Down

0 comments on commit fce53e9

Please sign in to comment.