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/fluo-yarn.git
The following commit(s) were added to refs/heads/main by this push:
new 95d2cc1 Bump ch.qos.logback:logback-core from 1.2.13 to 1.5.13 (#33)
95d2cc1 is described below
commit 95d2cc147bfa50af2bcca9bc66c5ea72cd52d1e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 24 12:50:32 2024 -0500
Bump ch.qos.logback:logback-core from 1.2.13 to 1.5.13 (#33)
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from
1.2.13 to 1.5.13.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.13...v_1.5.13)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
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 ed31fd1..e04fe58 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.2.13</logback.version>
+ <logback.version>1.5.13</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>