Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.7 to 2.0.9 in /spark/core
Browse files Browse the repository at this point in the history
Bumps org.slf4j:slf4j-api from 2.0.7 to 2.0.9.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 17, 2023
1 parent d65183e commit 4e51a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spark/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sparkVariants {
add(variant.configuration('compileOnly'), "com.fasterxml.jackson.core:jackson-annotations:2.15.2")
add(variant.configuration('compileOnly'), "com.google.guava:guava:23.0")
add(variant.configuration('compileOnly'), "com.google.protobuf:protobuf-java:3.24.2")
add(variant.configuration('compileOnly'), "org.slf4j:slf4j-api:2.0.7")
add(variant.configuration('compileOnly'), "org.slf4j:slf4j-api:2.0.9")

add(variant.configuration('test', 'implementation'), project(":test:shared"))
add(variant.configuration('test', 'implementation'), "com.esotericsoftware.kryo:kryo:2.24.0")
Expand Down

0 comments on commit 4e51a6c

Please sign in to comment.