Skip to content

Commit

Permalink
Bump ch.qos.logback:logback-classic from 1.4.0 to 1.4.11 (#94)
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.0 to 1.4.11.
- [Commits](qos-ch/logback@v_1.4.0...v_1.4.11)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  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>
  • Loading branch information
dependabot[bot] authored Sep 22, 2023
1 parent b0c7b9c commit fe8a829
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:1.7.36'
implementation 'ch.qos.logback:logback-classic:1.4.0'
implementation 'ch.qos.logback:logback-classic:1.4.11'
implementation 'org.apache.arrow:arrow-format:13.0.0'
implementation 'org.apache.arrow:arrow-vector:13.0.0'
}
Expand Down

0 comments on commit fe8a829

Please sign in to comment.