This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-java.git
The following commit(s) were added to refs/heads/main by this push:
new d49d0a6ac MINOR: Bump logback.version from 1.5.37 to 1.6.3 (#1221)
d49d0a6ac is described below
commit d49d0a6ac9cd3ad7abd51e8b9eec4e03b9bbe37f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 24 18:44:17 2026 -0700
MINOR: Bump logback.version from 1.5.37 to 1.6.3 (#1221)
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 e00b24ca7..a8440ed25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,7 +113,7 @@ under the License.
<checkstyle.failOnViolation>true</checkstyle.failOnViolation>
<error_prone_core.version>2.42.0</error_prone_core.version>
<checker.framework.version>4.2.1</checker.framework.version>
- <logback.version>1.5.37</logback.version>
+ <logback.version>1.6.3</logback.version>
<doclint>none</doclint>
<additionalparam>-Xdoclint:none</additionalparam>
<!-- List of add-opens arg line arguments for tests -->