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

[WOR-1448]: Bump the minor-patch-dependencies group across 1 directory with 6 updates #503

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 30, 2024

Bumps the minor-patch-dependencies group with 6 updates in the / directory:

Package From To
com.azure:azure-core 1.51.0 1.52.0
com.azure:azure-identity 1.13.2 1.13.3
io.projectreactor:reactor-core 3.6.9 3.6.10
com.azure.resourcemanager:azure-resourcemanager 2.42.0 2.43.0
io.micrometer:micrometer-registry-prometheus 1.13.3 1.13.4
org.springframework.boot:spring-boot-gradle-plugin 3.3.3 3.3.4

Updates com.azure:azure-core from 1.51.0 to 1.52.0

Release notes

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

azure-core_1.52.0

1.52.0 (2024-09-12)

Features Added

  • Added new interface ExpandableEnum which allows for enums based on any type with expansion. Effectively, a generic typed ExpandableStringEnum.

Bugs Fixed

  • Fixed a bug with serialization of arrays of JsonSerializable. (#41645)

Other Changes

  • Changed logging in AccessTokenCache to VERBOSE. (#41648)
Commits

Updates com.azure:azure-identity from 1.13.2 to 1.13.3

Release notes

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

azure-identity_1.13.3

1.13.3 (2024-09-13)

Other Changes

Dependency Updates

  • Upgraded azure-core from 1.51.0 to version 1.52.0.
  • Upgraded azure-core-http-netty from 1.15.3 to version 1.15.4.
  • Upgraded azure-json from 1.2.0 to version 1.3.0.
  • Upgraded msal4j from 1.16.2 to version 1.17.1.
Commits

Updates io.projectreactor:reactor-core from 3.6.9 to 3.6.10

Release notes

Sourced from io.projectreactor:reactor-core's releases.

v3.6.10

What's Changed

✨ New features and improvements

  • Bump Micrometer to version 1.12.10 by @​chemicL in 9cee83d

🐞 Bug fixes

📖 Documentation

New Contributors

Full Changelog: reactor/reactor-core@v3.6.9...v3.6.10

Commits
  • 9cee83d [release] Prepare and release 3.6.10
  • e3ff5cc [build] Exclude docs/node_modules/ and docs/.gradle/ from http check
  • d889b7a Bump gradle/actions from 3.5.0 to 4.0.1 in /.github/workflows (#3886)
  • de65e29 Remove gradle/actions/setup-gradle deprecated functionality (#3869)
  • 8235a00 Bump actions/setup-java from 4.2.1 to 4.2.2 in /.github/workflows (#3864)
  • d09c4e9 Revert "Bump com.jfrog.artifactory from 4.31.0 to 5.2.4 (#3878)"
  • 596ee8d Bump com.jfrog.artifactory from 4.31.0 to 5.2.4 (#3878)
  • 7e1c39f Bump org.junit:junit-bom from 5.10.3 to 5.11.0 (#3871)
  • b732811 Call init() on delegate from TimedScheduler (#3876)
  • 63d25e9 [docs] Remove reference to missing type in Flux javadocs (#3874)
  • Additional commits viewable in compare view

Updates com.azure.resourcemanager:azure-resourcemanager from 2.42.0 to 2.43.0

Release notes

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

azure-resourcemanager-appplatform_2.43.0

2.43.0 (2024-09-27)

Other Changes

Dependency Updates

  • Updated core dependency from resources.

azure-resourcemanager-appservice_2.43.0

2.43.0 (2024-09-27)

Features Added

  • Added deploy and pushDeploy API to FunctionApp class for deploying zip file to FunctionApp of Flex Consumption plan.

azure-resourcemanager-authorization_2.43.0

2.43.0 (2024-09-27)

Other Changes

Dependency Updates

  • Updated core dependency from resources.

azure-resourcemanager-cdn_2.43.0

2.43.0 (2024-09-27)

Other Changes

Dependency Updates

  • Updated core dependency from resources.

azure-resourcemanager-compute_2.43.0

2.43.0 (2024-09-27)

Other Changes

Dependency Updates

  • Updated core dependency from resources.

azure-resourcemanager-containerinstance_2.43.0

2.43.0 (2024-09-27)

Other Changes

Dependency Updates

... (truncated)

Commits

Updates io.micrometer:micrometer-registry-prometheus from 1.13.3 to 1.13.4

Release notes

Sourced from io.micrometer:micrometer-registry-prometheus's releases.

1.13.4

🐞 Bug Fixes

  • BOM contains a non-resolvable dependency: io.micrometer:concurrency-tests #5395
  • Zero percentile can be missing from Dynatrace meters where expected #4750

📔 Documentation

  • Fix a typo in meters.adoc #5399

🔨 Dependency Upgrades

  • Bump com.netflix.spectator:spectator-reg-atlas from 1.7.18 to 1.7.19 #5425
  • Bump dropwizard-metrics from 4.2.26 to 4.2.27 #5423
  • Bump com.signalfx.public:signalfx-java from 1.0.44 to 1.0.45 #5420

📝 Tasks

  • Bump org.apache.maven:maven-resolver-provider from 3.9.8 to 3.9.9 #5426
  • Bump io.spring.develocity.conventions from 0.0.19 to 0.0.20 #5424
  • Bump io.projectreactor:reactor-bom from 2022.0.21 to 2022.0.22 #5422
  • Bump spring-javaformat from 0.0.42 to 0.0.43 #5421
  • Bump org.postgresql:postgresql from 42.7.3 to 42.7.4 #5418
  • Fix GuavaCacheMetricsTest and CaffeineCacheMetricsTest #5405

❤️ Contributors

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

@​izeye and @​madhead

Commits
  • 1f1aa0a Merge branch '1.12.x' into 1.13.x
  • 2d6e8e7 Merge branch '1.9.x' into 1.12.x
  • f0aa18d Upgrade Gradle to 8.10
  • 8432555 Merge branch '1.12.x' into 1.13.x
  • 3a96091 Upgrade Gradle to 8.10
  • ae548c6 Merge branch '1.12.x' into 1.13.x
  • d581e79 Merge branch '1.9.x' into 1.12.x
  • 936c716 Bump spring-javaformat from 0.0.42 to 0.0.43 (#5414)
  • bbb2b7d Bump com.amazonaws:aws-java-sdk-cloudwatch from 1.12.767 to 1.12.770 (#5415)
  • 2a69ebd Bump com.signalfx.public:signalfx-java from 1.0.44 to 1.0.45 (#5412)
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-gradle-plugin from 3.3.3 to 3.3.4

Release notes

Sourced from org.springframework.boot:spring-boot-gradle-plugin's releases.

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

  • Upgrade to Groovy 4.0.23 #42292
  • Upgrade to Hibernate 6.5.3.Final #42365
  • Upgrade to Infinispan 15.0.8.Final #42253
  • Upgrade to Jakarta Servlet JSP JSTL 3.0.2 #42254
  • Upgrade to Jetty 12.0.13 #42256
  • Upgrade to Jetty Reactive HTTPClient 4.0.7 #42255
  • Upgrade to Logback 1.5.8 #42257
  • Upgrade to Micrometer 1.13.4 #42129
  • Upgrade to Micrometer Tracing 1.3.4 #42130
  • Upgrade to MSSQL JDBC 12.6.4.jre11 #42258
  • Upgrade to Native Build Tools Plugin 0.10.3 #42205
  • Upgrade to Netty 4.1.113.Final #42259
  • Upgrade to Postgresql 42.7.4 #42260
  • Upgrade to R2DBC MariaDB 1.2.2 #42326
  • Upgrade to Reactor Bom 2023.0.10 #42131
  • Upgrade to SendGrid 4.10.3 #42366

... (truncated)

Commits
  • 8e9dc7b Release v3.3.4
  • 4e860f1 Merge branch '3.2.x' into 3.3.x
  • d137191 Next development version (v3.2.11-SNAPSHOT)
  • 97dd01e Upgrade to SendGrid 4.10.3
  • 1b3b3aa Upgrade to Hibernate 6.5.3.Final
  • c2adc3b Upgrade to Zipkin Reporter 3.4.2
  • 0271b24 Merge branch '3.2.x' into 3.3.x
  • ae8315e Use Liberica for Java 23 CI
  • 4956990 Merge branch '3.2.x' into 3.3.x
  • f9379f4 Apply nohttp check per-project rather than at root
  • Additional commits viewable in compare view

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

…y with 6 updates

Bumps the minor-patch-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.azure:azure-core](https://github.com/Azure/azure-sdk-for-java) | `1.51.0` | `1.52.0` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.13.2` | `1.13.3` |
| [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) | `3.6.9` | `3.6.10` |
| [com.azure.resourcemanager:azure-resourcemanager](https://github.com/Azure/azure-sdk-for-java) | `2.42.0` | `2.43.0` |
| [io.micrometer:micrometer-registry-prometheus](https://github.com/micrometer-metrics/micrometer) | `1.13.3` | `1.13.4` |
| [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` |



Updates `com.azure:azure-core` from 1.51.0 to 1.52.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-core_1.51.0...azure-core_1.52.0)

Updates `com.azure:azure-identity` from 1.13.2 to 1.13.3
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-identity_1.13.2...azure-identity_1.13.3)

Updates `io.projectreactor:reactor-core` from 3.6.9 to 3.6.10
- [Release notes](https://github.com/reactor/reactor-core/releases)
- [Commits](reactor/reactor-core@v3.6.9...v3.6.10)

Updates `com.azure.resourcemanager:azure-resourcemanager` from 2.42.0 to 2.43.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-resourcemanager_2.42.0...azure-resourcemanager_2.43.0)

Updates `io.micrometer:micrometer-registry-prometheus` from 1.13.3 to 1.13.4
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases)
- [Commits](micrometer-metrics/micrometer@v1.13.3...v1.13.4)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.3.3 to 3.3.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.3...v3.3.4)

---
updated-dependencies:
- dependency-name: com.azure:azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.azure:azure-identity
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: io.projectreactor:reactor-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.azure.resourcemanager:azure-resourcemanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.micrometer:micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot:spring-boot-gradle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested review from a team and removed request for a team September 30, 2024 10:31
@dependabot dependabot bot requested a review from blakery September 30, 2024 10:31
@dependabot dependabot bot added the gradle label Sep 30, 2024
@dependabot dependabot bot requested review from aherbst-broad and a team September 30, 2024 10:31
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 7, 2024

Superseded by #505.

@dependabot dependabot bot closed this Oct 7, 2024
@dependabot dependabot bot deleted the dependabot/gradle/main/minor-patch-dependencies-db3cdbb064 branch October 7, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant