This is an automated email from the ASF dual-hosted git repository.
doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git
The following commit(s) were added to refs/heads/master by this push:
new 953bbff Update slf4j version
953bbff is described below
commit 953bbff897c45eeb4f20c7a6bd44872c834a9234
Author: Rainer Döbele <[email protected]>
AuthorDate: Tue Jan 18 10:28:14 2022 +0100
Update slf4j version
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0ef8864..921abe4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -275,17 +275,17 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.26</version>
+ <version>1.7.33</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.7.26</version>
+ <version>1.7.33</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
- <version>1.7.26</version>
+ <version>1.7.33</version>
</dependency>
<!-- commons -->
<dependency>