From 1eb8e87f1c0b99f93a6e9779a2817ab9c9a44115 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 May 2024 20:12:36 -0400 Subject: [PATCH] Bump org.codelibs:jcifs from 2.1.37 to 2.1.38 Bumps [org.codelibs:jcifs](https://github.com/codelibs/jcifs) from 2.1.37 to 2.1.38. - [Commits](https://github.com/codelibs/jcifs/compare/jcifs-2.1.37...jcifs-2.1.38) --- 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 09f0a2e2eb..bddc94554f 100644 --- a/build.gradle +++ b/build.gradle @@ -78,7 +78,7 @@ ext { h2Version = '2.2.224' jacksonVersion = '2.17.1' jaxbVersion = '4.0.5' - jcifsVersion = '2.1.37' + jcifsVersion = '2.1.38' jeroMqVersion = '0.6.0' jmsApiVersion = '3.1.0' jpaApiVersion = '3.1.0'