From 95238d2b37535010c89cd4154367262c5b253243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:18:28 +0000 Subject: [PATCH] Bump org.codelibs:jcifs from 2.1.38 to 2.1.39 (#9511) Bumps [org.codelibs:jcifs](https://github.com/codelibs/jcifs) from 2.1.38 to 2.1.39. - [Commits](https://github.com/codelibs/jcifs/compare/jcifs-2.1.38...jcifs-2.1.39) --- updated-dependencies: - dependency-name: org.codelibs:jcifs 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 c6bd912189..4fd422005d 100644 --- a/build.gradle +++ b/build.gradle @@ -79,7 +79,7 @@ ext { h2Version = '2.2.224' jacksonVersion = '2.17.2' jaxbVersion = '4.0.5' - jcifsVersion = '2.1.38' + jcifsVersion = '2.1.39' jeroMqVersion = '0.6.0' jmsApiVersion = '3.1.0' jpaApiVersion = '3.1.0'