From 79f0cf6adfc5c7ce1b382fa58d7e019f31b2b549 Mon Sep 17 00:00:00 2001
From: Prashant <prashant.thakre@gmail.com>
Date: Tue, 17 Feb 2026 06:19:37 +0000
Subject: [PATCH] Bump logback to 1.5.32 (#595)
---
opendj-embedded/pom.xml | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-embedded/pom.xml b/opendj-embedded/pom.xml
index 8093ae8..98557bb 100644
--- a/opendj-embedded/pom.xml
+++ b/opendj-embedded/pom.xml
@@ -38,7 +38,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
- <version>1.5.29</version>
+ <version>1.5.32</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
@@ -49,7 +49,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>1.5.29</version>
+ <version>1.5.32</version>
<exclusions>
<exclusion>
<artifactId>slf4j-api</artifactId>
--
Gitblit v1.10.0