Skip to content

Commit

Permalink
Update dependency org.apache.logging.log4j:log4j-slf4j-impl to v2.24.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 13, 2024
1 parent fe1b403 commit 8a11654
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.13"
lombokVersion = "1.18.36"
slf4jVersion = "2.24.2"
slf4jVersion = "2.24.3"
}

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.13</selcukes.version>
<lombok.version>1.18.36</lombok.version>
<slf4j.version>2.24.2</slf4j.version>
<slf4j.version>2.24.3</slf4j.version>

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

0 comments on commit 8a11654

Please sign in to comment.