From f29819264352f36a8437f457b0aa1d8bee170b68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 13:09:08 +0000 Subject: [PATCH] Bump commons-logging:commons-logging from 1.3.5 to 1.3.6 Bumps [commons-logging:commons-logging](https://github.com/apache/commons-logging) from 1.3.5 to 1.3.6. - [Changelog](https://github.com/apache/commons-logging/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-logging/compare/rel/commons-logging-1.3.5...rel/commons-logging-1.3.6) --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-version: 1.3.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 673a60f..3d61961 100644 --- a/build.gradle +++ b/build.gradle @@ -131,7 +131,7 @@ dependencies { implementation ('xerces:xercesImpl:2.12.2'){transitive=false} implementation ('com.googlecode.json-simple:json-simple:1.1.1'){transitive=false} - implementation ('commons-logging:commons-logging:1.3.5'){transitive=false} + implementation ('commons-logging:commons-logging:1.3.6'){transitive=false} implementation ('commons-lang:commons-lang:2.6'){transitive=false} implementation ('commons-io:commons-io:2.21.0'){transitive=false} implementation ('com.networknt:json-schema-validator:3.0.0')