From 357ac7968f2d3fabf471b5f69e5e5e2b388f59c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 11:19:03 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) from 2.15.2 to 2.16.0. - [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.15.2...jackson-dataformat-xml-2.16.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml dependency-type: direct:production update-type: version-update:semver-minor ... 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 f93efdd..fc15af5 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -27,7 +27,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-web:3.1.4") implementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.14.2") implementation("org.jetbrains.kotlin:kotlin-reflect:1.9.0") - implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2") + implementation("com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.16.0") testImplementation("org.springframework.boot:spring-boot-starter-test:3.1.4") implementation("io.github.oshai:kotlin-logging-jvm:5.1.0") implementation("org.eclipse.sumo:libtraci:1.18.0")