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] authored Mar 11, 2024
1 parent 45ab1fa commit b8802a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion h2/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ testing {
suites {
test {
dependencies {
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.22.1")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.23.1")
implementation(project.dependencies.testFixtures(project(":base")))
}
}
Expand Down
2 changes: 1 addition & 1 deletion mysql/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ testing {
suites {
test {
dependencies {
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.22.1")
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.23.1")
implementation("org.flywaydb:flyway-mysql:9.22.3")
implementation(project.dependencies.testFixtures(project(":base")))
}
Expand Down

0 comments on commit b8802a7

Please sign in to comment.