This is an automated email from the ASF dual-hosted git repository.
cgivre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/drill.git
The following commit(s) were added to refs/heads/master by this push:
new 86e9b82f16 Bump ch.qos.logback:logback-core from 1.5.25 to 1.5.34
(#3058)
86e9b82f16 is described below
commit 86e9b82f164c5849312580cf2c4cbdd617622722
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 23 08:58:07 2026 -0400
Bump ch.qos.logback:logback-core from 1.5.25 to 1.5.34 (#3058)
Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from
1.5.25 to 1.5.34.
- [Release notes](https://github.com/qos-ch/logback/releases)
- [Commits](https://github.com/qos-ch/logback/compare/v_1.5.25...v_1.5.34)
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-core
dependency-version: 1.5.34
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 229a50405f..1a10727267 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
<license.skip>true</license.skip>
<log4j.version>2.25.4</log4j.version>
<!-- Upgrading logback further breaks JDK 8 build compatibility -->
- <logback.version>1.5.25</logback.version>
+ <logback.version>1.5.34</logback.version>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>