Skip to content

Commit 2dad57c

Browse files
committed
dependency updates
1 parent c5d3bc3 commit 2dad57c

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
<dependency>
441441
<groupId>org.projectlombok</groupId>
442442
<artifactId>lombok</artifactId>
443-
<version>1.18.24</version>
443+
<version>1.18.26</version>
444444
<scope>provided</scope>
445445
</dependency>
446446
<dependency>

server/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,13 +196,7 @@
196196
<dependency>
197197
<groupId>com.github.ldapchai</groupId>
198198
<artifactId>ldapchai</artifactId>
199-
<version>0.8.2</version>
200-
<exclusions>
201-
<exclusion>
202-
<groupId>log4j</groupId>
203-
<artifactId>log4j</artifactId>
204-
</exclusion>
205-
</exclusions>
199+
<version>0.8.4</version>
206200
</dependency>
207201
<dependency>
208202
<groupId>org.apache.directory.api</groupId>

0 commit comments

Comments
 (0)