Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2023-05-01 21:33:00 +0000
committerMatthias Sohn2023-05-02 15:05:18 +0000
commit84461e808663d0830360a8cfbbcc4a80c96ab3ed (patch)
tree5a1625333f0e15cae49bfda69aebac875a1bad6c /pom.xml
parent18cb13c4ef4bcdf3210e932bd9fbb602ddf234fc (diff)
downloadjgit-84461e808663d0830360a8cfbbcc4a80c96ab3ed.tar.gz
jgit-84461e808663d0830360a8cfbbcc4a80c96ab3ed.tar.xz
jgit-84461e808663d0830360a8cfbbcc4a80c96ab3ed.zip
Update slf4j to 1.7.36 and consume it directly from Maven Central
BundleSymbolicNames changed to the names used upstream: - slf4j.api - slf4j.simple Change-Id: Ibcaafae282d3a6fa013bc39d879def1b66073bca
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index b25b3bf40d..ee15c752fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -166,7 +166,7 @@
<japicmp-version>0.17.1</japicmp-version>
<httpclient-version>4.5.14</httpclient-version>
<httpcore-version>4.4.16</httpcore-version>
- <slf4j-version>1.7.30</slf4j-version>
+ <slf4j-version>1.7.36</slf4j-version>
<maven-javadoc-plugin-version>3.4.1</maven-javadoc-plugin-version>
<gson-version>2.10.1</gson-version>
<bouncycastle-version>1.73</bouncycastle-version>

Back to the top