Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
SLf4j version as constant
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisLainez committed Nov 21, 2023
1 parent b007922 commit d6167fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies {

implementation "org.openjdk.nashorn:nashorn-core:15.4"

implementation "org.slf4j:slf4j-api:1.7.36"
implementation "org.slf4j:slf4j-api:${revSlf4j}"

// JAXB is not bundled with Java 11, dependencies added explicitly
// These are needed by Apache BVAL
Expand Down
1 change: 1 addition & 0 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ ext {
revRarefiedRedis = '0.0.17'
revRedisson = '3.13.3'
revRxJava = '1.2.2'
revSlf4j = '1.7.36'
revSpectator = '0.122.0'
revSpock = '2.4-M1-groovy-4.0'
revSpotifyCompletableFutures = '0.3.3'
Expand Down
2 changes: 1 addition & 1 deletion grpc-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
implementation "io.grpc:grpc-protobuf:${revGrpc}"
implementation "io.grpc:grpc-stub:${revGrpc}"
implementation "com.google.protobuf:protobuf-java:${revProtoBuf}"
implementation "org.slf4j:slf4j-api:1.7.36"
implementation "org.slf4j:slf4j-api:${revSlf4j}"
implementation "org.apache.commons:commons-lang3"
implementation "jakarta.annotation:jakarta.annotation-api:${revJakartaAnnotation}"
implementation "com.google.guava:guava:${revGuava}"
Expand Down

0 comments on commit d6167fa

Please sign in to comment.