Skip to content

Commit

Permalink
Merge pull request #114 from irdcat/dependency-updates
Browse files Browse the repository at this point in the history
Update vulnerable dependencies to latest compatible versions
  • Loading branch information
opwvhk authored Nov 9, 2023
2 parents f9d0e83 + e928c1e commit e0ba58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation("org.apache.avro:avro-compiler:1.11.3") { exclude("org.slf4j") }
implementation("org.apache.commons:commons-text:1.10.0")
implementation("org.json:json:20231013")
implementation("org.kohsuke", "github-api", "1.314")
implementation("org.kohsuke", "github-api", "1.317")
testImplementation("junit", "junit", "4.13.2")
testImplementation("org.assertj", "assertj-core", "3.24.2")
}
Expand Down

0 comments on commit e0ba58e

Please sign in to comment.