Skip to content

Commit

Permalink
Update All Dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and felldo committed Feb 22, 2025
1 parent 424770e commit 595ece1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jackson-databind = { group = "com.fasterxml.jackson.core", name = "jackson-datab
jackson-datatype-jdk8 = { group = "com.fasterxml.jackson.datatype", name = "jackson-datatype-jdk8", version.ref = "jackson" }
jackson-module-kotlin = { group = "com.fasterxml.jackson.module", name = "jackson-module-kotlin", version.ref = "jackson" }
okhttp = { group = "com.squareup.okhttp3", name = "okhttp", version = "4.12.0" }
jsoup = { group = "org.jsoup", name = "jsoup", version = "1.17.2" }
jsoup = { group = "org.jsoup", name = "jsoup", version = "1.18.3" }
htmlunit = { group = "org.htmlunit", name = "htmlunit", version = "4.9.0" }
javaparser-symbol-solver-core = { group = "com.github.javaparser", name = "javaparser-symbol-solver-core", version = "3.26.3" }
kotlinx-coroutines-core = { group = "org.jetbrains.kotlinx", name = "kotlinx-coroutines-core", version = "1.10.1" }
Expand All @@ -21,6 +21,6 @@ gradleplugin-jreleaser = { group = "org.jreleaser", name = "org.jreleaser.gradle
versions = { id = "com.github.ben-manes.versions", version = "0.52.0" }
versions-catalog = { id = "nl.littlerobots.version-catalog-update", version = "0.8.5" }
shadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
jreleaser = { id = "org.jreleaser", version = "1.15.0" }
jreleaser = { id = "org.jreleaser", version = "1.16.0" }
#https://github.com/melix/jmh-gradle-plugin
jmh = { id = "me.champeau.jmh", version = "0.7.3" }
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

plugins {
// Apply the foojay-resolver plugin to allow automatic download of JDKs
id("org.gradle.toolchains.foojay-resolver-convention") version "0.4.0"
id("org.gradle.toolchains.foojay-resolver-convention") version "0.9.0"
}

rootProject.name = "JEmoji"
Expand Down

0 comments on commit 595ece1

Please sign in to comment.