Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 12, 2024
1 parent ed19453 commit 6447f7b
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.17.2")
add(variant.configuration('compileOnly'), "com.google.guava:guava:23.0")
add(variant.configuration('compileOnly'), "com.google.protobuf:protobuf-java:4.27.3")
add(variant.configuration('compileOnly'), "org.slf4j:slf4j-api:2.0.13")
add(variant.configuration('compileOnly'), "org.slf4j:slf4j-api:2.0.16")

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 6447f7b

Please sign in to comment.