From 01e6187ad0ad5f1cae16ebd0236fa2ed63031227 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 07:34:05 +0000 Subject: [PATCH 1/2] Bump the gradle group with 2 updates Bumps the gradle group with 2 updates: [commons-logging:commons-logging](https://github.com/apache/commons-logging) and [xom:xom](https://github.com/elharo/xom). Updates `commons-logging:commons-logging` from 1.3.6 to 1.4.0 - [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.6...rel/commons-logging-1.4.0) Updates `xom:xom` from 1.4.5 to 1.4.6 - [Release notes](https://github.com/elharo/xom/releases) - [Commits](https://github.com/elharo/xom/compare/v1.4.5...v1.4.6) --- updated-dependencies: - dependency-name: commons-logging:commons-logging dependency-version: 1.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gradle - dependency-name: xom:xom dependency-version: 1.4.6 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 09912c9352c..20752cf7571 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ commons-httpclient = "commons-httpclient:commons-httpclient:3.1" commons-io = "commons-io:commons-io:2.22.0" commons-lang = "commons-lang:commons-lang:2.6" commons-lang3 = "org.apache.commons:commons-lang3:3.20.0" -commons-logging = "commons-logging:commons-logging:1.3.6" +commons-logging = "commons-logging:commons-logging:1.4.0" commons-text = "org.apache.commons:commons-text:1.15.0" errorprone-core = { module = "com.google.errorprone:error_prone_core", version.ref = "errorprone" } findbugsAnnotations = "com.google.code.findbugs:findbugs-annotations:3.0.1" @@ -36,7 +36,7 @@ log4j-jul = { module = "org.apache.logging.log4j:log4j-jul", version.ref = "log4 log4j-slf4j = { module = "org.apache.logging.log4j:log4j-slf4j-impl", version.ref = "log4j" } rsyntaxtextarea = "com.fifesoft:rsyntaxtextarea:3.6.3" swingx = "org.swinglabs.swingx:swingx-all:1.6.5-1" -xom = "xom:xom:1.4.5" +xom = "xom:xom:1.4.6" assertj-core = "org.assertj:assertj-core:3.27.7" assertj-swing = "org.assertj:assertj-swing:3.17.1" From aa34be2362f03d6d1e25438de3c510051a3e4993 Mon Sep 17 00:00:00 2001 From: thc202 Date: Thu, 18 Jun 2026 09:08:47 +0100 Subject: [PATCH 2/2] Refresh LEGALNOTICE Refresh LEGALNOTICE.md with latest version. Signed-off-by: thc202 --- LEGALNOTICE.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/LEGALNOTICE.md b/LEGALNOTICE.md index 2711a417a6e..31544221b0a 100644 --- a/LEGALNOTICE.md +++ b/LEGALNOTICE.md @@ -40,7 +40,7 @@ and subject to their respective licenses. | commons-io-2.22.0.jar | Apache 2.0 | | commons-lang-2.6.jar | Apache 2.0 | | commons-lang3-3.20.0.jar | Apache 2.0 | -| commons-logging-1.3.6.jar | Apache 2.0 | +| commons-logging-1.4.0.jar | Apache 2.0 | | commons-text-1.15.0.jar | Apache 2.0 | | ezmorph-1.0.6.jar | Apache 2.0 | | flatlaf-3.7.1.jar | Apache 2.0 | @@ -60,4 +60,4 @@ and subject to their respective licenses. | log4j-jul-2.26.0.jar | Apache 2.0 | | rsyntaxtextarea-3.6.3.jar | BSD-3 clause | | swingx-all-1.6.5-1.jar | LGPL 2.1 | -| xom-1.4.5.jar | LGPL | +| xom-1.4.6.jar | LGPL |