Upgrade SLF4J API 1.7.36 -> 2.0.2 (#209)

See:
- https://www.slf4j.org/news.html
- https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.1
This commit is contained in:
Picnic-Bot
2022-09-22 09:00:19 +02:00
committed by GitHub
parent 791113669f
commit e12f99975b

View File

@@ -403,7 +403,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<version>2.0.2</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>