Skip to content

build(deps): Bump the dev-dependencies group with 10 updates - #162

Merged
github-actions[bot] merged 1 commit into
mainfrom
dependabot/gradle/dev-dependencies-7581aa7810
Sep 9, 2026
Merged

github-actions[bot] merged 1 commit into
mainfrom
dependabot/gradle/dev-dependencies-7581aa7810

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 10 updates:

Package From To
com.gradleup.nmcp.settings 1.6.1 1.6.2
com.webauthn4j:webauthn4j-core 0.31.9.RELEASE 0.31.10.RELEASE
org.flywaydb:flyway-core 13.4.0 13.5.0
org.flywaydb:flyway-database-postgresql 13.4.0 13.5.0
software.amazon.awssdk:dynamodb 2.54.7 2.54.13
software.amazon.awssdk:dynamodb-enhanced 2.54.7 2.54.13
org.slf4j:slf4j-api 2.0.18 2.0.19
com.h2database:h2 2.4.240 2.5.250
com.diffplug.spotless:spotless-plugin-gradle 8.10.1 8.10.2
com.diffplug.spotless 8.10.1 8.10.2

Updates com.gradleup.nmcp.settings from 1.6.1 to 1.6.2

Release notes

Sourced from com.gradleup.nmcp.settings's releases.

v1.6.2

Compatibility with Gradle 9.8.0-milestone-2 and fixed some warnings about Gradle 10 incompatibility. Many thanks @​breskeby and @​snazy for the contributions 💙

👷‍♂️ All changes:

  • Add a group and description to all nmcp-prefixed tasks (#269)
  • Fix Gradle 10 issue in DefaultNmcpSettings (#270)
  • Remove deprecated Configuration.setVisible(boolean) call on Gradle 9.8+ (#271)
Changelog

Sourced from com.gradleup.nmcp.settings's changelog.

Version 1.6.2

2026-08-31

Compatibility with Gradle 9.8.0-milestone-2 and fixed some warnings about Gradle 10 incompatibility. Many thanks @​snazy and @​breskeby for the contributions 💙

👷‍♂️ All changes:

  • Add a group and description to all nmcp-prefixed tasks (#269)
  • Fix Gradle 10 issue in DefaultNmcpSettings (#270)
  • Remove deprecated Configuration.setVisible(boolean) call on Gradle 9.8+ (#271)
Commits
  • 59864f7 Update Gradle and build dependencies (#272)
  • 6a82d12 Remove deprecated Configuration.setVisible(boolean) call (Gradle 9.8) (#271)
  • 342716d Fix Gradle 10 issue in DefaultNmcpSettings (#270)
  • 5af3aa6 Add a group and description to all nmcp-prefixes tasks. The non nmcp- pre...
  • 5c9fc2e bump to 1.6.2 SNAPSHOT (#267)
  • See full diff in compare view

Updates com.webauthn4j:webauthn4j-core from 0.31.9.RELEASE to 0.31.10.RELEASE

Release notes

Sourced from com.webauthn4j:webauthn4j-core's releases.

0.31.10.RELEASE

What's Changed

⭐ Enhancements

🪲 Bugs

📝 Documentation

🛠️ Build/Test

📦 Dependency Upgrades

New Contributors

Full Changelog: webauthn4j/webauthn4j@0.31.9.RELEASE...0.31.10.RELEASE

Build Configuration

Item Value
JDK Eclipse Temurin 25.0.4+1
Gradle 9.6.1
Commits
  • 8c102f4 Release 0.31.10
  • 1fb9bf8 Merge pull request #1493 from webauthn4j/isolate-publish-secrets
  • f2152e6 Merge pull request #1501 from webauthn4j/async-cert-path-checker-delegation
  • 8225118 Make DefaultCertPathAsyncChecker delegate to DefaultCertPathChecker
  • 4d11c4a Merge pull request #1498 from webauthn4j/fix-async-cache-lock
  • f9abff4 Fix CachingMetadataBLOBAsyncProvider lock never being released
  • a0b3a97 Merge pull request #1502 from webauthn4j/fido-mds-r3-cross-signed-root
  • 9ed34ee Add Root R3 trust anchor to FIDO MDS integration test
  • 406b5c2 Merge pull request #1500 from webauthn4j/fix/fido-mds-r46
  • 2016251 Fix FIDO MDS integration test for Root R46
  • Additional commits viewable in compare view

Updates org.flywaydb:flyway-core from 13.4.0 to 13.5.0

Updates org.flywaydb:flyway-database-postgresql from 13.4.0 to 13.5.0

Updates org.flywaydb:flyway-database-postgresql from 13.4.0 to 13.5.0

Updates software.amazon.awssdk:dynamodb from 2.54.7 to 2.54.13

Updates software.amazon.awssdk:dynamodb-enhanced from 2.54.7 to 2.54.13

Updates software.amazon.awssdk:dynamodb-enhanced from 2.54.7 to 2.54.13

Updates org.slf4j:slf4j-api from 2.0.18 to 2.0.19

Updates com.h2database:h2 from 2.4.240 to 2.5.250

Release notes

Sourced from com.h2database:h2's releases.

version-2.5.250

Commits
  • bba342d in preparation for a release
  • 2763e82 in preparation for a release
  • 7a267bc Merge pull request #4375 from excaliware/patch-1
  • 297ff8e Merge pull request #4379 from jjh75607/fix/comment-on-view-column
  • 46b0823 Reject COMMENT ON COLUMN for views and other tables that cannot be altered
  • 9a8af38 Merge pull request #4363 from mayank1008-tech/Stop-server-everytime-db-instan...
  • 3f68b6b Merge pull request #4374 from brettwooldridge/patch-1
  • c436bf6 Merge pull request #4378 from momonari8/fix-getcostrangeindex-partial-sort-match
  • 66a9786 MVStore: fix data race causing spurious "Position 0" during chunk rewriting
  • 8d37836 Add regression test for the sort discount fix
  • Additional commits viewable in compare view

Updates com.diffplug.spotless:spotless-plugin-gradle from 8.10.1 to 8.10.2

Release notes

Sourced from com.diffplug.spotless:spotless-plugin-gradle's releases.

Gradle Plugin v8.10.2

Fixed

  • shortenFullyQualifiedTypes() now shortens fully-qualified types used in expression contexts (such as static method calls, static fields, and enum constants) while avoiding imports that would change how existing unqualified type references resolve. (#3039)
  • Eclipse JDT formatter step no longer fails with NoClassDefFoundError when lombok is active as a JVM agent (e.g. -javaagent:lombok.jar in Eclipse/VS Code/Cursor). (#2795)
Commits
  • 876c8c4 Published gradle/8.10.2
  • ff28375 Published lib/4.10.2
  • e260aa7 shortenFullyQualifiedTypes: preserve unqualified type resolution (#3037)
  • 5a2cdca Update changelogs.
  • 98ca50e Merge remote-tracking branch 'origin/main' into 3033-unqualified-type-collision
  • 9591d7e Resolve interopability with spotless, lombok and VSCode (#3038)
  • 5842e1b shortenFullyQualifiedTypes: shorten FQTs in expression context (#3039)
  • e7f5b60 Add changelog entries
  • 79ff6c7 Resolve interopability with spotless, lombok and VSCode
  • 411abb5 shortenFullyQualifiedTypes: preserve unqualified type resolution
  • Additional commits viewable in compare view

Updates com.diffplug.spotless from 8.10.1 to 8.10.2

Updates com.diffplug.spotless from 8.10.1 to 8.10.2

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 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

Bumps the dev-dependencies group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [com.gradleup.nmcp.settings](https://github.com/gradleup/nmcp) | `1.6.1` | `1.6.2` |
| [com.webauthn4j:webauthn4j-core](https://github.com/webauthn4j/webauthn4j) | `0.31.9.RELEASE` | `0.31.10.RELEASE` |
| org.flywaydb:flyway-core | `13.4.0` | `13.5.0` |
| org.flywaydb:flyway-database-postgresql | `13.4.0` | `13.5.0` |
| software.amazon.awssdk:dynamodb | `2.54.7` | `2.54.13` |
| software.amazon.awssdk:dynamodb-enhanced | `2.54.7` | `2.54.13` |
| org.slf4j:slf4j-api | `2.0.18` | `2.0.19` |
| [com.h2database:h2](https://github.com/h2database/h2database) | `2.4.240` | `2.5.250` |
| [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) | `8.10.1` | `8.10.2` |
| com.diffplug.spotless | `8.10.1` | `8.10.2` |


Updates `com.gradleup.nmcp.settings` from 1.6.1 to 1.6.2
- [Release notes](https://github.com/gradleup/nmcp/releases)
- [Changelog](https://github.com/GradleUp/nmcp/blob/main/CHANGELOG.md)
- [Commits](GradleUp/nmcp@v1.6.1...v1.6.2)

Updates `com.webauthn4j:webauthn4j-core` from 0.31.9.RELEASE to 0.31.10.RELEASE
- [Release notes](https://github.com/webauthn4j/webauthn4j/releases)
- [Commits](webauthn4j/webauthn4j@0.31.9.RELEASE...0.31.10.RELEASE)

Updates `org.flywaydb:flyway-core` from 13.4.0 to 13.5.0

Updates `org.flywaydb:flyway-database-postgresql` from 13.4.0 to 13.5.0

Updates `org.flywaydb:flyway-database-postgresql` from 13.4.0 to 13.5.0

Updates `software.amazon.awssdk:dynamodb` from 2.54.7 to 2.54.13

Updates `software.amazon.awssdk:dynamodb-enhanced` from 2.54.7 to 2.54.13

Updates `software.amazon.awssdk:dynamodb-enhanced` from 2.54.7 to 2.54.13

Updates `org.slf4j:slf4j-api` from 2.0.18 to 2.0.19

Updates `com.h2database:h2` from 2.4.240 to 2.5.250
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.4.240...version-2.5.250)

Updates `com.diffplug.spotless:spotless-plugin-gradle` from 8.10.1 to 8.10.2
- [Release notes](https://github.com/diffplug/spotless/releases)
- [Changelog](https://github.com/diffplug/spotless/blob/main/CHANGES.md)
- [Commits](diffplug/spotless@gradle/8.10.1...gradle/8.10.2)

Updates `com.diffplug.spotless` from 8.10.1 to 8.10.2

Updates `com.diffplug.spotless` from 8.10.1 to 8.10.2

---
updated-dependencies:
- dependency-name: com.gradleup.nmcp.settings
  dependency-version: 1.6.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.webauthn4j:webauthn4j-core
  dependency-version: 0.31.10.RELEASE
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 13.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-version: 13.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-version: 13.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:dynamodb
  dependency-version: 2.54.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:dynamodb-enhanced
  dependency-version: 2.54.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: software.amazon.awssdk:dynamodb-enhanced
  dependency-version: 2.54.13
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.slf4j:slf4j-api
  dependency-version: 2.0.19
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.h2database:h2
  dependency-version: 2.5.250
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: com.diffplug.spotless:spotless-plugin-gradle
  dependency-version: 8.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.diffplug.spotless
  dependency-version: 8.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.diffplug.spotless
  dependency-version: 8.10.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Sep 9, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) September 9, 2026 04:55
@github-actions
github-actions Bot merged commit 9067b08 into main Sep 9, 2026
7 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/dev-dependencies-7581aa7810 branch September 9, 2026 05:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants