From 1729d64f25e4521e82e99df2e51b9191a4df47c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:58:34 +0000 Subject: [PATCH] Bump com.fasterxml:aalto-xml from 1.3.1 to 1.3.2 (#10554) Bumps [com.fasterxml:aalto-xml](https://github.com/FasterXML/aalto-xml) from 1.3.1 to 1.3.2. - [Commits](https://github.com/FasterXML/aalto-xml/compare/aalto-xml-1.3.1...aalto-xml-1.3.2) --- updated-dependencies: - dependency-name: com.fasterxml:aalto-xml dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 390a77ff3e1..31a0ea7c2f2 100644 --- a/build.gradle +++ b/build.gradle @@ -145,7 +145,7 @@ dependencies { implementation group: 'com.fasterxml.jackson.dataformat', name: 'jackson-dataformat-yaml', version: '2.15.3' implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-jsr310', version: '2.15.3' - implementation 'com.fasterxml:aalto-xml:1.3.1' + implementation 'com.fasterxml:aalto-xml:1.3.2' implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.9'