This is an automated email from the ASF dual-hosted git repository.
ctubbsii pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-fluo-yarn.git
The following commit(s) were added to refs/heads/main by this push:
new 05b2b2f Bump ch.qos.logback:logback-core from 1.5.19 to 1.5.25 (#35)
05b2b2f is described below
commit 05b2b2f71ef8618b47b21243d45fc7e86a7d5616
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 22 15:07:07 2026 -0500
Bump ch.qos.logback:logback-core from 1.5.19 to 1.5.25 (#35)
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from
1.5.19 to 1.5.25.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.19...v_1.5.25)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
dependency-version: 1.5.25
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 41fac52..6cd76e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
<properties>
<findbugs.maxRank>12</findbugs.maxRank>
<hadoop.version>2.6.5</hadoop.version>
- <logback.version>1.5.19</logback.version>
+ <logback.version>1.5.25</logback.version>
<maven.compiler.release>8</maven.compiler.release>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>