Skip to content

Commit 83fb797

Browse files
Gradle: Bump mockk from 1.12.4 to 1.12.5
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.4 to 1.12.5. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](mockk/mockk@1.12.4...1.12.5) --- updated-dependencies: - dependency-name: io.mockk:mockk dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f258d5e commit 83fb797

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,14 @@ subprojects {
193193

194194
implementation("org.springframework.boot:spring-boot-starter-security")
195195
implementation("org.springframework.security:spring-security-oauth2-jose:5.7.2")
196-
implementation("org.springframework.security:spring-security-oauth2-resource-server:5.6.3")
196+
implementation("org.springframework.security:spring-security-oauth2-resource-server:5.7.2")
197197
val oktaSpringBootVersion = "2.1.5"
198198
implementation("com.okta.spring:okta-spring-boot-starter:${oktaSpringBootVersion}")
199199

200200
testImplementation(kotlin("test"))
201201
testImplementation(platform("org.junit:junit-bom:5.8.2"))
202202
testImplementation("org.junit.jupiter:junit-jupiter")
203-
testImplementation("io.mockk:mockk:1.12.4")
203+
testImplementation("io.mockk:mockk:1.12.5")
204204
testImplementation("org.awaitility:awaitility-kotlin:4.2.0")
205205

206206
integrationTestImplementation("org.springframework.boot:spring-boot-starter-test") {

0 commit comments

Comments
 (0)