From 87a9e9dde82c4728de19c70be4f8cd988cfc9820 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 13:32:52 +0000 Subject: [PATCH] Bump com.jcabi:jcabi-xml from 0.29.0 to 0.33.5 Bumps [com.jcabi:jcabi-xml](https://github.com/jcabi/jcabi-xml) from 0.29.0 to 0.33.5. - [Release notes](https://github.com/jcabi/jcabi-xml/releases) - [Commits](https://github.com/jcabi/jcabi-xml/compare/0.29.0...0.33.5) --- updated-dependencies: - dependency-name: com.jcabi:jcabi-xml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 613c886fac..7a2a13e11c 100644 --- a/build.gradle +++ b/build.gradle @@ -442,7 +442,7 @@ dependencies { implementation "com.fifesoft:languagesupport:3.3.0" // For simple xml work in Hero Lab integration - implementation group: 'com.jcabi', name: 'jcabi-xml', version: '0.29.0' // https://mvnrepository.com/artifact/com.jcabi/jcabi-xml + implementation group: 'com.jcabi', name: 'jcabi-xml', version: '0.33.5' // https://mvnrepository.com/artifact/com.jcabi/jcabi-xml // For some math functions used in the A* Pathfinding // https://locationtech.github.io/jts/jts-features.html