Skip to content

fix(deps): update all non-major dependencies #167

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: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 7, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
aws-cdk (source) 2.1018.0 -> 2.1022.0 age confidence devDependencies minor
azul/zulu-openjdk-alpine 21.0.7-jre-headless -> 21.0.8-jre-headless age confidence final patch
azul/zulu-openjdk-alpine 21.0.7 -> 21.0.8 age confidence stage patch
gradle (source) 8.14.2 -> 8.14.3 age confidence patch
localstack/localstack 4.5.0 -> 4.6.0 age confidence minor
quay.io/keycloak/keycloak 26.2.5 -> 26.3.2 age confidence minor
org.openrewrite:plugin 7.7.0 -> 7.12.1 age confidence dependencies minor
com.diffplug.spotless:spotless-plugin-gradle 7.0.4 -> 7.2.1 age confidence dependencies minor
com.gorylenko.gradle-git-properties:gradle-git-properties 2.5.0 -> 2.5.2 age confidence dependencies patch
org.springframework.boot:spring-boot-gradle-plugin (source) 3.5.0 -> 3.5.4 age confidence dependencies patch
org.openrewrite.recipe:rewrite-recipe-bom 3.9.0 -> 3.12.1 age confidence dependencies minor
com.palantir.javaformat:palantir-java-format 2.67.0 -> 2.72.0 age confidence dependencies minor
software.amazon.awscdk:aws-cdk-lib 2.200.1 -> 2.207.0 age confidence dependencies minor
io.awspring.cloud:spring-cloud-aws-dependencies (source) 3.3.1 -> 3.4.0 age confidence dependencies minor
org.webjars:bootstrap (source) 5.3.6 -> 5.3.7 age confidence dependencies patch
com.github.dasniko:testcontainers-keycloak 3.7.0 -> 3.8.0 age confidence dependencies minor
org.testcontainers:testcontainers-bom (source) 1.21.1 -> 1.21.3 age confidence dependencies patch

Release Notes

aws/aws-cdk-cli (aws-cdk)

v2.1022.0

Compare Source

2.1022.0 (2025-07-24)

Features
Bug Fixes
  • cli: running --telemetry-file without the --unstable option creates a telemetry file (#​731) (cde4468)

v2.1021.0

Compare Source

2.1021.0 (2025-07-16)

Features
Bug Fixes
  • integ-testing: add test that forces cdk-assets to use the Docker credentials helper (#​663) (1f7527b)
  • upgrade to jsii & typescript 5.8 (#​693) (90579c3)

v2.1020.2

Compare Source

2.1020.2 (2025-07-03)

v2.1020.1

Compare Source

2.1020.1 (2025-07-02)

v2.1020.0

Compare Source

2.1020.0 (2025-07-01)
Features

v2.1019.2

Compare Source

2.1019.2 (2025-06-25)

Bug Fixes

v2.1019.1

Compare Source

2.1019.1 (2025-06-19)

Bug Fixes
  • revert "retain type of context values and not convert them to string" (#​630) (76ac13c)

v2.1019.0

Compare Source

2.1019.0 (2025-06-18)

Features
Bug Fixes

v2.1018.1

Compare Source

2.1018.1 (2025-06-11)

Bug Fixes
gradle/gradle (gradle)

v8.14.3: 8.14.3

Compare Source

The Gradle team is excited to announce Gradle 8.14.3.

This is a patch release for 8.14. We recommend using 8.14.3 instead of 8.14.

Here are the highlights of this release:

  • Java 24 support
  • GraalVM Native Image toolchain selection
  • Enhancements to test reporting
  • Build Authoring improvements

Read the Release Notes

We would like to thank the following community members for their contributions to this release of Gradle:
Aurimas,
Ben Bader,
Björn Kautler,
chandre92,
Daniel Hammer,
Danish Nawab,
Florian Dreier,
Ivy Chen,
Jendrik Johannes,
jimmy1995-gu,
Madalin Valceleanu,
Na Minhyeok.

Upgrade instructions

Switch your build to use Gradle 8.14.3 by updating your wrapper:

./gradlew wrapper --gradle-version=8.14.3 && ./gradlew wrapper

See the Gradle 8.x upgrade guide to learn about deprecations, breaking changes and other considerations when upgrading.

For Java, Groovy, Kotlin and Android compatibility, see the full compatibility notes.

Reporting problems

If you find a problem with this release, please file a bug on GitHub Issues adhering to our issue guidelines.
If you're not sure you're encountering a bug, please use the forum.

We hope you will build happiness with Gradle, and we look forward to your feedback via Twitter or on GitHub.

spring-projects/spring-boot (org.springframework.boot:spring-boot-gradle-plugin)

v3.5.4

v3.5.3

v3.5.2

v3.5.1

openrewrite/rewrite-recipe-bom (org.openrewrite.recipe:rewrite-recipe-bom)

v3.12.1: 3.12.1

What's Changed

Full Changelog: v6.15.0

v3.12.0: 3.12.0

What's Changed

Full Changelog: v6.14.0

v3.11.1

What's Changed

Full Changelog: openrewrite/rewrite-recipe-bom@v3.11.0...v3.11.1

v3.11.0: 3.11.0

What's Changed

Full Changelog: v6.13.0

v3.10.1: 3.10.1

What's changed

Full Changelog: openrewrite/rewrite-recipe-bom@v3.10.0...v3.10.1

v3.10.0: 3.10.0

What's Changed

Full Changelog: v6.12.0

palantir/palantir-java-format (com.palantir.javaformat:palantir-java-format)

v2.72.0

Compare Source

🐛 Fixes
  • Intellij uses the native image from .gradle/palantir-java-formatter-caches (#​1306)

v2.71.0

Compare Source

🐛 Fixes
  • Fix the following error when running under JDK 25 EA:

    'java.util.Queue com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.getDiagnostics()'
    java.lang.NoSuchMethodError: 'java.util.Queue com.sun.tools.javac.util.Log$DeferredDiagnosticHandler.getDiagnostics()'
    ``` ([#​1367](https://redirect.github.com/palantir/palantir-java-format/pull/1367))
    

v2.70.0

Compare Source

🐛 Fixes
  • Update to use the new configuration cache safe GradleOperatingSystem (#​1338)

v2.69.0

Compare Source

💡 Improvements

v2.68.0

Compare Source

🐛 Fixes
  • bump gradle-idea-configuration and move off deprecated methods (#​1298)
  • Support for var in record patterns (#​1312)
aws/aws-cdk (software.amazon.awscdk:aws-cdk-lib)

v2.207.0

Compare Source

Features
Bug Fixes

Alpha modules (2.207.0-alpha.0)

v2.206.0

Compare Source

Features
  • custom-resource: Added async custom resource provider framework logging off by default (1302e3d)
  • ecs: add L1 native blue/green deployment support for ECS services (3ef87e4)

Alpha modules (2.206.0-alpha.0)

v2.205.0

Compare Source

Features
Bug Fixes
⚠ CHANGES TO L1 RESOURCES

L1 resources are automatically generated from public CloudFormation Resource Schemas. They are build to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:

  • aws-cdk-lib.aws_ec2.CfnTrafficMirrorFilterRule: Id attribute was removed
  • aws-cdk-lib.aws_kinesis.StreamConsumer: Id attribute was removed
  • aws-cdk-lib.aws_neptune.DBInstance: Id attribute was removed

Alpha modules (2.205.0-alpha.0)

v2.204.0

Features
Bug Fixes

Alpha modules (2.204.0-alpha.0)

Features

v2.203.1

Bug Fixes

Alpha modules (2.203.1-alpha.0)

v2.203.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.
  • aws-cdk-lib.aws_kendra.CfnDataSource.TemplateConfigurationProperty: template property here has changed from string to json
Features
Bug Fixes
Reverts

Alpha modules (2.203.0-alpha.0)

Features
  • ec2: support for client route enforcement for client VPN endpoint (#​34405) (063f4e7)
Bug Fixes

v2.202.0

Features
Bug Fixes

Alpha modules (2.202.0-alpha.0)

Features

v2.201.0

Features
Bug Fixes

Alpha modules (2.201.0-alpha.0)

Features
Reverts

v2.200.2

Bug Fixes

Alpha modules (2.200.2-alpha.0)

awspring/spring-cloud-aws (io.awspring.cloud:spring-cloud-aws-dependencies)

v3.4.0: 3.4.0

Reference documentation

📗 https://docs.awspring.io/spring-cloud-aws/docs/3.4.0/reference/html/index.html

What's Changed

SQS
DynamoDB
Dependency Upgrades

Configuration

📅 Schedule: Branch creation - "after 10pm every weekday,before 5am every weekday,every weekend" in timezone Europe/Bratislava, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 002e45e to b4d6039 Compare June 9, 2025 19:42
@renovate renovate bot changed the title fix(deps): update dependency org.openrewrite:plugin to v7.8.0 fix(deps): update all non-major dependencies Jun 9, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 346835a to cc7d01f Compare June 13, 2025 12:59
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from c954b7f to cc0463a Compare June 25, 2025 11:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from fde95be to 6a53d26 Compare July 1, 2025 16:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 7087b67 to 3a55ddd Compare July 7, 2025 23:10
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d377537 to 1fab528 Compare July 14, 2025 17:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 729a9ea to 77244b7 Compare July 21, 2025 22:27
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3dbd576 to 7d4dd41 Compare July 24, 2025 12:43
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 7d4dd41 to 5b76948 Compare July 24, 2025 21:08
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants