From 836535a091372f49a9265054d384fb4024e1538a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 08:33:10 +0000 Subject: [PATCH] Bump org.codehaus.castor:castor-core from 1.3.1 to 1.4.1 Bumps [org.codehaus.castor:castor-core](https://github.com/castor-data-binding/castor) from 1.3.1 to 1.4.1. - [Release notes](https://github.com/castor-data-binding/castor/releases) - [Commits](https://github.com/castor-data-binding/castor/compare/castor-1.3.1...1.4.1) --- updated-dependencies: - dependency-name: org.codehaus.castor:castor-core 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 81280f7..8154b66 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ application { dependencies { implementation 'args4j:args4j:2.33' - implementation 'org.codehaus.castor:castor-core:1.3.1' + implementation 'org.codehaus.castor:castor-core:1.4.1' implementation 'org.codehaus.castor:castor-xml:1.3.1' implementation 'commons-logging:commons-logging:1.2' implementation 'asm:asm:3.2'