Skip to content

Commit

Permalink
Update dependency org.apache.logging.log4j:log4j-slf4j-impl to v2.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Dec 28, 2023
1 parent bae2192 commit 3e0d468
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ repositories {
ext {
selcukesVersion = "2.3.7"
lombokVersion = "1.18.30"
slf4jVersion = "2.22.0"
slf4jVersion = "2.22.1"
}

dependencies {
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<properties>
<selcukes.version>2.3.7</selcukes.version>
<lombok.version>1.18.30</lombok.version>
<slf4j.version>2.22.0</slf4j.version>
<slf4j.version>2.22.1</slf4j.version>

<maven.compiler.source>11</maven.compiler.source>
<maven.compiler.target>11</maven.compiler.target>
Expand Down

0 comments on commit 3e0d468

Please sign in to comment.