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

[CORE-69]: Bump the minor-patch-dependencies group across 1 directory with 4 updates #1830

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 17, 2025

Bumps the minor-patch-dependencies group with 4 updates in the / directory: org.gradle.test-retry, au.com.dius.pact, com.google.cloud:libraries-bom and org.springframework.boot:spring-boot-gradle-plugin.

Updates org.gradle.test-retry from 1.6.1 to 1.6.2

Updates au.com.dius.pact from 4.6.16 to 4.6.17

Updates com.google.cloud:libraries-bom from 26.53.0 to 26.54.0

Release notes

Sourced from com.google.cloud:libraries-bom's releases.

v26.54.0

GCP Libraries BOM 26.54.0

Here are the differences from the previous version (26.53.0)

New Addition

  • com.google.cloud:google-cloud-parametermanager:0.1.0

The group ID of the following artifacts is com.google.cloud.

Notable Changes

google-cloud-bigquery 2.47.0 (prev: 2.46.0)

  • bigquery: Support resource tags for datasets in java client (#3647) (01e0b74)

  • bigquery: Remove ReadAPI bypass in executeSelect() (#3624) (fadd992)

  • Close bq read client (#3644) (8833c97)

google-cloud-datastore 2.26.0 (prev: 2.25.2)

  • Add firestoreInDatastoreMode for datastore emulator (#1698) (50f106d)

google-cloud-spanner 6.86.0 (prev: 6.85.0)

  • Add sample for asymmetric autoscaling instances (#3562) (3584b81)

  • Support graph and pipe queries in Connection API (#3586) (71c3063)

  • Always add instance-id for built-in metrics (#3612) (705b627)

  • spanner: Moved mTLSContext configurator from builder to construtor (#3605) (ac7c30b)

google-cloud-storage 2.48.1 (prev: 2.47.0)

  • Add new Storage#moveBlob method to atomically rename an object (#2882) (c49fd08)

  • Update Signed URL default scheme to resolve from storage options host (#2880) (7ae7e39), closes #2870

  • Update StorageException translation of an ApiException to include error details (#2872) (8ad5010)

  • Update batch handling to ensure each operation has its own unique idempotency-token (#2905) (8d79b8d)

Other libraries

  • [aiplatform] add Context Cache to v1 (87de77d)
  • [aiplatform] Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to .google.cloud.aiplatform.v1beta1.NotebookRuntime (87de77d)
  • [aiplatform] Add machine_spec, data_persistent_disk_spec, network_spec, euc_config, shielded_vm_config to message .google.cloud.aiplatform.v1.NotebookRuntime (87de77d)
  • [aiplatform] add optimized config in v1 API (87de77d)
  • [aiplatform] add per-modality token count break downs for GenAI APIs (87de77d)
  • [aiplatform] add per-modality token count break downs for GenAI APIs (87de77d)
  • [aiplatform] add retrieval_config to ToolConfig v1 (87de77d)
  • [aiplatform] add retrieval_config to ToolConfig v1beta1 (87de77d)
  • [aiplatform] Add speculative decoding spec to DeployedModel proto (87de77d)
  • [aiplatform] enable FeatureGroup IAM Methods in v1beta1 API version (87de77d)
  • [aiplatform] enable FeatureView Service Account in v1 API version (87de77d)

... (truncated)

Commits
  • 7752ecd chore: release main (#6933)
  • e87eae0 chore: release main (#6914)
  • f63e03d deps: update dependency com.google.cloud:google-cloud-storage-bom to v2.48.1 ...
  • 036c197 deps: update dependency com.google.cloud:google-cloud-bigtable-bom to v2.51.2...
  • a676c10 deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.86.0 ...
  • 045dfa3 deps: update dependency com.google.cloud:gapic-libraries-bom to v1.51.0 (#6926)
  • ec0783b deps: update dependency com.google.cloud:google-cloud-bigquery to v2.47.0 (#6...
  • b0fa10f deps: update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.15...
  • 35958c2 deps: update dependency com.google.cloud:google-cloud-pubsub-bom to v1.136.1 ...
  • 5228fef deps: update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.26.1...
  • Additional commits viewable in compare view

Updates org.springframework.boot:spring-boot-gradle-plugin from 3.4.1 to 3.4.2

Release notes

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

v3.4.2

🐞 Bug Fixes

  • Property metadata for "logging.structured.json.customizer" has incorrect type #43916
  • GraylogExtendedLogFormatProperties throws NullPointerException when only 'logging.structured.gelf.host' is specified #43863
  • Structured logging properties have no effect in a native image #43862
  • Docker Compose support for ClickHouse does not allow an empty password when ALLOW_EMPTY_PASSWORD=yes #43790
  • docker compose ps now fails due to unknown --orphans flag with 2.23 or earlier #43717
  • Build info timestamp is truncated to seconds #43617
  • FileWatcher used for SSL reload does not support symlinks #43604
  • BindableRuntimeHintsRegistrar should handle TypeNotPresentException #43600
  • CapturedOutput is empty when using Log4J2 StatusLogger #43578
  • Spring Boot 3.4 is not compatible with Gson 2.10 #43442
  • NoClassDefFoundError when using JUnit to test a Gradle 7.6.x app that depends on spring-boot-actuator-autoconfigure but not on org.junit.platform:junit-platform-launcher #43340

📔 Documentation

  • Document that the @ConfigurationProperties annotation processor cannot generate description and defaultValue metadata for external types #43929
  • Fix description of management.metrics.graphql.autotime.enabled #43905
  • Document 'base64:' prefix support #43835
  • Document handling of @Fallback beans in ConditionalOnSingleCandidate's javadoc #43826
  • Javadoc of DataSourceBuilder does not reference all supported types #43732
  • Update OpenTelemetry section in Supported Monitoring Systems to refer to OTLP instead #43729
  • Consistently document the minimum supported versions of Gradle #43725
  • Document that system libraries are a reason to customize the builder and switch away from builder-jammy-java-tiny #43716
  • Links to the Javadoc of Jakarta Messaging are invalid #43662
  • Paragraph HTML tags are rendered as-is in Maven Plugin reference documentation #43623
  • Javadoc link for jakarta.xml.bind is invalid #43607
  • Documentation still has references to 'layertools' #43605
  • Javadoc of ConstructorBinding should not use markdown formatting #43599
  • Managed Dependency Coordinates lists Spock and OkHttp dependencies that are not managed #43584

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.5 #43791
  • Upgrade to Commons Codec 1.17.2 #43720
  • Upgrade to Couchbase Client 3.7.7 #43843
  • Upgrade to FreeMarker 2.3.34 #43721
  • Upgrade to Hibernate 6.6.5.Final #43910
  • Upgrade to HttpCore5 5.3.2 #43792
  • Upgrade to Infinispan 15.0.12.Final #43911
  • Upgrade to Jersey 3.1.10 #43793
  • Upgrade to jOOQ 3.19.18 #43844
  • Upgrade to Lettuce 6.4.2.RELEASE #43609
  • Upgrade to Logback 1.5.16 #43715
  • Upgrade to Micrometer 1.14.3 #43745
  • Upgrade to Micrometer Tracing 1.4.2 #43746
  • Upgrade to Netty 4.1.117.Final #43845
  • Upgrade to Postgresql 42.7.5 #43846
  • Upgrade to Pulsar 3.3.4 #43912

... (truncated)

Commits
  • f775945 Release v3.4.2
  • 068b960 Merge branch '3.3.x' into 3.4.x
  • 34c8353 Next development version (v3.3.9-SNAPSHOT)
  • f184e98 Merge branch '3.3.x' into 3.4.x
  • 390963f Document when defaultValue and description cannot be extracted
  • ef82719 Fix memory comparison in ProcessInfoTests
  • 1e35a0b Correct the type of logging.structured.json.customizer
  • 24e40e8 Upgrade to Spring Pulsar 1.2.2
  • 30dd62a Merge branch '3.3.x' into 3.4.x
  • a3eaafb Upgrade to Spring Pulsar 1.1.8
  • 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

… with 4 updates

Bumps the minor-patch-dependencies group with 4 updates in the / directory: org.gradle.test-retry, au.com.dius.pact, [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) and [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot).


Updates `org.gradle.test-retry` from 1.6.1 to 1.6.2

Updates `au.com.dius.pact` from 4.6.16 to 4.6.17

Updates `com.google.cloud:libraries-bom` from 26.53.0 to 26.54.0
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases)
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json)
- [Commits](googleapis/java-cloud-bom@v26.53.0...v26.54.0)

Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.1...v3.4.2)

---
updated-dependencies:
- dependency-name: org.gradle.test-retry
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: au.com.dius.pact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.google.cloud:libraries-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner February 17, 2025 13:41
@dependabot dependabot bot requested review from calypsomatic, samanehsan and a team and removed request for a team February 17, 2025 13:41
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 24, 2025

Superseded by #1835.

@dependabot dependabot bot closed this Feb 24, 2025
@dependabot dependabot bot deleted the dependabot/gradle/main/minor-patch-dependencies-809dff3c40 branch February 24, 2025 15:49
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.

0 participants