Skip to content

Commit a26ccc8

Browse files
Bump org.slf4j:slf4j-api from 2.0.13 to 2.0.16 (#166)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent acd3487 commit a26ccc8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

datafusion-examples/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spotless {
1212

1313
dependencies {
1414
implementation project(':datafusion-java')
15-
implementation 'org.slf4j:slf4j-api:2.0.13'
15+
implementation 'org.slf4j:slf4j-api:2.0.16'
1616
implementation 'ch.qos.logback:logback-classic:1.5.12'
1717
implementation 'org.apache.arrow:arrow-format:18.0.0'
1818
implementation 'org.apache.arrow:arrow-vector:14.0.0'

datafusion-java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
dependencies {
11-
api 'org.slf4j:slf4j-api:2.0.13'
11+
api 'org.slf4j:slf4j-api:2.0.16'
1212
api 'org.apache.arrow:arrow-format:18.0.0'
1313
api 'org.apache.arrow:arrow-vector:13.0.0'
1414
implementation 'org.apache.arrow:arrow-c-data:18.0.0'

0 commit comments

Comments
 (0)