This is an automated email from the ASF dual-hosted git repository.
reschke pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git
The following commit(s) were added to refs/heads/trunk by this push:
new 99edbd48d7 OAK-10793: Update Logback version to 1.2.13 (#1442)
99edbd48d7 is described below
commit 99edbd48d7b1b63fe6b127afa7ea0fe8d960de5f
Author: Julian Reschke <[email protected]>
AuthorDate: Sat May 11 13:51:37 2024 +0200
OAK-10793: Update Logback version to 1.2.13 (#1442)
---
oak-parent/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/oak-parent/pom.xml b/oak-parent/pom.xml
index 3b08500c9f..25c9e6248c 100644
--- a/oak-parent/pom.xml
+++ b/oak-parent/pom.xml
@@ -61,7 +61,7 @@
<mongo.driver.version>3.12.11</mongo.driver.version>
<slf4j.api.version>1.7.36</slf4j.api.version>
<slf4j.version>1.7.36</slf4j.version> <!-- sync with logback version -->
- <logback.version>1.2.10</logback.version>
+ <logback.version>1.2.13</logback.version>
<h2.version>2.1.214</h2.version>
<tika.version>1.28.5</tika.version>
<derby.version>10.15.2.0</derby.version>