From 8049b40254dbe60d6214fcf5c1a2ef3c598a7486 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:19:53 +0000 Subject: [PATCH] Bump org.codelibs:jcifs from 2.1.38 to 2.1.39 (#9518) 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 56f4c9d408..85017fa596 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ ext { h2Version = '2.2.224' jacksonVersion = '2.15.4' jaxbVersion = '4.0.5' - jcifsVersion = '2.1.38' + jcifsVersion = '2.1.39' jeroMqVersion = '0.5.4' jmsApiVersion = '3.1.0' jpaApiVersion = '3.1.0'