build(deps): Bump the dev-dependencies group with 5 updates - #138
build(deps): Bump the dev-dependencies group with 5 updates#138dependabot[bot] wants to merge 3 commits into
Conversation
Bumps the dev-dependencies group with 5 updates: | Package | From | To | | --- | --- | --- | | software.amazon.awssdk:dynamodb | `2.49.0` | `2.49.5` | | software.amazon.awssdk:dynamodb-enhanced | `2.49.0` | `2.49.5` | | [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) | `8.8.0` | `8.9.0` | | com.diffplug.spotless | `8.8.0` | `8.9.0` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.38` | `1.6.1` | Updates `software.amazon.awssdk:dynamodb` from 2.49.0 to 2.49.5 Updates `software.amazon.awssdk:dynamodb-enhanced` from 2.49.0 to 2.49.5 Updates `software.amazon.awssdk:dynamodb-enhanced` from 2.49.0 to 2.49.5 Updates `com.diffplug.spotless:spotless-plugin-gradle` from 8.8.0 to 8.9.0 - [Release notes](https://github.com/diffplug/spotless/releases) - [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md) - [Commits](diffplug/spotless@gradle/8.8.0...gradle/8.9.0) Updates `com.diffplug.spotless` from 8.8.0 to 8.9.0 Updates `ch.qos.logback:logback-classic` from 1.5.38 to 1.6.1 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](qos-ch/logback@v_1.5.38...v_1.6.1) Updates `com.diffplug.spotless` from 8.8.0 to 8.9.0 --- updated-dependencies: - dependency-name: software.amazon.awssdk:dynamodb dependency-version: 2.49.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: software.amazon.awssdk:dynamodb-enhanced dependency-version: 2.49.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: software.amazon.awssdk:dynamodb-enhanced dependency-version: 2.49.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dev-dependencies - dependency-name: com.diffplug.spotless:spotless-plugin-gradle dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: com.diffplug.spotless dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.6.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies - dependency-name: com.diffplug.spotless dependency-version: 8.9.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
|
Diagnosis: of the three bumps here, only logback 1.5.38 → 1.6.1 is the problem. spotless 8.9.0 and aws-sdk 2.49.5 are fine. logback 1.6.0 removed That one incompatibility accounts for both failing checks — the 16 Dropwizard 5.0.2 resolves Verified locally: on this branch, reverting only Fix is in #140 — an ignore for |
logback 1.6.0 removed ch.qos.logback.classic.PatternLayout.DEFAULT_CONVERTER_MAP.
Dropwizard 5's dropwizard-request-logging reads that field in a static
initializer, so with logback 1.6.1 on the classpath every Dropwizard app dies at
boot:
java.lang.NoSuchFieldError: Class ch.qos.logback.classic.PatternLayout
does not have member field 'java.util.Map DEFAULT_CONVERTER_MAP'
at io.dropwizard.request.logging.layout.LogbackAccessRequestLayout.<clinit>
That is what fails dependabot PR #138 — 16 integration tests in
:pk-auth-dropwizard plus the dropwizard-demo e2e run. Dropwizard 5.0.2 is the
newest release and still resolves logback 1.5.x, so ignore minor and major
logback updates until Dropwizard supports 1.6. Patch updates on 1.5.x still flow.
The minor entry matters: 1.5 -> 1.6 is a semver-minor bump, so a major-only
ignore (as used for Micronaut) would not have held the line.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
|
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |



Bumps the dev-dependencies group with 5 updates:
2.49.02.49.52.49.02.49.58.8.08.9.08.8.08.9.01.5.381.6.1Updates
software.amazon.awssdk:dynamodbfrom 2.49.0 to 2.49.5Updates
software.amazon.awssdk:dynamodb-enhancedfrom 2.49.0 to 2.49.5Updates
software.amazon.awssdk:dynamodb-enhancedfrom 2.49.0 to 2.49.5Updates
com.diffplug.spotless:spotless-plugin-gradlefrom 8.8.0 to 8.9.0Release notes
Sourced from com.diffplug.spotless:spotless-plugin-gradle's releases.
Commits
cbd01c4Published gradle/8.9.0c724e70Published lib/4.9.0793638dReplace de.atextor:turtle-formatter with cool.rdf:cool-rdf-formatter (#2995)3cb7227Note Java 25+ requirement for RDF formatter; tidy changelogsfd9eb96Merge remote-tracking branch 'origin/main' into use-cool-rdf-formatterd407109Add support for prince-of-space Java formatter (#2991)cb64859Merge remote-tracking branch 'origin/main' into use-cool-rdf-formatterf88db43Bump tabletest-formatter to 1.1.2 (#3001)ec7db39Bump tabletest-formatter to 1.1.2a0e59b6Remove the round of tests for JRE 25 (breaks elsewhere)Updates
com.diffplug.spotlessfrom 8.8.0 to 8.9.0Updates
ch.qos.logback:logback-classicfrom 1.5.38 to 1.6.1Release notes
Sourced from ch.qos.logback:logback-classic's releases.
Commits
57759f4prepare release 1.6.1175f99ffix imports4b8773eadd compressionFailureLeavesOriginalFileIntact test for XZ compressioncafaf11do not delete original file if compression failsee50125let the temporary file before compression be target file without the .gz or ....5626accminor refactoringd97da4fminor refactoring159c045more defensive coding in SyslogOutputStream and in SyslogAppenderBase9427d6bslight refactoring for clarity79c4179slight refactoringUpdates
com.diffplug.spotlessfrom 8.8.0 to 8.9.0Dependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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