Skip to content

Commit

Permalink
Merge pull request #1348 from znsio/dependabot/gradle/io.mockk-mockk-…
Browse files Browse the repository at this point in the history
…1.13.13

Bump io.mockk:mockk from 1.13.12 to 1.13.13
  • Loading branch information
joelrosario authored Oct 28, 2024
2 parents bebcfef + 293496b commit c171dfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dependencies {
exclude group: 'ch.qos.logback', module: 'logback-classic'
exclude module: 'mockito-core'
}
testImplementation 'io.mockk:mockk:1.13.12'
testImplementation 'io.mockk:mockk:1.13.13'
testImplementation('com.ninja-squad:springmockk:3.1.1') {
exclude group: 'ch.qos.logback', module: 'logback-classic'
}
Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
testImplementation "org.junit.jupiter:junit-jupiter-params:$junit_version"
testImplementation 'org.json:json:20240303'
testImplementation 'org.springframework:spring-web:5.3.39'
testImplementation 'io.mockk:mockk:1.13.12'
testImplementation 'io.mockk:mockk:1.13.13'
testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation "io.ktor:ktor-client-mock-jvm:$ktor_version"
implementation 'org.thymeleaf:thymeleaf:3.1.2.RELEASE'
Expand Down

0 comments on commit c171dfb

Please sign in to comment.