Skip to content

Commit

Permalink
Override jsonpath dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek committed Aug 29, 2024
1 parent 8b4d1d7 commit fe6e2ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ dependencies {
implementation("org.jgrapht:jgrapht-core:1.5.2") {
because("previous versions have a bug impacting this application")
}
implementation("com.jayway.jsonpath:json-path:2.9.0") {
because("previous versions have a bug impacting this application")
}
}
}

Expand Down

0 comments on commit fe6e2ca

Please sign in to comment.