Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.mockito-mockito-core…
Browse files Browse the repository at this point in the history
…-5.13.0
  • Loading branch information
timonback authored Aug 30, 2024
2 parents a312cfa + bcee354 commit cb4c915
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ext {
jsonSchemaValidator = '1.5.1'

mockitoCoreVersion = '5.13.0'
mockitoJunitJupiterVersion = '5.12.0'
mockitoJunitJupiterVersion = '5.13.0'

monetaVersion = '1.4.4'
moneyApiVersion = '1.1'
Expand All @@ -70,7 +70,7 @@ ext {
slf4jApiVersion = '2.0.16'
slf4jSimpleVersion = '2.0.16'

swaggerVersion = '2.2.22'
swaggerVersion = '2.2.23'

testcontainersVersion = '1.20.1'
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
buildscript {
ext {
kotlinVersion = '2.0.20'
kotlinxSerializationVersion = '1.7.1'
kotlinxSerializationVersion = '1.7.2'
}
}

Expand Down

0 comments on commit cb4c915

Please sign in to comment.