Skip to content

Commit

Permalink
Override jsonpath dependency (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
dotasek authored Aug 29, 2024
1 parent 93327a1 commit e384980
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 e384980

Please sign in to comment.