Skip to content

Commit

Permalink
build(deps): update slf4j-simple from 2.0.16 to 2.0.17 (#1708)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 26, 2025
1 parent 04fa41d commit 971a9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maven/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.16</version>
<version>2.0.17</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Dependencies {

val scalameta = "4.13.2"

val slf4j = "2.0.16"
val slf4j = "2.0.17"

val sttp = "3.10.3"

Expand Down

0 comments on commit 971a9af

Please sign in to comment.