Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.4.11 to 1.5.0 (#129)
Browse files Browse the repository at this point in the history
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.11 to 1.5.0.
- [Commits](qos-ch/logback@v_1.4.11...v_1.5.0)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Feb 20, 2024
1 parent 23329d5 commit 93ca9a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datafusion-examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spotless {
dependencies {
implementation project(':datafusion-java')
implementation 'org.slf4j:slf4j-api:2.0.9'
implementation 'ch.qos.logback:logback-classic:1.4.11'
implementation 'ch.qos.logback:logback-classic:1.5.0'
implementation 'org.apache.arrow:arrow-format:14.0.1'
implementation 'org.apache.arrow:arrow-vector:13.0.0'
}
Expand Down

0 comments on commit 93ca9a4

Please sign in to comment.