Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
bump dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed May 24, 2024
1 parent ba24eae commit 212153e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {

implementation("io.kweb:kweb-core:1.4.9")

implementation("org.slf4j:slf4j-simple:2.0.5")
implementation("org.slf4j:slf4j-simple:2.0.13")

implementation("com.google.cloud:google-cloud-firestore:3.9.1")

Expand All @@ -37,9 +37,9 @@ dependencies {

implementation("com.google.cloud:google-cloud-logging-logback:0.127.10-alpha")

implementation("org.jsoup:jsoup:1.16.1")
implementation("org.jsoup:jsoup:1.17.2")

implementation("org.kohsuke:github-api:1.314")
implementation("org.kohsuke:github-api:1.321")
constraints {
implementation("com.fasterxml.jackson.core:jackson-databind:2.14.0-rc2") {
because("""
Expand Down

0 comments on commit 212153e

Please sign in to comment.