Skip to content

Commit

Permalink
Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12 in /spark/core (#409)
Browse files Browse the repository at this point in the history
* Bump org.slf4j:slf4j-api from 2.0.11 to 2.0.12 in /spark/core

Bumps org.slf4j:slf4j-api from 2.0.11 to 2.0.12.

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

* Update changelog

Signed-off-by: dependabot[bot] <support@github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and dependabot[bot] authored Feb 12, 2024
1 parent 1be7552 commit 0da3203
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.16.1")
add(variant.configuration('compileOnly'), "com.google.guava:guava:23.0")
add(variant.configuration('compileOnly'), "com.google.protobuf:protobuf-java:3.25.2")
add(variant.configuration('compileOnly'), "org.slf4j:slf4j-api:2.0.11")
add(variant.configuration('compileOnly'), "org.slf4j:slf4j-api:2.0.12")

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 0da3203

Please sign in to comment.