Skip to content

build(deps): Bump the dev-dependencies group with 8 updates - #158

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

build(deps): Bump the dev-dependencies group with 8 updates#158
github-actions[bot] merged 1 commit into
mainfrom
dependabot/gradle/dev-dependencies-2c01b7ff07

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 8 updates:

Package From To
org.flywaydb:flyway-core 13.3.0 13.4.0
org.flywaydb:flyway-database-postgresql 13.3.0 13.4.0
software.amazon.awssdk:dynamodb 2.54.2 2.54.7
software.amazon.awssdk:dynamodb-enhanced 2.54.2 2.54.7
com.diffplug.spotless:spotless-plugin-gradle 8.10.0 8.10.1
com.diffplug.spotless 8.10.0 8.10.1
net.ltgt.gradle:gradle-errorprone-plugin 5.1.0 5.1.1
net.ltgt.errorprone 5.1.0 5.1.1

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

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

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

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

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

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

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

Release notes

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

Gradle Plugin v8.10.1

Fixed

  • prettier() and other npm-based steps no longer fail to start on npm 12 (EUNKNOWNCONFIG from --scripts-prepend-node-path). (#3024)
  • spotlessInternalRegisterDependencies now writes its output under a build directory that is configured after the plugin is applied, instead of always under the default build/. (#2114)
  • targetExclude now accepts a Gradle Directory, DirectoryProperty, or Provider<Directory> and excludes the files under it. Previously the directory was treated as a single file, so excluding one silently did nothing. (#2667)
Commits
  • f2f2348 Published gradle/8.10.1
  • 4bc8980 Published lib/4.10.1
  • 6fedfd5 chore(deps): update plugin errorprone to v5.1.1 (#3035)
  • 5e10f0b chore(deps): update plugin errorprone to v5.1.1
  • 3aa82b5 fix: expand a directory passed to targetExclude into the files under it (#3032)
  • 68bddde shortenFullyQualifiedTypes: skip FQNs whose simple name clashes with types de...
  • 6f73ed3 fix(deps): update dependency org.codehaus.plexus:plexus-utils to v4.1.0 (#3030)
  • bdeafe7 docs: changelog entry for the targetExclude directory fix
  • 4187eb3 fix: expand a directory passed to targetExclude into the files under it
  • cd525f2 shortenFullyQualifiedTypes: skip FQNs clashing with types declared in the sam...
  • Additional commits viewable in compare view

Updates com.diffplug.spotless from 8.10.0 to 8.10.1

Updates net.ltgt.gradle:gradle-errorprone-plugin from 5.1.0 to 5.1.1

Release notes

Sourced from net.ltgt.gradle:gradle-errorprone-plugin's releases.

v5.1.1

Stop configuring Configuration.visible on the errorprone configuration (#188, eb7b2eff9ba4b04437edeeea5f13d228f136d3f2)

This release also no longer uses Kotlin to expose its Kotlin extension function/property, but now relies on the Gradle Kotlin Accessors Generator. This shouldn't have any side effect but is probably worth mentioning as a source of possible regressions in some specific setups.

Commits
  • eb7b2ef Stop configuring Configuration.visible
  • e043cef Update Gradle to 9.7.1
  • 83b5f77 Upgrade to Gradle Kotlin Accessors Generator 0.2.0
  • 4b16e4b Migrate from Kotlin to Gradle Kotlin Accessors Generator
  • 543d826 Bump com.diffplug.spotless from 8.9.0 to 8.10.0 in the all-minor group
  • 6e94a41 Bump org.junit.jupiter:junit-jupiter-api in the all-minor group
  • 9ad0210 Bump com.google.googlejavaformat:google-java-format
  • 4e859fe Bump com.diffplug.spotless from 8.8.0 to 8.9.0 in the all-minor group
  • e15f6f0 Bump com.uber.nullaway:nullaway in the all-minor group
  • 4b54655 Bump org.junit.jupiter:junit-jupiter-api in the all-minor group
  • Additional commits viewable in compare view

Updates net.ltgt.errorprone from 5.1.0 to 5.1.1

Updates com.diffplug.spotless from 8.10.0 to 8.10.1

Updates net.ltgt.errorprone from 5.1.0 to 5.1.1

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 8 updates:

| Package | From | To |
| --- | --- | --- |
| org.flywaydb:flyway-core | `13.3.0` | `13.4.0` |
| org.flywaydb:flyway-database-postgresql | `13.3.0` | `13.4.0` |
| software.amazon.awssdk:dynamodb | `2.54.2` | `2.54.7` |
| software.amazon.awssdk:dynamodb-enhanced | `2.54.2` | `2.54.7` |
| [com.diffplug.spotless:spotless-plugin-gradle](https://github.com/diffplug/spotless) | `8.10.0` | `8.10.1` |
| com.diffplug.spotless | `8.10.0` | `8.10.1` |
| [net.ltgt.gradle:gradle-errorprone-plugin](https://github.com/tbroyer/gradle-errorprone-plugin) | `5.1.0` | `5.1.1` |
| net.ltgt.errorprone | `5.1.0` | `5.1.1` |


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

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

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

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

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

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

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

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

Updates `net.ltgt.gradle:gradle-errorprone-plugin` from 5.1.0 to 5.1.1
- [Release notes](https://github.com/tbroyer/gradle-errorprone-plugin/releases)
- [Commits](tbroyer/gradle-errorprone-plugin@v5.1.0...v5.1.1)

Updates `net.ltgt.errorprone` from 5.1.0 to 5.1.1

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

Updates `net.ltgt.errorprone` from 5.1.0 to 5.1.1

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-version: 13.4.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.4.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.4.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.7
  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.7
  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.7
  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.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.diffplug.spotless
  dependency-version: 8.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: net.ltgt.gradle:gradle-errorprone-plugin
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: net.ltgt.errorprone
  dependency-version: 5.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.diffplug.spotless
  dependency-version: 8.10.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: net.ltgt.errorprone
  dependency-version: 5.1.1
  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 2, 2026
@github-actions
github-actions Bot enabled auto-merge (squash) September 2, 2026 04:56
@github-actions
github-actions Bot merged commit bf70475 into main Sep 2, 2026
7 checks passed
@dependabot
dependabot Bot deleted the dependabot/gradle/dev-dependencies-2c01b7ff07 branch September 2, 2026 05:01
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