From 34caf8c966b63fd50e8a8c11d499bf93ea02c2cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Jul 2025 19:43:41 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.dataformat:jackson-dataformat-toml Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-toml](https://github.com/FasterXML/jackson-dataformats-text) from 2.19.0 to 2.19.2. - [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.19.0...jackson-dataformats-text-2.19.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-toml dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index effe0b2..fb80451 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -26,7 +26,7 @@ dependencies { // Jackson implementation("com.fasterxml.jackson.core:jackson-core:2.19.0") - implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.19.0") + implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.19.2") testImplementation("org.junit.jupiter:junit-jupiter:5.11.4") testImplementation("com.github.seeseemelk:MockBukkit-v1.17:1.13.0")