Skip to content

Commit

Permalink
Update dependency org.apache.logging.log4j:log4j-slf4j-impl to v2.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 12, 2024
1 parent a973c98 commit 6337f38
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.9"
lombokVersion = "1.18.30"
slf4jVersion = "2.23.0"
slf4jVersion = "2.23.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.9</selcukes.version>
<lombok.version>1.18.30</lombok.version>
<slf4j.version>2.23.0</slf4j.version>
<slf4j.version>2.23.1</slf4j.version>

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

0 comments on commit 6337f38

Please sign in to comment.