Skip to content

chore: bump the gradle-updates group across 1 directory with 11 updates #166

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 14, 2025

Bumps the gradle-updates group with 11 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.12.2
org.ow2.asm:asm-bom 9.7.1 9.8
org.aspectj:aspectjtools 1.9.22.1 1.9.24
com.google.guava:guava 33.4.0-jre 33.4.7-jre
software.amazon.awscdk:aws-cdk-lib 2.177.0 2.189.0
com.github.javaparser:javaparser-core 3.26.3 3.26.4
com.fasterxml.jackson:jackson-bom 2.18.2 2.18.3
com.fasterxml.jackson.module:jackson-module-kotlin 2.18.2 2.18.3
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.12.2

Release notes

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

JUnit 5.12.2 = Platform 1.12.2 + Jupiter 5.12.2 + Vintage 5.12.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.1...r5.12.2

JUnit 5.12.1 = Platform 1.12.1 + Jupiter 5.12.1 + Vintage 5.12.1

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0...r5.12.1

JUnit 5.12.0 = Platform 1.12.0 + Jupiter 5.12.0 + Vintage 5.12.0

See Release Notes.

New Contributors

Full Changelog: junit-team/junit5@r5.11.4...r5.12.0

JUnit 5.12.0-RC2 = Platform 1.12.0-RC2 + Jupiter 5.12.0-RC2 + Vintage 5.12.0-RC2

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0-RC1...r5.12.0-RC2

JUnit 5.12.0-RC1 = Platform 1.12.0-RC1 + Jupiter 5.12.0-RC1 + Vintage 5.12.0-RC1

See Release Notes.

Full Changelog: junit-team/junit5@r5.12.0-M1...r5.12.0-RC1

JUnit 5.12.0-M1 = Platform 1.12.0-M1 + Jupiter 5.12.0-M1 + Vintage 5.12.0-M1

See Release Notes.

New Contributors

... (truncated)

Commits
  • 0a44659 Release 5.12.2
  • 4c7dfdc Finalize 5.12.2 release notes
  • 561613e Fix handling of CleanupMode.ON_SUCCESS
  • 19d07d2 Add 5.12.2 release notes from template
  • 803cbb6 Add build parameter for enabling dry-run mode for test execution
  • eb43e62 Back to snapshots for further development
  • ba9c9ae Release 5.12.1
  • e28ad4a Finalize 5.12.1 release notes
  • 1044e2c Move entry to 5.12.1 release notes
  • bea821d Fix Javadoc formatting
  • Additional commits viewable in compare view

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

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

Release notes

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

33.4.7

Known issue: This release breaks the build of Android apps with a minSdkVersion below 26. We will publish a fixed version soon. Sorry again for the continuing trouble.

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

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

Jar files

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

Javadoc

JDiff

Changelog

  • Modified the guava module's dependency on failureaccess to be transitive. Also, modified the guava-testlib module to make its dependency on guava transitive, to remove its dependency on failureaccess, and to add a dependency (transitive) on junit. (63ecdf2239)
  • util.concurrent: Modified our fast paths to ensure that they continue to work when run through optimizers, such as those commonly used by Android apps. This fixes problems that some users may have seen since Guava 33.4.5. (b8dcaede09bcf1c3bd5fc037690498f6ac560c54, f9eff73b8d)
  • util.concurrent: Changed the guava-android copy of AbstractFuture to try VarHandle before Unsafe, eliminating a warning under newer JDKs. (7336af1831)

33.4.6

Prefer to upgrade straight to 33.4.7: While Guava 33.4.6 fixes two problems that we introduced while modularizing Guava in 33.4.5, it still contains some small problems with the module system, and it may still cause trouble for optimizers. These problems have been fixed 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 Guava 33.4.5 and 33.4.6's effect on the module system.

... (truncated)

Commits

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

Release notes

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

v2.189.0

Features

Bug Fixes

  • codepipeline: replace account root principal with pipeline role in trust policy for cross-account actions (under feature flag) (#34074) (2d901f4)
  • custom-resources: AwsCustomResource assumed role session name may contain invalid characters (#34016) (32b6b4d), closes #23260 #34011

Alpha modules (2.189.0-alpha.0)

Features

Bug Fixes

  • amplify: unable to re-run integ test due to missing status field in customRule (#33973) (6638c08), closes #33962

v2.188.0

Features

  • update L1 CloudFormation resource definitions (#33980) (0923b5e)
  • update L1 CloudFormation resource definitions (#34029) (be6210f)
  • codepipeline: add usePipelineRoleForActions field support in L2 (#33961) (d8bbc1c)
  • codepipeline-actions: support ECRBuildAndPublish action (#33375) (c5cd679), closes #33376
  • codepipeline-actions: support InspectorEcrImageScanAction and InspectorSourceCodeScanAction actions (#33378) (2dc8cc7), closes #33377
  • cognito: v3.0 pre token generation trigger event (#33778) (ea1436f), closes #33733
  • events-targets: support ApiGatewayV2 HttpApi (#33864) (91a3076), closes #26649
  • kinesisfirehose: support S3 file extension format (#33776) (e314a9a), closes #32154
  • logs-destinations: support Amazon Data Firehose logs destination (#33683) (a8edf69), closes #32038 #24766
  • pipelines: actions can default to the pipeline service role instead of a newly created role (#33991) (2ebc51e)
  • rds: engine lifecycle support (#33902) (c0f8d29), closes #33859

Bug Fixes

... (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.189.0-alpha.0 (2025-04-09)

Features

Bug Fixes

  • amplify: unable to re-run integ test due to missing status field in customRule (#33973) (6638c08), closes #33962

2.188.0-alpha.0 (2025-04-03)

Features

Bug Fixes

  • ec2-alpha: addInternetGW handles shared route table for subnets (#33824) (3154d01), closes #33672

2.187.0-alpha.0 (2025-03-31)

Features

  • apprunner: throw ValidationError instead of untyped errors (#33914) (38f89af)
  • ec2: adding placementGroup to LaunchTemplateProps and LaunchTemplate (#33726) (e5f71db), closes #33721
  • ec2: support the new SupportedRegions property for AWS::EC2::VPCEndpointService (#33959) (0c77cb6)
  • iot: backfill enum values in iot module (#33969) (2a8a8a3)

2.186.0-alpha.0 (2025-03-26)

Features

Bug Fixes

... (truncated)

Commits
  • 45da43c chore(release): 2.189.0 (#34088)
  • 8de33b4 chore: update CHANGELOG.v2.md
  • dcd077f chore: update analytics metadata blueprints
  • b997bf1 chore(release): 2.189.0
  • eec900e feat(apigatewayv2): dualstack HTTP and WebSocket API (#34054)
  • 9cb2602 feat: update L1 CloudFormation resource definitions (#34064)
  • 2d901f4 fix(codepipeline): replace account root principal with pipeline role in trust...
  • 3da0c4d feat(bedrock): support Amazon Nova Reel 1.1 (#34070)
  • 32b6b4d fix(custom-resources): AwsCustomResource assumed role session name may cont...
  • 2e95252 feat: support L2 constructs for Amazon S3 Tables (#33599)
  • Additional commits viewable in compare view

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

Commits
  • f459157 [maven-release-plugin] prepare release jackson-bom-2.18.3
  • 769f6bc 2.18.3 release
  • dd92c7e Merge branch '2.17' into 2.18
  • 06c4865 Update Maven wrapper
  • ee7eac3 fix CI version ref
  • b0fa62b Merge branch '2.17' into 2.18
  • 3f3f8ce Enable CI for PRs too
  • b1ab0d6 Back to snapshot deps
  • 842872d [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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

Commits

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 11 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.12.2` |
| org.ow2.asm:asm-bom | `9.7.1` | `9.8` |
| [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.7-jre` |
| [software.amazon.awscdk:aws-cdk-lib](https://github.com/aws/aws-cdk) | `2.177.0` | `2.189.0` |
| [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.18.3` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.2` | `2.18.3` |
| 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.12.2
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.4...r5.12.2)

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

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.7-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.189.0
- [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.189.0)

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.18.3
- [Commits](FasterXML/jackson-bom@jackson-bom-2.18.2...jackson-bom-2.18.3)

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

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.12.2
  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: 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.7-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.189.0
  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.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-updates
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-version: 2.18.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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] <support@github.com>
@dependabot dependabot bot requested a review from cloudshiftchris April 14, 2025 13:49
@dependabot dependabot bot added dependencies java Pull requests that update Java code labels Apr 14, 2025
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.

0 participants