Skip to content

Commit

Permalink
CORE-15310: Update slf4j to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzunigadaly committed May 22, 2024
1 parent 4c03626 commit aaeaed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions corda-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ dependencies {
}
}
api(libs.bundles.osgi)
api(libs.slf4j) {
because 'Corda 5.2 only supports SLF4J 1.x'
}
api(libs.slf4j)
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kotlinVersion = "1.8.21"

# Logging
slf4jVersion = { strictly = "1.7.36" }
slf4jVersion = "2.0.12"

# Main implementation dependencies
avroVersion = "1.11.3"
Expand Down

0 comments on commit aaeaed2

Please sign in to comment.