Skip to content

Commit

Permalink
CORE-15310: Update slf4j to v2 (#1645)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzunigadaly authored Jun 12, 2024
1 parent 1f1f168 commit 8bc684d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 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.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cordaProductVersion = 5.3.0
# NOTE: update this each time this module contains a breaking change
## NOTE: currently this is a top level revision, so all API versions will line up, but this could be moved to
## a per module property in which case module versions can change independently.
cordaApiRevision = 13
cordaApiRevision = 14

# Main
kotlin.stdlib.default.dependency = false
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.13"

# Main implementation dependencies
avroVersion = "1.11.3"
Expand Down

0 comments on commit 8bc684d

Please sign in to comment.