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

[PF-2983]: Bump the minor-patch-dependencies group across 1 directory with 9 updates #198

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Package From To
com.google.cloud:libraries-bom 26.44.0 26.45.0
bio.terra:stairway-gcp 1.1.10-SNAPSHOT 1.1.12-SNAPSHOT
bio.terra:stairway-azure 1.1.10-SNAPSHOT 1.1.12-SNAPSHOT
io.opentelemetry:opentelemetry-bom-alpha 1.37.0-alpha 1.41.0-alpha
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom 2.3.0 2.7.0
com.jfrog.artifactory 5.2.3 5.2.5
io.spring.dependency-management 1.1.5 1.1.6
org.springframework.boot 3.3.1 3.3.3

Updates com.google.cloud:libraries-bom from 26.44.0 to 26.45.0

Release notes

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

v26.45.0

GCP Libraries BOM 26.45.0

Here are the differences from the previous version (26.44.0)

New Addition

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

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

Known Issues

google-cloud-nio incompatible with GraalVM for JDK 21

There is a known issue in GraalVM which results in build time errors when using FileSystemProviders. While the workaround to use -H:-AddAllFileSystemProviders works on GraalVM for JDK 21 when using user credentials , you may observe permission issues at runtime if your application relies on reading service account credentials. See googleapis/java-storage-nio#1463 for more details on this issue.

Notable Changes

GraalVM for JDK 21

All libraries managed by this BOM except for com.google.cloud:google-cloud-nio are now compatible with GraalVM for JDK 21.

google-cloud-bigquerystorage 3.9.0 (prev: 3.8.0)

  • Github workflow vulnerable to script injection (#2600) (9ce25b6)

  • RequestProfilerTest.java regex in deep-preserve list (#2589) (e62ac66)

  • V1alpha client generation (#2615) (061691c)

google-cloud-bigtable 2.43.0 (prev: 2.42.0)

  • Add fields and the BackupType proto for Hot Backups (#2300) (acaa3ff)

  • Allow non default service account in DirectPath (#2312) (09d0f23)

  • bigtable: Remove deprecated Bytes from BigEndianBytesEncoding (#2309) (32f244f)

  • Enable hermetic library generation (#2234) (169aea5)

  • Add missing call to EqualsTester#testEquals (#2307) (8b49f9c)

google-cloud-spanner 6.74.0 (prev: 6.72.0)

  • Add option for cancelling queries when closing client (#3276) (95da1ed)

  • Github workflow vulnerable to script injection (#3232) (599255c)

  • Make DecodeMode.DIRECT the deafult (#3280) (f31a95a)

  • Synchronize lazy ResultSet decoding (#3267) (4219cf8)

  • spanner: Add edition field to the instance proto (6b7e6ca)

google-cloud-spanner-jdbc 2.21.0 (prev: 2.20.2)

  • Add Quickperf for simple performance testing with JDBC (#1619) (b6bbd8f)

google-cloud-storage 2.42.0 (prev: 2.41.0)

  • Enable grpc.lb.locality label for client-side metrics (#2659) (b681ee0)

  • Update modified field handling for blob and bucket with json transport to properly clear fields (#2664) (e2f5537), closes #2662

... (truncated)

Commits
  • 17edbb5 chore: release main (#6718)
  • b0d939d deps: update dependency com.google.cloud:google-cloud-bigquery to v2.42.1 (#6...
  • b31f80b build(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin...
  • 406333e deps: update dependency com.google.cloud:google-cloud-bigquerystorage-bom to ...
  • 9ca5a25 deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.74.0 ...
  • 6d96ff4 deps: update dependency com.google.cloud:google-cloud-datastore-bom to v2.21....
  • 4e32a3d deps: update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.21.0...
  • 0754a10 deps: update dependency com.google.cloud:google-cloud-bigtable-bom to v2.43.0...
  • b93b322 deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.73.0 ...
  • 9394259 deps: update dependency com.google.cloud:google-cloud-logging-logback to v0.1...
  • Additional commits viewable in compare view

Updates bio.terra:stairway-gcp from 1.1.10-SNAPSHOT to 1.1.12-SNAPSHOT

Updates bio.terra:stairway-azure from 1.1.10-SNAPSHOT to 1.1.12-SNAPSHOT

Updates bio.terra:stairway-azure from 1.1.10-SNAPSHOT to 1.1.12-SNAPSHOT

Updates io.opentelemetry:opentelemetry-bom-alpha from 1.37.0-alpha to 1.41.0-alpha

Release notes

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

Version 1.40.0

API

Incubator

  • Narrow ExtendedSpanBuilder return types for chaining (#6514)
  • Add APIs to determine if tracer, logger, instruments are enabled (#6502)

SDK

Extensions

  • Move autoconfigure docs to opentelemetry.io (#6491)

🙇 Thank you

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

@​breedx-splk @​heyams @​huange7 @​ICTylor @​jack-berg @​jaydeluca @​jkwatson @​laurit @​sebastian-alfers @​trask

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

... (truncated)

Changelog

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

Changelog

Unreleased

Version 1.41.0 (2024-08-09)

API

  • Move experimental suppress instrumentation context key to api internal package (#6546)

Incubator

  • Fix bug in ExtendedContextPropagators preventing context extraction when case is incorrect. (#6569)

SDK

  • Extend CompletableResultCode with failExceptionally(Throwable). (#6348)

Metrics

  • Avoid allocations when experimental advice doesn't remove any attributes. (#6629)

Exporter

  • Enable retry by default for OTLP exporters. (#6588)
  • Retry ConnectException, add retry logging. (#6614)
  • Extend PrometheusHttpServer with ability to configure default aggregation as function of instrument kind, including experimental env var support. (#6541)
  • Add exporter data model impl for profiling signal type. (#6498)
  • Add Marshalers for profiling signal type. (#6565)
  • Use generateCertificates() of CertificateFactory to process certificates. (#6579)

Extensions

  • Add file configuration ComponentProvider support for exporters. (#6493)
  • Remove nullable from file config Factory contract. (#6612)

Version 1.40.0 (2024-07-05)

... (truncated)

Commits

Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom from 2.3.0 to 2.7.0

Release notes

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

Version 2.7.0

This release targets the OpenTelemetry SDK 1.41.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

📈 Enhancements

  • Add span baggage processor (#11697)
  • Improve tomcat version detection (#11936)
  • Improve akka route handling with java dsl (#11926)
  • Ignore Alibaba fastjson ASMClassLoader (#11954)
  • Use aws-lambda-java-serialization library, which is available by default, while deserializing input and serializing output (#11868)
  • Logback appender: map timestamp in nanoseconds if possible (#11974)
  • Save ILoggingEvent.getArgumentArray() arguments from Logback (#11865)
  • Update Java 17-based metrics to stable semconv (#11914)
  • Add Pulsar Consumer metrics (#11891)

🛠️ Bug fixes

  • Fix missing throw statement in RestClientWrapper (#11893)
  • Fix ClickHouse tracing when database name not included in connection string (#11852)
  • Fix class cast exception, noop meter does not implement incubating API (#11934)
  • Closing a kafka producer/consumer should not disable metrics from other consumers/producers (#11975)
  • Fix ending span in Ktor plugin (#11726)
  • Fix netty memory leak (#12003)

🙇 Thank you

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

@​ArtyomGabeev @​asuresh4 @​breedx-splk @​crossoverJie @​devurandom @​halleystar @​huange7 @​igor-suhorukov @​janfreymann @​jaydeluca @​jeanbisutti @​jjoslet @​jkwatson @​JonasKunz @​jpkrohling @​kjschnei001 @​kyy1996 @​laurit @​LikeTheSalad @​marrek13

... (truncated)

Changelog

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

Version 2.7.0 (2024-08-16)

📈 Enhancements

  • Add span baggage processor (#11697)
  • Improve tomcat version detection (#11936)
  • Improve akka route handling with java dsl (#11926)
  • Ignore Alibaba fastjson ASMClassLoader (#11954)
  • Use aws-lambda-java-serialization library, which is available by default, while deserializing input and serializing output (#11868)
  • Logback appender: map timestamp in nanoseconds if possible (#11974)
  • Save ILoggingEvent.getArgumentArray() arguments from Logback (#11865)
  • Update Java 17-based metrics to stable semconv (#11914)
  • Add Pulsar Consumer metrics (#11891)

🛠️ Bug fixes

  • Fix missing throw statement in RestClientWrapper (#11893)
  • Fix ClickHouse tracing when database name not included in connection string (#11852)
  • Fix class cast exception, noop meter does not implement incubating API (#11934)
  • Closing a kafka producer/consumer should not disable metrics from other consumers/producers (#11975)
  • Fix ending span in Ktor plugin (#11726)
  • Fix netty memory leak (#12003)

Version 1.33.5 (2024-07-25)

📈 Enhancements

  • Backport: Update the OpenTelemetry SDK version to 1.40.0 (#11879)

Version 2.6.0 (2024-07-17)

The Spring Boot Starter (opentelemetry-spring-boot-starter) is now stable.

Migration notes

... (truncated)

Commits
  • c600c16 [release/v2.7.x] Prepare release 2.7.0 (#12036)
  • fcc0049 fix(deps): update byte buddy packages to v1.14.19 (main) (patch) (#12033)
  • 46e53e0 Update change log (#12019)
  • 888accf Fix netty memory leak (#12003)
  • b231d34 chore(deps): update plugin com.github.jk1.dependency-license-report to v2.9 (...
  • f0d555d fix(deps): update dependency ch.qos.logback:logback-classic to v1.5.7 (main) ...
  • 31fa7dc fix(deps): update junit5 monorepo to v5.11.0 (main) (minor) (#12010)
  • a69bf33 Fix logback appender test (#12027)
  • 06f4f52 Add Pulsar Consumer metrics (#11891)
  • 23a110e Limit vaadin 14 latest dep version (#12025)
  • Additional commits viewable in compare view

Updates io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha from 2.3.0-alpha to 2.7.0-alpha

Release notes

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

Version 2.6.0

This release targets the OpenTelemetry SDK 1.40.0.

Note that many artifacts have the -alpha suffix attached to their version number, reflecting that they are still alpha quality and will continue to have breaking changes. Please see the VERSIONING.md for more details.

The Spring Boot Starter (opentelemetry-spring-boot-starter) is now stable.

Migration notes

  • The opentelemetry-spring-boot and opentelemetry-spring-boot-3 artifacts have been merged into a single artifact named opentelemetry-spring-boot-autoconfigure which supports both Spring Boot 2 and Spring Boot 3
  • Two experimental HTTP metrics have been renamed: - http.server.request.sizehttp.server.request.body.size, - http.server.response.sizehttp.server.response.body.size

🌟 New javaagent instrumentation

📈 Enhancements

  • Support HTTP client instrumentation configuration in Spring starter (#11620)
  • Influxdb client: don't fill db.statement for create/drop database and write operations (#11557)
  • Support otel.instrumentation.common.default-enabled in the Spring starter (#11746)
  • Support Jetty HTTP client 12 (#11519)
  • Add Pulsar messaging.producer.duration metric (#11591)
  • Improve instrumentation suppression behavior (#11640)
  • Propagate OpenTelemetry context through custom AWS client context for Lambda direct calls (#11675)
  • Spring Native support for @WithSpan (#11757)
  • Support HTTP server instrumentation config properties in the Spring starter (#11667)

🛠️ Bug fixes

  • Fix http.server.active_requests metric with async requests (#11638)

🙇 Thank you

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

@​123liuziming @​breedx-splk @​crossoverJie @​devurandom @​heyams @​jaydeluca @​jeanbisutti @​johnbley @​JonasKunz @​laurit @​lucasamoroso @​pandaji @​steverao

... (truncated)

Changelog

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

Changelog

Unreleased

Version 1.33.6 (2024-08-26)

📈 Enhancements

  • Backport: Update the OpenTelemetry SDK version to 1.41.0 (#12071)

Version 2.7.0 (2024-08-16)

📈 Enhancements

  • Add span baggage processor (#11697)
  • Improve tomcat version detection (#11936)
  • Improve akka route handling with java dsl (#11926)
  • Ignore Alibaba fastjson ASMClassLoader (#11954)
  • Use aws-lambda-java-serialization library, which is available by default, while deserializing input and serializing output (#11868)
  • Logback appender: map timestamp in nanoseconds if possible (#11974)
  • Save ILoggingEvent.getArgumentArray() arguments from Logback (#11865)
  • Update Java 17-based metrics to stable semconv (#11914)
  • Add Pulsar Consumer metrics (#11891)

🛠️ Bug fixes

  • Fix missing throw statement in RestClientWrapper (#11893)
  • Fix ClickHouse tracing when database name not included in connection string (#11852)
  • Fix class cast exception, noop meter does not implement incubating API (#11934)
  • Closing a kafka producer/consumer should not disable metrics from other consumers/producers (#11975)
  • Fix ending span in Ktor plugin (#11726)
  • Fix netty memory leak (#12003)

Version 1.33.5 (2024-07-25)

... (truncated)

Commits

Updates com.jfrog.artifactory from 5.2.3 to 5.2.5

Updates io.spring.dependency-management from 1.1.5 to 1.1.6

Release notes

Sourced from io.spring.dependency-management's releases.

v1.1.6

🐞 Bug Fixes

  • Applying Maven-style exclusions may cause a deprecation warning with Gradle 8.8 #384

❤️ Contributors

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

@​quaff

Commits

Updates org.springframework.boot from 3.3.1 to 3.3.3

Release notes

Sourced from org.springframework.boot's releases.

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
  • Launcher's ClassLoader is no longer parallel capable #41873
  • spring-boot-testcontainers causes unwanted container initialization during AOT processing #41859
  • ReactiveElasticsearchRepositoriesAutoConfiguration should back off when Reactor is not on the classpath #41678
  • mvn spring-boot:build-image fails when 'classifier' is set to non-default value #41661
  • Spring Boot Maven plugin AOT cannot handle Maven modules with module-info.java #41647
  • Docker publishRegistry in Maven plugin configuration is validated when publish option is false #41641
  • Using Gradle's new file permission API is implemented in a way that prevents removal of the old API #41607
  • Some @ControllerEndpoint and @RestControllerEndpoint infrastructure remains undeprecated #41596
  • Constructor binding of EnumMap fails due to missing key type #41563

📔 Documentation

  • Improve documented logging property descriptions and default values #41989
  • Explain that enabling virtual threads disables traditional thread pools #41976
  • Harmonize code sample for MyUserHandler in reference documentation #41949
  • Document when environment variable property mapping applies #41945
  • Javadoc of slice test annotations should describe more accurately which components are considered #41935
  • Fix duplicate words #41920
  • Document the need to explicitly reset mock servers when using mock server customizers directly #41849
  • Correct grammar in 'Running your Application with Maven' #41840
  • Document more clearly that username and password are not used when spring.data.redis.url is set #41748
  • Pulsar configuration does not have default value for several entries in the metadata #41683
  • management.otlp.metrics.export.aggregation-temporality does not have a default value in the metadata #41676
  • management.newrelic.metrics.export.client-provider-type does not have a default value in the metadata #41670
  • server.error.include-path does not have a default value in the metadata #41667
  • The effect upon Actuator of defining your own SecurityFilterChain is documented inconsistently #41638
  • "Use Spring Data repositories" How-to incorrectly refers to Repository annotations #41628
  • "Use Spring Data repositories" How-to incorrectly refers to Repository annotations #41627
  • Update link to documentation for log4j-spring-boot #41622
  • Fix link to Flyway reference documentation #41593
  • Document configuration property binding's support for using @Name to customize a property name #41585
  • Add hint for new dependencies required for Flyway #41574
  • Document that spring-boot:repackage should not be run from the command-line #22317

🔨 Dependency Upgrades

  • Upgrade to ActiveMQ 6.1.3 #41782
  • Upgrade to Awaitility 4.2.2 #41707

... (truncated)

Commits
  • 27f852a Release v3.3.3
  • f0d2503 Merge branch '3.2.x' into 3.3.x
  • 1822b2f Include spring-boot-starter-parent in Integration tests repository
  • d4e1aed Merge branch '3.2.x' into 3.3.x
  • 0b24ee8 Improve loading of jar entry certificates
  • 29e4607 Merge branch '3.2.x' into 3.3.x
  • 112cfc8 Remove processed annotations plugin declaration
  • 05b73ce Call getErrorAttributes() only once
  • d974686 Upgrade to apachepulsar/pulsar 3.2.4
  • 459d899 Add release type attribute for Antora documentation generation
  • 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 9 updates

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

| Package | From | To |
| --- | --- | --- |
| [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.44.0` | `26.45.0` |
| bio.terra:stairway-gcp | `1.1.10-SNAPSHOT` | `1.1.12-SNAPSHOT` |
| bio.terra:stairway-azure | `1.1.10-SNAPSHOT` | `1.1.12-SNAPSHOT` |
| [io.opentelemetry:opentelemetry-bom-alpha](https://github.com/open-telemetry/opentelemetry-java) | `1.37.0-alpha` | `1.41.0-alpha` |
| [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.3.0` | `2.7.0` |
| com.jfrog.artifactory | `5.2.3` | `5.2.5` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.5` | `1.1.6` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.1` | `3.3.3` |



Updates `com.google.cloud:libraries-bom` from 26.44.0 to 26.45.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.44.0...v26.45.0)

Updates `bio.terra:stairway-gcp` from 1.1.10-SNAPSHOT to 1.1.12-SNAPSHOT

Updates `bio.terra:stairway-azure` from 1.1.10-SNAPSHOT to 1.1.12-SNAPSHOT

Updates `bio.terra:stairway-azure` from 1.1.10-SNAPSHOT to 1.1.12-SNAPSHOT

Updates `io.opentelemetry:opentelemetry-bom-alpha` from 1.37.0-alpha to 1.41.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java/commits)

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom` from 2.3.0 to 2.7.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java-instrumentation@v2.3.0...v2.7.0)

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 2.3.0-alpha to 2.7.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java-instrumentation/commits)

Updates `com.jfrog.artifactory` from 5.2.3 to 5.2.5

Updates `io.spring.dependency-management` from 1.1.5 to 1.1.6
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.5...v1.1.6)

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

---
updated-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: bio.terra:stairway-gcp
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: bio.terra:stairway-azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: bio.terra:stairway-azure
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: io.opentelemetry:opentelemetry-bom-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.jfrog.artifactory
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot
  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, pshapiro4broad and aherbst-broad and removed request for a team September 1, 2024 10:38
Copy link

@aherbst-broad aherbst-broad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks to be a conflict with opentelemetry causing compilation to fail.

@pshapiro4broad
Copy link
Member

I'm not sure of the fix but it looks like the same problem as in #196.

update ext version to match current otel version
Copy link

sonarqubecloud bot commented Sep 6, 2024

@pshapiro4broad
Copy link
Member

@aherbst-broad Assuming tests pass, can you take another look at this?

@pshapiro4broad pshapiro4broad merged commit 0b05c5d into develop Sep 6, 2024
2 checks passed
@pshapiro4broad pshapiro4broad deleted the dependabot/gradle/develop/minor-patch-dependencies-bc03435024 branch September 6, 2024 18:33
okotsopoulos added a commit to DataBiosphere/jade-data-repo that referenced this pull request Sep 30, 2024
This PR is resulting in TDR failing to start up: DataBiosphere/terra-common-lib#198

With an error like this:

***************************
APPLICATION FAILED TO START
***************************

Description:

Parameter 1 of method otelWebMvcFilter in io.opentelemetry.instrumentation.spring.autoconfigure.internal.instrumentation.webmvc.SpringWebMvc6InstrumentationAutoConfiguration required a bean of type 'io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties' that could not be found.
okotsopoulos added a commit to DataBiosphere/jade-data-repo that referenced this pull request Oct 1, 2024
…rectory with 15 updates (#1823)

* [DCJ-400-gradle]: Bump the minor-patch-dependencies group across 1 directory with 16 updates

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

| Package | From | To |
| --- | --- | --- |
| io.swagger.core.v3:swagger-annotations | `2.2.23` | `2.2.24` |
| [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.45.0` | `26.47.0` |
| [com.google.cloud:spring-cloud-gcp-starter-logging](https://github.com/GoogleCloudPlatform/spring-cloud-gcp) | `5.6.0` | `5.6.1` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `5.15.1` | `5.16.0` |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `5.15.1` | `5.16.0` |
| bio.terra:terra-common-lib | `1.1.18-SNAPSHOT` | `1.1.19-SNAPSHOT` |
| [com.azure:azure-identity](https://github.com/Azure/azure-sdk-for-java) | `1.13.2` | `1.13.3` |
| [com.azure.resourcemanager:azure-resourcemanager](https://github.com/Azure/azure-sdk-for-java) | `2.42.0` | `2.43.0` |
| [com.azure:azure-storage-common](https://github.com/Azure/azure-sdk-for-java) | `12.26.1` | `12.27.0` |
| [com.azure:azure-storage-file-datalake](https://github.com/Azure/azure-sdk-for-java) | `12.20.1` | `12.21.0` |
| [com.azure:azure-data-tables](https://github.com/Azure/azure-sdk-for-java) | `12.4.4` | `12.4.5` |
| [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.7.0` | `2.8.0` |
| org.liquibase.gradle | `3.0.0` | `3.0.1` |
| org.gradle.test-retry | `1.5.10` | `1.6.0` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.3` | `3.3.4` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.17.2` | `2.18.0` |



Updates `io.swagger.core.v3:swagger-annotations` from 2.2.23 to 2.2.24

Updates `com.google.cloud:libraries-bom` from 26.45.0 to 26.47.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.45.0...v26.47.0)

Updates `com.google.cloud:spring-cloud-gcp-starter-logging` from 5.6.0 to 5.6.1
- [Release notes](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/releases)
- [Changelog](https://github.com/GoogleCloudPlatform/spring-cloud-gcp/blob/main/CHANGELOG.md)
- [Commits](GoogleCloudPlatform/spring-cloud-gcp@v5.6.0...v5.6.1)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 5.15.1 to 5.16.0

Updates `net.javacrumbs.shedlock:shedlock-spring` from 5.15.1 to 5.16.0
- [Commits](lukas-krecan/ShedLock@shedlock-parent-5.15.1...shedlock-parent-5.16.0)

Updates `bio.terra:terra-common-lib` from 1.1.18-SNAPSHOT to 1.1.19-SNAPSHOT

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 `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 `com.azure:azure-storage-common` from 12.26.1 to 12.27.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-storage-blob_12.26.1...azure-storage-blob_12.27.0)

Updates `com.azure:azure-storage-file-datalake` from 12.20.1 to 12.21.0
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-storage-blob_12.20.1...azure-storage-blob_12.21.0)

Updates `com.azure:azure-data-tables` from 12.4.4 to 12.4.5
- [Release notes](https://github.com/Azure/azure-sdk-for-java/releases)
- [Commits](Azure/azure-sdk-for-java@azure-data-tables_12.4.4...azure-data-tables_12.4.5)

Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.7.0 to 2.8.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-instrumentation/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java-instrumentation@v2.7.0...v2.8.0)

Updates `org.liquibase.gradle` from 3.0.0 to 3.0.1

Updates `org.gradle.test-retry` from 1.5.10 to 1.6.0

Updates `org.springframework.boot` 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)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.17.2 to 2.18.0

---
updated-dependencies:
- dependency-name: io.swagger.core.v3:swagger-annotations
  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: com.google.cloud:spring-cloud-gcp-starter-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: bio.terra:terra-common-lib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: com.azure.resourcemanager:azure-resourcemanager
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.azure:azure-storage-common
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.azure:azure-storage-file-datalake
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: com.azure:azure-data-tables
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.liquibase.gradle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: org.gradle.test-retry
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-patch-dependencies
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-patch-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Downgrade TCL 1.1.19 -> 1.1.18

This PR is resulting in TDR failing to start up: DataBiosphere/terra-common-lib#198

With an error like this:

***************************
APPLICATION FAILED TO START
***************************

Description:

Parameter 1 of method otelWebMvcFilter in io.opentelemetry.instrumentation.spring.autoconfigure.internal.instrumentation.webmvc.SpringWebMvc6InstrumentationAutoConfiguration required a bean of type 'io.opentelemetry.sdk.autoconfigure.spi.ConfigProperties' that could not be found.

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Olivia Kotsopoulos <[email protected]>
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.

2 participants