Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

Bumps the gradle-updates group with 12 updates in the / directory:

Package From To
org.gradle.toolchains.foojay-resolver-convention 0.9.0 0.10.0
com.gradle.develocity 3.19.1 3.19.2
org.junit:junit-bom 5.11.4 5.13.1
org.ow2.asm:asm-bom 9.7.1 9.8
com.github.ben-manes.caffeine:caffeine 3.2.0 3.2.1
org.aspectj:aspectjtools 1.9.22.1 1.9.24
com.google.guava:guava 33.4.0-jre 33.4.8-jre
software.amazon.awscdk:aws-cdk-lib 2.177.0 2.200.1
com.github.javaparser:javaparser-core 3.26.3 3.26.4
com.fasterxml.jackson:jackson-bom 2.18.2 2.19.0
com.fasterxml.jackson.module:jackson-module-kotlin 2.18.2 2.19.0
com.ncorti.ktfmt.gradle 0.21.0 0.22.0

Updates org.gradle.toolchains.foojay-resolver-convention from 0.9.0 to 0.10.0

Updates com.gradle.develocity from 3.19.1 to 3.19.2

Updates org.junit:junit-bom from 5.11.4 to 5.13.1

Release notes

Sourced from org.junit:junit-bom's releases.

JUnit 5.13.1 = Platform 1.13.1 + Jupiter 5.13.1 + Vintage 5.13.1

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0...r5.13.1

JUnit 5.13.0 = Platform 1.13.0 + Jupiter 5.13.0 + Vintage 5.13.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.2...r5.13.0

JUnit 5.13.0-RC1 = Platform 1.13.0-RC1 + Jupiter 5.13.0-RC1 + Vintage 5.13.0-RC1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.13.0-M3...r5.13.0-RC1

JUnit 5.13.0-M3 = Platform 1.13.0-M3 + Jupiter 5.13.0-M3 + Vintage 5.13.0-M3

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M2...r5.13.0-M3

JUnit 5.13.0-M2 = Platform 1.13.0-M2 + Jupiter 5.13.0-M2 + Vintage 5.13.0-M2

See Release Notes.

Full Changelog: junit-team/junit-framework@r5.13.0-M1...r5.13.0-M2

JUnit 5.13.0-M1 = Platform 1.13.0-M1 + Jupiter 5.13.0-M1 + Vintage 5.13.0-M1

See Release Notes.

New Contributors

Full Changelog: junit-team/junit-framework@r5.12.1...r5.13.0-M1

JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2

... (truncated)

Commits
  • b580aa9 Release 5.13.1
  • 97095e9 Finalize 5.13.1 release notes
  • f0747f1 Use GraphQL API to list matching milestones to avoid pagination issues
  • af5e3bd Fix support pre-5.13 AnnotationBasedArgumentsProvider implementations (#4611)
  • 4170597 Restore compatibility with Java 8
  • a866c01 Ensure @Nested classes are executed after sibling test methods (#4603)
  • 2d58467 Create initial 5.13.1 release notes from template
  • 3447d71 Update supported versions
  • 6a7998b Revert "Don't error on already closed milestones"
  • d7c8216 Back to snapshots for further development
  • Additional commits viewable in compare view

Updates org.ow2.asm:asm-bom from 9.7.1 to 9.8

Updates com.github.ben-manes.caffeine:caffeine from 3.2.0 to 3.2.1

Release notes

Sourced from com.github.ben-manes.caffeine:caffeine's releases.

3.2.1

  • Fixed computeIfAbsent for an async cache's synchronous view to retry if incomplete
  • Improved CaffeineSpec when being reflectively constructed (#1839)
  • Improved the handling of negative durations with variable expiration
  • Fixed intermittent null after replacing a weak/soft value (#1820)
Commits
  • 56b69c7 minor touchups
  • b0264b9 remove unnecessary @​CanIgnoreReturnValue usages for stricter checking
  • e0963ed remove unreachable code
  • 29bc5f1 fix intermittent nulls after replacing a weak/soft value on aarch64
  • dade1b1 minor touchups and dependency updates
  • 786d1c8 Use stronger memory order to avoid publication races (fixes #1820)
  • d44264a fix async cache's synchronous computeIfAbsent to retry if incomplete
  • c6af784 remove workaround for historic fork-join pool bugs fixed in jdk8
  • 08f80f4 increase multi-threaded test coverage
  • af2e295 add test case for the interner's retry loop
  • Additional commits viewable in compare view

Updates org.aspectj:aspectjtools from 1.9.22.1 to 1.9.24

Release notes

Sourced from org.aspectj:aspectjtools's releases.

1.9.24

Java 24

AspectjJ 1.9.24 release notes

1.9.23

Java 23

AspectjJ 1.9.23 release notes

Commits

Updates com.google.guava:guava from 33.4.0-jre to 33.4.8-jre

Release notes

Sourced from com.google.guava:guava's releases.

33.4.8

Guava 33.4.8 fixes a problem that we introduced while starting to migrate guava-android off Unsafe in 33.4.7.

Even if you're not upgrading from Guava 33.4.0 or earlier, still read the release notes for Guava 33.4.1. Those release notes contain information about the effects of Guava 33.4.5 and higher on the module system.

Maven

<dependency>
  <groupId>com.google.guava</groupId>
  <artifactId>guava</artifactId>
  <version>33.4.8-jre</version>
  <!-- or, for Android: -->
  <version>33.4.8-android</version>
</dependency>

Jar files

Guava requires one runtime dependency, which you can download here:

Javadoc

JDiff

Changelog

  • util.concurrent: Removed our VarHandle code from guava-android. While the code was never used at runtime under Android, it was causing problems under the Android Gradle Plugin with a minSdkVersion below 26. To continue to avoid sun.misc.Unsafe under the JVM, guava-android will now always use AtomicReferenceFieldUpdater when run there. (75da92419a)

33.4.7

Prefer to upgrade straight to 33.4.8: 33.4.7 breaks the build of Android apps with a minSdkVersion below 26. We will publish a fixed version soon. This problem is fixed in 33.4.8.

Guava 33.4.7, like 33.4.6, fixes two problems that we introduced while modularizing Guava and migrating off Unsafe in 33.4.5.

Even if you're not upgrading from Guava 33.4.0 or earlier, still read the release notes for Guava 33.4.1. Those release notes contain information about the effects of Guava 33.4.5 and higher on the module system.

Maven

... (truncated)

Commits

Updates software.amazon.awscdk:aws-cdk-lib from 2.177.0 to 2.200.1

Release notes

Sourced from software.amazon.awscdk:aws-cdk-lib's releases.

v2.200.1

Bug Fixes


Alpha modules (2.200.1-alpha.0)

v2.200.0

Features

  • update L1 CloudFormation resource definitions (#34594) (1e37ee7)
  • custom-resources: throw ValidationError instead of untyped Errors (#33392) (1dacaa3), closes #32569
  • ec2: implement IPeer to PrefixList to be usable as a connection peer (#33617) (c277419), closes #33607
  • iam: introduce OidcProviderNative construct utilizing the native CloudFormation resource (#28634) (d8e6c09), closes #21197
  • iam: throw ValidationErrors instead of untyped errors (#34579) (bd5caba), closes #32569
  • lambda: allow propagating function tags to loggroup (#34556) (f556fd1)
  • lambda: throw ValidationErrors instead of untyped errors (#34577) (6ccdd81), closes #32569
  • region-info: throw ValidationError instead of untyped Errors (#33384) (303daf2), closes #32569
  • s3: add grantReplicationPermission for IAM Role permissions (#34138) (bfa6490), closes #34119
  • secretsmanager: throw ValidationErrors instead of untyped errors (#34580) (4d591ef), closes #32569
  • servicecatalog: throw ValidationErrors instead of untyped errors (#34581) (3895d76), closes #32569
  • sns-subscriptions: support Amazon Data Firehose subscription (#33811) (632179c), closes #14391
  • stepfunctions: add grant API for RedriveExecution (#34554) (e03939d), closes #33578

Bug Fixes

  • ec2: validate throughput property on EC2 instance block devices (#34571) (b31580a), closes #34033
  • elasticloadbalancingv2: fix incorrect max for minimumCapacityUnit (#34586) (8f19b26), closes #34582

Alpha modules (2.200.0-alpha.0)

Features

v2.199.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • cloudformation: Some L1 resources experienced breaking changes due to updated CloudFormation resources. Please check the notes for each specific module for more information.
  • vpc-lattice: the name and resourceConfigurationType property in CfnResourceConfigurationProps has changed from optional to required. Also, the name, subnetIds and vpcIdentifier properties in CfnResourceGatewayProps have changed from optional to mandatory.

Features

  • appconfig: deletion protection check for configuration profile (#34418) (ce88c76)
  • cloudformation: update L1 CloudFormation resource definitions (#34555) (64662b2)
  • ecs-patterns: add minHealthyPercent and maxHealthyPercent props to NetworkMultipleTargetGroupsFargateService (#34516) (a434aed), closes #34368
  • eks: Addon support configurationValues (#34061) (b420033), closes #34001
  • events-targets: enable opt-in to use an IAM role for SnsTopic target (#34259) (a3a0cf0)
  • stepfunctions-tasks: bedrock createModelCustomizationJob integration (#31913) (0c653d3), closes #29042

... (truncated)

Changelog

Sourced from software.amazon.awscdk:aws-cdk-lib's changelog.

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.200.1-alpha.0 (2025-06-03)

2.200.0-alpha.0 (2025-06-02)

Features

2.199.0-alpha.0 (2025-05-27)

2.198.0-alpha.0 (2025-05-22)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • amplify: A compute role is created when platform is Platform.WEB_COMPUTE or Platform.WEB_DYNAMIC.

Features

2.197.0-alpha.0 (2025-05-20)

2.196.1-alpha.0 (2025-05-19)

2.196.0-alpha.0 (2025-05-15)

Features

Bug Fixes

  • ec2: dual-stack vpc without private subnets creates EgressOnlyInternetGateway (under feature flag) (#34437) (35e818b), closes #30981
  • ec2-alpha: fix resource id references and tags for migration behind feature flag (#34377) (aa73534)

2.195.0-alpha.0 (2025-05-07)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

... (truncated)

Commits

Updates com.github.javaparser:javaparser-core from 3.26.3 to 3.26.4

Release notes

Sourced from com.github.javaparser:javaparser-core's releases.

javaparser-parent-3.26.4

Developer Changes

Uncategorised

  • Fix: issue 4554 Import added through CompilationUnit.addImport should not have a range (PR #4693 by @​jlerbsc)
  • Improving documentation on SwithEntry (PR #4685 by @​jlerbsc)
  • Fix issue 4670 LexicalPreservingPrinter removed incorect token when removing modifier of a Parameter with annotations (PR #4674 by @​jlerbsc)
  • Fix: issue 4668 Issue with FieldAccessExpr resolving for custom class (PR #4671 by @​jlerbsc)
  • #4664 remove misleading javadoc (PR #4666 by @​verhasi)
  • #4653 use report-aggregate of jacoco instead of report to use the dep… (PR #4658 by @​verhasi)

❤️ Contributors

Thank You to all contributors who worked on this release!

Changelog

Sourced from com.github.javaparser:javaparser-core's changelog.

Next Release (Version 3.26.4)

issues resolved

Developer Changes

Uncategorised

  • Fix: issue 4554 Import added through CompilationUnit.addImport should not have a range (PR #4693 by @​jlerbsc)
  • Improving documentation on SwithEntry (PR #4685 by @​jlerbsc)
  • Fix issue 4670 LexicalPreservingPrinter removed incorect token when removing modifier of a Parameter with annotations (PR #4674 by @​jlerbsc)
  • Fix: issue 4668 Issue with FieldAccessExpr resolving for custom class (PR #4671 by @​jlerbsc)
  • #4664 remove misleading javadoc (PR #4666 by @​verhasi)
  • #4653 use report-aggregate of jacoco instead of report to use the dep… (PR #4658 by @​verhasi)

❤️ Contributors

Thank You to all contributors who worked on this release!

Commits
  • 42e17b2 [maven-release-plugin] prepare release javaparser-parent-3.26.4
  • 40f899a Update changelog
  • e6da9bf update readme
  • 4100434 Update changelog
  • abfb109 fix(deps): update byte-buddy.version to v1.17.5 (#4702)
  • c0a0e2c chore(deps): update dependency com.puppycrawl.tools:checkstyle to v10.22.0 (#...
  • 05256ca fix(deps): update byte-buddy.version to v1.17.4 (#4696)
  • d02e308 fix(deps): update byte-buddy.version to v1.17.3 (#4695)
  • fe6856f Merge pull request #4693 from jlerbsc/master
  • fc7d6a6 Fix formatting issue
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson:jackson-bom from 2.18.2 to 2.19.0

Commits
  • 077244b [maven-release-plugin] prepare release jackson-bom-2.19.0
  • 4dc20cb Prep for 2.19.0 release
  • d9bd916 Merge branch '2.18' into 2.19
  • 6b19afb Update CI to latest Ubuntu
  • 08349a2 Back to snapshot dep
  • 4a60457 [maven-release-plugin] prepare for next development iteration
  • 59119af [maven-release-plugin] prepare release jackson-bom-2.19.0-rc2
  • 503a444 Prep for 2.19.0-rc2 (due to botched rc1)
  • 52fed7b Rename master->3.x
  • 8953aa2 Back to snapshot dep
  • Additional commits viewable in compare view

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.18.2 to 2.19.0

Commits
  • 023a1fc [maven-release-plugin] prepare release jackson-module-kotlin-2.19.0
  • bb76ac6 Prep for 2.19.0 release
  • 5b51812 Merge pull request #962 from k163377/fix/published
  • 055bd47 Fixed to not expose internal function
  • 3fef434 Merge pull request #961 from FasterXML/dependabot/github_actions/github-actio...
  • c3244f5 Bump actions/setup-java from 4.7.0 to 4.7.1 in the github-actions group
  • 268d222 Merge pull request #960 from k163377/fix/runs-on
  • 49dbd07 Add dependabot.yml
  • 15b73a0 Fixed versions of actions/checkout and actions/setup-java
  • 9d50fd7 Fixed to use ubuntu-latest in runs-on
  • Additional commits viewable in compare view

Updates com.ncorti.ktfmt.gradle from 0.21.0 to 0.22.0

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

Bumps the gradle-updates group with 12 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| org.gradle.toolchains.foojay-resolver-convention | `0.9.0` | `0.10.0` |
| com.gradle.develocity | `3.19.1` | `3.19.2` |
| [org.junit:junit-bom](https://github.com/junit-team/junit5) | `5.11.4` | `5.13.1` |
| org.ow2.asm:asm-bom | `9.7.1` | `9.8` |
| [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine) | `3.2.0` | `3.2.1` |
| [org.aspectj:aspectjtools](https://github.com/eclipse/org.aspectj) | `1.9.22.1` | `1.9.24` |
| [com.google.guava:guava](https://github.com/google/guava) | `33.4.0-jre` | `33.4.8-jre` |
| [software.amazon.awscdk:aws-cdk-lib](https://github.com/aws/aws-cdk) | `2.177.0` | `2.200.1` |
| [com.github.javaparser:javaparser-core](https://github.com/javaparser/javaparser) | `3.26.3` | `3.26.4` |
| [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) | `2.18.2` | `2.19.0` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.2` | `2.19.0` |
| com.ncorti.ktfmt.gradle | `0.21.0` | `0.22.0` |



Updates `org.gradle.toolchains.foojay-resolver-convention` from 0.9.0 to 0.10.0

Updates `com.gradle.develocity` from 3.19.1 to 3.19.2

Updates `org.junit:junit-bom` from 5.11.4 to 5.13.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit-framework@r5.11.4...r5.13.1)

Updates `org.ow2.asm:asm-bom` from 9.7.1 to 9.8

Updates `com.github.ben-manes.caffeine:caffeine` from 3.2.0 to 3.2.1
- [Release notes](https://github.com/ben-manes/caffeine/releases)
- [Commits](ben-manes/caffeine@v3.2.0...v3.2.1)

Updates `org.aspectj:aspectjtools` from 1.9.22.1 to 1.9.24
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

Updates `com.google.guava:guava` from 33.4.0-jre to 33.4.8-jre
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

Updates `software.amazon.awscdk:aws-cdk-lib` from 2.177.0 to 2.200.1
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.alpha.md)
- [Commits](aws/aws-cdk@v2.177.0...v2.200.1)

Updates `com.github.javaparser:javaparser-core` from 3.26.3 to 3.26.4
- [Release notes](https://github.com/javaparser/javaparser/releases)
- [Changelog](https://github.com/javaparser/javaparser/blob/master/changelog.md)
- [Commits](javaparser/javaparser@javaparser-parent-3.26.3...javaparser-parent-3.26.4)

Updates `com.fasterxml.jackson:jackson-bom` from 2.18.2 to 2.19.0
- [Commits](FasterXML/jackson-bom@jackson-bom-2.18.2...jackson-bom-2.19.0)

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.2 to 2.19.0
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.2...jackson-module-kotlin-2.19.0)

Updates `com.ncorti.ktfmt.gradle` from 0.21.0 to 0.22.0

---
updated-dependencies:
- dependency-name: org.gradle.toolchains.foojay-resolver-convention
  dependency-version: 0.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: com.gradle.develocity
  dependency-version: 3.19.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: org.junit:junit-bom
  dependency-version: 5.13.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: org.ow2.asm:asm-bom
  dependency-version: '9.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: com.github.ben-manes.caffeine:caffeine
  dependency-version: 3.2.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: org.aspectj:aspectjtools
  dependency-version: 1.9.24
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: com.google.guava:guava
  dependency-version: 33.4.8-jre
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: software.amazon.awscdk:aws-cdk-lib
  dependency-version: 2.200.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: com.github.javaparser:javaparser-core
  dependency-version: 3.26.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
- dependency-name: com.ncorti.ktfmt.gradle
  dependency-version: 0.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from cloudshiftchris June 9, 2025 14:37
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Jun 9, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 9, 2025

The reviewers field in the dependabot.yml file will be removed soon. Please use the code owners file to specify reviewers for Dependabot PRs. For more information, see this blog post.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 7, 2025

Dependabot encountered an unknown error. Because of this, Dependabot cannot update this pull request.

@cloudshiftchris cloudshiftchris merged commit fb42674 into main Aug 5, 2025
1 of 2 checks passed
@cloudshiftchris cloudshiftchris deleted the dependabot/gradle/gradle-updates-00bfc6720d branch August 5, 2025 20:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants