Skip to content

Commit 178fd42

Browse files
fix(deps): update dependency org.slf4j:slf4j-api to v2.0.11 (#619)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5ca055d commit 178fd42

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

providers/configcat/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.slf4j</groupId>
2828
<artifactId>slf4j-api</artifactId>
29-
<version>2.0.10</version>
29+
<version>2.0.11</version>
3030
</dependency>
3131

3232
<dependency>

providers/flipt/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.slf4j</groupId>
2828
<artifactId>slf4j-api</artifactId>
29-
<version>2.0.10</version>
29+
<version>2.0.11</version>
3030
</dependency>
3131

3232
<dependency>

providers/go-feature-flag/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
<dependency>
6666
<groupId>org.slf4j</groupId>
6767
<artifactId>slf4j-api</artifactId>
68-
<version>2.0.10</version>
68+
<version>2.0.11</version>
6969
</dependency>
7070

7171
<dependency>

providers/unleash/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.slf4j</groupId>
2828
<artifactId>slf4j-api</artifactId>
29-
<version>2.0.10</version>
29+
<version>2.0.11</version>
3030
</dependency>
3131

3232
<dependency>

0 commit comments

Comments
 (0)