This is an automated email from the ASF dual-hosted git repository.
rabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 36afa7f99 Bump org.clojure:tools.logging from 1.3.0 to 1.3.1 (#8340)
36afa7f99 is described below
commit 36afa7f990d475b7c5b96fe3b7cf39a45c15a10d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 3 01:10:14 2026 +0000
Bump org.clojure:tools.logging from 1.3.0 to 1.3.1 (#8340)
* Bump org.clojure:tools.logging from 1.3.0 to 1.3.1
Bumps [org.clojure:tools.logging](https://github.com/clojure/tools.logging)
from 1.3.0 to 1.3.1.
-
[Changelog](https://github.com/clojure/tools.logging/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/clojure/tools.logging/compare/v1.3.0...v1.3.1)
---
updated-dependencies:
- dependency-name: org.clojure:tools.logging
dependency-version: 1.3.1
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
* Fixing licenses
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Rui Abreu <[email protected]>
---
DEPENDENCY-LICENSES | 2 +-
LICENSE-binary | 2 +-
pom.xml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/DEPENDENCY-LICENSES b/DEPENDENCY-LICENSES
index 3c96cae7d..5d8c553e7 100644
--- a/DEPENDENCY-LICENSES
+++ b/DEPENDENCY-LICENSES
@@ -378,7 +378,7 @@ List of third-party dependencies grouped by their license
type.
* org.eclipse.sisu.inject
(org.eclipse.sisu:org.eclipse.sisu.inject:0.3.4 -
http://www.eclipse.org/sisu/org.eclipse.sisu.inject/)
* org.eclipse.sisu.plexus
(org.eclipse.sisu:org.eclipse.sisu.plexus:0.3.4 -
http://www.eclipse.org/sisu/org.eclipse.sisu.plexus/)
* spec.alpha (org.clojure:spec.alpha:0.5.238 -
https://github.com/clojure/build.poms/spec.alpha)
- * tools.logging (org.clojure:tools.logging:1.3.0 -
https://github.com/clojure/build.poms/tools.logging)
+ * tools.logging (org.clojure:tools.logging:1.3.1 -
https://github.com/clojure/build.poms/tools.logging)
Eclipse Public License, Version 1.0, GNU Lesser General Public License
diff --git a/LICENSE-binary b/LICENSE-binary
index ff9d61d38..9c0b7f0c4 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -942,7 +942,7 @@ The license texts of these dependencies can be found in the
licenses directory.
* clojure (org.clojure:clojure:1.12.3 - http://clojure.org/)
* core.specs.alpha (org.clojure:core.specs.alpha:0.4.74 -
https://github.com/clojure/build.poms/core.specs.alpha)
* spec.alpha (org.clojure:spec.alpha:0.5.238 -
https://github.com/clojure/build.poms/spec.alpha)
- * tools.logging (org.clojure:tools.logging:1.3.0 -
https://github.com/clojure/build.poms/tools.logging)
+ * tools.logging (org.clojure:tools.logging:1.3.1 -
https://github.com/clojure/build.poms/tools.logging)
Eclipse Public License, Version 1.0, GNU Lesser General Public License
diff --git a/pom.xml b/pom.xml
index abf6bdd75..61612327d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,7 @@
<commons-cli.version>1.11.0</commons-cli.version>
<curator.version>5.9.0</curator.version>
<jetty.version>12.1.4</jetty.version>
- <clojure.tools.logging.version>1.3.0</clojure.tools.logging.version>
+ <clojure.tools.logging.version>1.3.1</clojure.tools.logging.version>
<carbonite.version>1.6.0</carbonite.version>
<snakeyaml.version>2.2</snakeyaml.version>
<httpclient.version>4.5.14</httpclient.version>