Skip to content
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

chore(deps): update all non-major dependencies #147

Merged
merged 2 commits into from
Oct 2, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 18, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
aws-cdk (source) 2.149.0 -> 2.160.0 age adoption passing confidence devDependencies minor
eclipse-temurin 21.0.3_9-jdk-jammy -> 21.0.4_7-jdk-jammy age adoption passing confidence image patch
gradle (source) 8.9 -> 8.10.2 age adoption passing confidence minor
localstack/localstack 3.5.0 -> 3.7.2 age adoption passing confidence minor
postgres 16.3 -> 16.4 age adoption passing confidence minor
quay.io/keycloak/keycloak 25.0.2 -> 25.0.6 age adoption passing confidence patch
org.openrewrite:plugin 6.16.4 -> 6.24.0 age adoption passing confidence dependencies minor
org.cyclonedx:cyclonedx-gradle-plugin 1.8.2 -> 1.10.0 age adoption passing confidence dependencies minor
org.springframework.boot:spring-boot-gradle-plugin (source) 3.3.1 -> 3.3.4 age adoption passing confidence dependencies patch
org.openrewrite.recipe:rewrite-recipe-bom 2.15.0 -> 2.20.0 age adoption passing confidence dependencies minor
com.palantir.javaformat:palantir-java-format 2.47.0 -> 2.50.0 age adoption passing confidence dependencies minor
software.amazon.awscdk:aws-cdk-lib 2.149.0 -> 2.160.0 age adoption passing confidence dependencies minor
io.awspring.cloud:spring-cloud-aws-dependencies (source) 3.1.1 -> 3.2.0 age adoption passing confidence dependencies minor
org.awaitility:awaitility (source) 4.2.1 -> 4.2.2 age adoption passing confidence dependencies patch
org.testcontainers:testcontainers-bom (source) 1.20.0 -> 1.20.2 age adoption passing confidence dependencies patch

Release Notes

aws/aws-cdk (aws-cdk)

v2.160.0

Compare Source

Features

Alpha modules (2.160.0-alpha.0)
Features
Bug Fixes

v2.159.1

Compare Source

Reverts
  • fix(ec2): fixing vpc endpoint pattern for ecr and ecr docker (#​31496) (f7e8452)

Alpha modules (2.159.1-alpha.0)

v2.159.0

Compare Source

Features
Bug Fixes

Alpha modules (2.159.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES
  • kinesisfirehose-alpha: encryptionKey property is removed and encryption property type has changed from the StreamEncryption enum to the StreamEncryption class.

To pass in a KMS key for the customer managed key case, use StreamEncryption.customerManagedKey(key)

Details

Replaced encryption and encryptionKey properties with a single property encryption of type StreamEncryption and is used by calling one of the 3 methods:

SreamEncryption.unencrypted()
StreamEncryption.awsOwnedKey()
StreamEncryption.customerManagedKey(key?: IKey)

This makes it so it's not longer possible to pass in a key when the encryption type is AWS owned or unencrypted. The key is an optional parameter in StreamEncryption.customerManagedKey(key?: IKey) so following the previous behaviour, if a key is provided it will be used, otherwise a key will be created for the user.

Description of how you validated changes

Generated templates do not change so behaviour remains the same.

Updated integ/unit tests.

Checklist
Features
Bug Fixes
Miscellaneous Chores
  • kinesisfirehose-alpha: refactor encryption property to combine encryptionKey (#​31430) (8e92185)

v2.158.0

Compare Source

Bug Fixes

Alpha modules (2.158.0-alpha.0)

Features

v2.157.0

Compare Source

Features
Bug Fixes

Alpha modules (2.157.0-alpha.0)

v2.156.0

Compare Source

Features
Bug Fixes

Alpha modules (2.156.0-alpha.0)

Features
Bug Fixes

v2.155.0

Compare Source

Features
Bug Fixes

Alpha modules (2.155.0-alpha.0)

Features

v2.154.1

Compare Source

Features
Bug Fixes

Alpha modules (2.154.1-alpha.0)

v2.154.0

Compare Source

v2.153.0

Compare Source

Features
  • lambda: support Recursive Loop Protection property (572fe0a)

Alpha modules (2.153.0-alpha.0)

v2.152.0

Compare Source

Features
  • lambda: support filter criteria encryption (6aa72a2)

Alpha modules (2.152.0-alpha.0)

v2.151.1

Compare Source

Reverts
  • feat(ecs): add validation checks to memory cpu combinations of FARGATE compatible task definitions (#​31110) (8fdf015)

Alpha modules (2.151.1-alpha.0)

v2.151.0

Compare Source

Features
Bug Fixes

Alpha modules (2.151.0-alpha.0)

Features

v2.150.0

Compare Source

Features
Bug Fixes
  • custom-resources: provider framework will always log all data including confidential data (#​30689) (9bd92da), closes #​30275
  • stepfunctions-tasks: allow camelCase for parameters of CallAwsServiceCrossRegion (#​30795) (5d6ace8), closes #​30799

Alpha modules (2.150.0-alpha.0)

gradle/gradle (gradle)

v8.10.2

Compare Source

v8.10.1

Compare Source

v8.10

Compare Source

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

v3.3.4

🐞 Bug Fixes

  • management.health.db.ignore-routing-datasources=true has no effect when an AbstractRoutingDataSource has been wrapped #​42322
  • Missing details in OAuth2ClientProperties validation error message #​42279
  • FileNotFoundException from unused mis-configured SSL bundles #​42169
  • ZipkinHttpClientSender fails with "Failed to introspect Class" when spring-web is not on the classpath #​42161
  • @RestartScope can cause 'Recursive update' exceptions when used with container beans #​42107
  • JarLauncher fails to load large jar files #​42079
  • PropertiesMigrationListener wrongly reports property as deprecated when has group #​42071
  • Using an empty string MongoDB 'replica-set-name' property will result in ClusterType=REPLICA_SET #​42059
  • Default Logback config uses deprecated "converterClass" attribute #​42006

📔 Documentation

  • Document that spring.jmx.enabled is not intended for third-party libraries #​42285
  • Update link to Log4j2 system properties #​42263
  • Links to GraphQL in the reference guide redirect to the root instead of specific sections #​42208
  • Syntax error in "Receive a message reactively section" of the reference guide #​42200
  • Deprecation reason for the autotime enabled, percentiles, and percentiles-historgram properties is confusing #​42193
  • Replace RFC 7807 by RFC 9457 in property documentation #​42190
  • Document that configuration property binding to a Kotlin value class with a default is not supported #​42176
  • Update documentation to reflect new no handler found exception behavior #​42167
  • Polish configuration property reference #​42165
  • Remove link to “Converting a Spring Boot JAR Application to a WAR” as the guide is no longer available #​42111
  • Fix StatsD link typo on Metrics documentation page #​42109
  • Improve docker without buildpacks documentation #​42106
  • Improve documentation in "Command-line Completion" #​42103
  • Kotlin code examples are missing from the Testing section #​42094
  • Fix incorrect command in Docker configuration for Colima #​42078
  • Gradle Plugin AOT documentation has sample error #​42046

🔨 Dependency Upgrades

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​Alchemik, @​arefbehboudi, @​einarpehrson, @​izeye, @​martinfrancois, @​mushroom528, @​nosan, and @​quaff

v3.3.3

⭐ New Features

  • Add TWENTY_THREE to JavaVersion enum #​41716

🐞 Bug Fixes

  • Extending DefaultErrorAttributes and overriding getErrorAttributes() gets called twice #​41995
  • When using WebFlux, server.error.include-binding-errors=ALWAYS no longer has an effect when the BindingResult exception is the cause of a ResponseStatusException #​41987
  • PropertiesLauncher does not respect classpath.idx when adding jars in BOOT-INF/lib to the classpath #​41970
  • Web extension for SBOM endpoint isn't available under /cloudfoundryapplication [#​41890](https://redirect.github.co

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 d2f9dda to 5664a5d Compare July 23, 2024 02:23
@renovate renovate bot changed the title fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plugin to v3.3.2 chore(deps): update all non-major dependencies Jul 23, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from cf4f06d to 0ef6565 Compare July 25, 2024 21:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 10d8a08 to a4b3e94 Compare August 6, 2024 11:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 9ebb19a to 9a62c5e Compare August 13, 2024 01:34
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 2edb3dc to 0e763de Compare August 20, 2024 05:09
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from c4a03b2 to e40e4cf Compare August 23, 2024 08:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from dba1551 to 9305d8e Compare August 30, 2024 18:29
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from ff380aa to 88cace7 Compare September 10, 2024 07:35
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from ba85afa to 8836bbf Compare September 17, 2024 08:37
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 13f6ffa to 1cf030b Compare September 25, 2024 10:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 1cf030b to d333e93 Compare October 1, 2024 00:56
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from d333e93 to 80c24fa Compare October 2, 2024 08:35
Copy link

sonarqubecloud bot commented Oct 2, 2024

@BranislavBeno BranislavBeno merged commit a3e87e3 into master Oct 2, 2024
6 checks passed
@BranislavBeno BranislavBeno deleted the renovate/all-minor-patch branch October 2, 2024 10:00
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.

1 participant