Update dependency org.slf4j:slf4j-api to v2

This commit is contained in:
renovate[bot] 2024-10-17 14:16:21 +00:00 committed by GitHub
parent d7f01f7ddf
commit 5fba694b4b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
</parent>
<artifactId>fraudo</artifactId>
<version>1.0.7</version>
<version>1.1.0</version>
<name>Fraudo</name>
<description>Language for describing antifraud patterns</description>
@ -50,7 +50,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
<version>2.0.16</version>
<scope>provided</scope>
</dependency>