-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the gradle-deps group with 2 updates #3542
base: main
Are you sure you want to change the base?
Conversation
Bumps the gradle-deps group with 2 updates: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and com.diffplug.spotless. Updates `ch.qos.logback:logback-classic` from 1.5.15 to 1.5.16 - [Commits](qos-ch/logback@v_1.5.15...v_1.5.16) Updates `com.diffplug.spotless` from 6.25.0 to 7.0.2 --- updated-dependencies: - dependency-name: ch.qos.logback:logback-classic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle-deps - dependency-name: com.diffplug.spotless dependency-type: direct:production update-type: version-update:semver-major dependency-group: gradle-deps ... Signed-off-by: dependabot[bot] <support@github.com>
@WolframPfeifer This PR brings a significant update to spotless. In the changelog, they wrote
The lining complains about the new binding
... needs investigation ... |
For no reason, the eclipse formatter is not used. Instead formatting is done by google-java-format: It could be that the import cleaner complains. |
Fixed by using a different unused-import-remover: removeUnusedImports("cleanthat-javaparser-unnecessaryimport") |
@WolframPfeifer The bad news is, that the new release destroys our Java switches and records. The good news is, that our eclipse config is the reason of it. Please investigate. |
Bumps the gradle-deps group with 2 updates: ch.qos.logback:logback-classic and com.diffplug.spotless.
Updates
ch.qos.logback:logback-classic
from 1.5.15 to 1.5.16Commits
74c9ebd
prepare release 1.5.169308a58
javadocs structure changed8935470
adapt test to SLF4J version 2.0.16cb60369
addded StubEventEvaluator as default class for evaluator element so as to dir...1da2f17
bump jxr version5bde644
bump slf4j version to 2.0.16aa2ebae
remove stax related code80db86b
fix issues/860a8a2303
start work on 1.5.16-SNAPSHOTbf14c2c
minor javadoc updateUpdates
com.diffplug.spotless
from 6.25.0 to 7.0.2Most Recent Ignore Conditions Applied to This Pull Request
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor version
will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>
will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>
will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>
will remove the ignore condition of the specified dependency and ignore conditions