cloudflightio / cloudflight-platform-spring

Cloudflight Platform for Spring
Apache License 2.0
17 stars 11 forks source link

Bump the minor group across 1 directory with 7 updates #122

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 5 months ago

Bumps the minor group with 7 updates in the / directory:

Package From To
com.azure.spring:spring-cloud-azure-dependencies 5.12.0 5.13.0
com.azure:azure-identity 1.12.2 1.13.0
org.junit.jupiter:junit-jupiter-api 5.10.2 5.10.3
org.junit.jupiter:junit-jupiter-params 5.10.2 5.10.3
org.junit.jupiter:junit-jupiter-engine 5.10.2 5.10.3
io.opentelemetry:opentelemetry-bom 1.38.0 1.39.0
io.quarkus:quarkus-junit4-mock 3.11.0 3.12.0

Updates com.azure.spring:spring-cloud-azure-dependencies from 5.12.0 to 5.13.0

Release notes

Sourced from com.azure.spring:spring-cloud-azure-dependencies's releases.

spring-cloud-azure-starter-data-redis-lettuce_5.13.0

No release notes provided.

Spring Cloud Azure 5.13.0

  • This release is compatible with Spring Boot 3.0.0-3.0.13, 3.1.0-3.1.8, 3.2.0-3.2.6. (Note: 3.0.x (x>13), 3.1.y (y>8) and 3.2.z (z>5) should be supported, but they aren't tested with this release.)
  • This release is compatible with Spring Cloud 2022.0.0-2022.0.5, 2023.0.0-2023.0.1. (Note: 2022.0.x (x>5) and 2023.0.y (y>1) should be supported, but they aren't tested with this release.)
  • Now, Spring Boot 3.3 is compatible with this release.

Spring Cloud Azure Dependencies (BOM)

Features Added

  • Added the following artifacts into current bom file: spring-cloud-azure-starter-data-redis-lettuce #40287.

Dependency Updates

  • Upgrade azure-sdk-bom to 1.2.24.

Spring Cloud Azure Autoconfigure

This section includes changes in spring-cloud-azure-autoconfigure module.

Features Added

  • Add AzureLettucePasswordlessAutoConfiguration to support redis passwordless #40287.

Bugs Fixed

  • Fixed IllegalArgumentException: Subscription cannot be null error when only configured one subscription name of AzureServiceBusConsumerClient or AzureServiceBusProcessorClient #40264.

Other Changes

  • Disable compatibility verifier by default #40407.

Spring Cloud Azure Appconfiguration Config

This section includes changes in spring-cloud-azure-starter-appconfiguration-config, spring-cloud-azure-appconfiguration-config*, and spring-cloud-azure-feature-management* modules.

Bugs Fixed

  • Fixing App Configuration expose the value of key in error message when parsing invalid JSON #40132.
  • Remove final from App Configuration refresh endpoints, which caused errors when creating Spring AOP Aspects #40452.

Spring Cloud Azure Starter Data Redis with Lettuce

This section includes changes in spring-cloud-azure-starter-data-redis-lettuce module.

Features Added

  • Provide spring-cloud-azure-starter-data-redis-lettuce to support redis passwordless #40287.

Azure Spring Data Cosmos

This section includes changes in azure-spring-data-cosmos module. Please refer to azure-spring-data-cosmos/CHANGELOG.md for more details.

Commits
  • 1f544ef add redis
  • 71bc5ce add redis
  • d6cf130 Prepare for Spring Cloud Azure 5.13.0 release (#40471)
  • 72a5407 sync 3.3
  • 87237e1 Merge branch 'main' into myao/sync-sb3
  • 57ba284 Update Spring Boot and Spring Cloud versions for the compatibility test. This...
  • c281b96 Disable the compatibility verifier by default (#40407)
  • 55acbd5 Update azure monitor opentelemetry exporter readme version (#40414)
  • ca4f681 Increment package versions for cosmos releases (#40348)
  • 11ecc26 Increment package versions for monitor releases (#40411)
  • Additional commits viewable in compare view


Updates com.azure:azure-identity from 1.12.2 to 1.13.0

Release notes

Sourced from com.azure:azure-identity's releases.

azure-identity_1.13.0

1.13.0 (2024-06-20)

Features Added

  • GA for AzurePipelinesCredential

Bugs Fixed

  • Fixed an issue which may block AzurePowershellCredential from functioning correctly. #40552

azure-identity_1.13.0-beta.2

1.13.0-beta.2 (2024-06-10)

Features Added

  • Added support for a client assertion in OnBehalfOfCredential #40552

Bugs Fixed

  • Fixed an issue which may block AzurePowershellCredential from functioning correctly. #40552
Commits


Updates org.junit.jupiter:junit-jupiter-api from 5.10.2 to 5.10.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-api's releases.

JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3

See Release Notes.

Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3

Commits
  • 55d1232 Release 5.10.3
  • 4455093 Remove accidental heading
  • b86a681 Remove JDK 21 as it's no longer available via Oracle's setup-java step
  • bc1608c Clean up release notes
  • 316ed31 Use Liberica for JDK 8 for compatibility with Apple Silicon
  • ad7c5dd Update copyright headers to 2024
  • 6c663b1 Use same default seed for method and class ordering (#3821)
  • d29e3eb Fix NPE when deserializing TestIdentifier (#3820)
  • f936c01 Fix class-level execution conditions on GraalVM (#3785)
  • 76b7c05 Allow GraalVmStarterTests to run remotely on Test Distribution agents
  • Additional commits viewable in compare view


Updates org.junit.jupiter:junit-jupiter-params from 5.10.2 to 5.10.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3

See Release Notes.

Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3

Commits
  • 55d1232 Release 5.10.3
  • 4455093 Remove accidental heading
  • b86a681 Remove JDK 21 as it's no longer available via Oracle's setup-java step
  • bc1608c Clean up release notes
  • 316ed31 Use Liberica for JDK 8 for compatibility with Apple Silicon
  • ad7c5dd Update copyright headers to 2024
  • 6c663b1 Use same default seed for method and class ordering (#3821)
  • d29e3eb Fix NPE when deserializing TestIdentifier (#3820)
  • f936c01 Fix class-level execution conditions on GraalVM (#3785)
  • 76b7c05 Allow GraalVmStarterTests to run remotely on Test Distribution agents
  • Additional commits viewable in compare view


Updates org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.10.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3

See Release Notes.

Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3

Commits
  • 55d1232 Release 5.10.3
  • 4455093 Remove accidental heading
  • b86a681 Remove JDK 21 as it's no longer available via Oracle's setup-java step
  • bc1608c Clean up release notes
  • 316ed31 Use Liberica for JDK 8 for compatibility with Apple Silicon
  • ad7c5dd Update copyright headers to 2024
  • 6c663b1 Use same default seed for method and class ordering (#3821)
  • d29e3eb Fix NPE when deserializing TestIdentifier (#3820)
  • f936c01 Fix class-level execution conditions on GraalVM (#3785)
  • 76b7c05 Allow GraalVmStarterTests to run remotely on Test Distribution agents
  • Additional commits viewable in compare view


Updates org.junit.jupiter:junit-jupiter-params from 5.10.2 to 5.10.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-params's releases.

JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3

See Release Notes.

Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3

Commits
  • 55d1232 Release 5.10.3
  • 4455093 Remove accidental heading
  • b86a681 Remove JDK 21 as it's no longer available via Oracle's setup-java step
  • bc1608c Clean up release notes
  • 316ed31 Use Liberica for JDK 8 for compatibility with Apple Silicon
  • ad7c5dd Update copyright headers to 2024
  • 6c663b1 Use same default seed for method and class ordering (#3821)
  • d29e3eb Fix NPE when deserializing TestIdentifier (#3820)
  • f936c01 Fix class-level execution conditions on GraalVM (#3785)
  • 76b7c05 Allow GraalVmStarterTests to run remotely on Test Distribution agents
  • Additional commits viewable in compare view


Updates org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.10.3

Release notes

Sourced from org.junit.jupiter:junit-jupiter-engine's releases.

JUnit 5.10.3 = Platform 1.10.3 + Jupiter 5.10.3 + Vintage 5.10.3

See Release Notes.

Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.2...r5.10.3

Commits
  • 55d1232 Release 5.10.3
  • 4455093 Remove accidental heading
  • b86a681 Remove JDK 21 as it's no longer available via Oracle's setup-java step
  • bc1608c Clean up release notes
  • 316ed31 Use Liberica for JDK 8 for compatibility with Apple Silicon
  • ad7c5dd Update copyright headers to 2024
  • 6c663b1 Use same default seed for method and class ordering (#3821)
  • d29e3eb Fix NPE when deserializing TestIdentifier (#3820)
  • f936c01 Fix class-level execution conditions on GraalVM (#3785)
  • 76b7c05 Allow GraalVmStarterTests to run remotely on Test Distribution agents
  • Additional commits viewable in compare view


Updates io.opentelemetry:opentelemetry-bom from 1.38.0 to 1.39.0

Release notes

Sourced from io.opentelemetry:opentelemetry-bom's releases.

Version 1.39.0

API

Incubator

  • BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API conventions (#6497)

SDK

Exporter

  • BREAKING: Serve prometheus metrics only on /metrics by default. To restore the previous behavior and serve metrics on all paths, override the default handler as demonstrated here. (#6476)
  • Make OTLP exporter memory mode API public (#6469)
  • Speed up OTLP string marshaling using sun.misc.Unsafe (#6433)
  • Add exporter data classes for experimental profiling signal type. (#6374)
  • Start prometheus http server with daemon thread (#6472)
  • Update the Prometheus metrics library and improve how units are included in metric names. (#6473)
  • Remove android animalsniffer check from prometheus exporter (#6478)

Extensions

  • Load file config YAML using core schema, ensure that env var substitution retains string types. (#6436)
  • Define dedicated file configuration SPI ComponentProvider (#6457)

Tooling

  • Normalize timestamps and file ordering in jars, making the outputs reproducible (#6471)
  • GHA for generating the post-release pull request (#6449)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​breedx-splk @​crossoverJie @​DPUkyle @​fstab @​hboutemy @​jack-berg @​jhalliday @​jkwatson @​laurit @​lizongwu @​nluk @​trask @​zeitlinger

Changelog

Sourced from io.opentelemetry:opentelemetry-bom's changelog.

Version 1.39.0 (2024-06-07)

API

Incubator

  • BREAKING: Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API conventions (#6497)

SDK

Exporter

  • BREAKING: Serve prometheus metrics only on /metrics by default. To restore the previous behavior and serve metrics on all paths, override the default handler as demonstrated here. (#6476)
  • Make OTLP exporter memory mode API public (#6469)
  • Speed up OTLP string marshaling using sun.misc.Unsafe (#6433)
  • Add exporter data classes for experimental profiling signal type. (#6374)
  • Start prometheus http server with daemon thread (#6472)
  • Update the Prometheus metrics library and improve how units are included in metric names. (#6473)
  • Remove android animalsniffer check from prometheus exporter (#6478)

Extensions

  • Load file config YAML using core schema, ensure that env var substitution retains string types. (#6436)
  • Define dedicated file configuration SPI ComponentProvider (#6457)

Tooling

  • Normalize timestamps and file ordering in jars, making the outputs reproducible (#6471)
  • GHA for generating the post-release pull request (#6449)
Commits
  • 96bb3ba [release/v1.39.x] Prepare release 1.39.0 (#6508)
  • edbb475 Prepare 1.39.0 (#6506)
  • 934da84 Fix incubator docs (#6505)
  • d0b463d Refactor ExtendedTracer, ExtendedSpanBuilder to reflect incubating API conven...
  • 7364687 Update dependency net.ltgt.gradle:gradle-errorprone-plugin to v4 (#6501)
  • 5a84398 Update dependency org.jctools:jctools-core to v4.0.5 (#6500)
  • a68349e Update errorProneVersion to v2.28.0 (#6489)
  • e15eedc Update dependency com.google.api.grpc:proto-google-common-protos to v2.40.0 (...
  • 88be482 Update dependency gradle to v8.8 (#6488)
  • 915cb4d Update dependency com.uber.nullaway:nullaway to v0.11.0 (#6487)
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-junit4-mock from 3.11.0 to 3.12.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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 4 months ago

Superseded by #123.