Skip to content

Commit

Permalink
chore(deps): bump transitive dep jsonpath to 2.9.0 (#640)
Browse files Browse the repository at this point in the history
  • Loading branch information
tommytroen authored Feb 15, 2024
1 parent 3cbb107 commit 983dfcd
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ val bouncyCastleVersion = "1.70"
val springBootVersion = "3.2.2"
val reactorTestVersion = "3.6.2"
val ktorVersion = "2.3.8"
val jsonPathVersion = "2.9.0"

val mavenRepoBaseUrl = "https://oss.sonatype.org"
val mainClassKt = "no.nav.security.mock.oauth2.StandaloneMockOAuth2ServerKt"
Expand Down Expand Up @@ -77,6 +78,13 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server:$springBootVersion")
testImplementation("org.springframework.boot:spring-boot-starter-oauth2-client:$springBootVersion")
testImplementation("org.springframework.boot:spring-boot-starter-test:$springBootVersion")
constraints {
testImplementation("com.jayway.jsonpath:json-path") {
version {
require(jsonPathVersion)
}
}
}
testImplementation("org.springframework.boot:spring-boot-test:$springBootVersion")
constraints {
testImplementation("org.yaml:snakeyaml:2.2") {
Expand Down

0 comments on commit 983dfcd

Please sign in to comment.