-
Notifications
You must be signed in to change notification settings - Fork 0
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
[PF-2983]: Bump the minor-patch-dependencies group across 1 directory with 9 updates #198
Conversation
… 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]>
There was a problem hiding this 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.
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
|
@aherbst-broad Assuming tests pass, can you take another look at this? |
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.
…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]>
Bumps the minor-patch-dependencies group with 8 updates in the / directory:
26.44.0
26.45.0
1.1.10-SNAPSHOT
1.1.12-SNAPSHOT
1.1.10-SNAPSHOT
1.1.12-SNAPSHOT
1.37.0-alpha
1.41.0-alpha
2.3.0
2.7.0
5.2.3
5.2.5
1.1.5
1.1.6
3.3.1
3.3.3
Updates
com.google.cloud:libraries-bom
from 26.44.0 to 26.45.0Release notes
Sourced from com.google.cloud:libraries-bom's releases.
... (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...Updates
bio.terra:stairway-gcp
from 1.1.10-SNAPSHOT to 1.1.12-SNAPSHOTUpdates
bio.terra:stairway-azure
from 1.1.10-SNAPSHOT to 1.1.12-SNAPSHOTUpdates
bio.terra:stairway-azure
from 1.1.10-SNAPSHOT to 1.1.12-SNAPSHOTUpdates
io.opentelemetry:opentelemetry-bom-alpha
from 1.37.0-alpha to 1.41.0-alphaRelease notes
Sourced from io.opentelemetry:opentelemetry-bom-alpha's releases.
... (truncated)
Changelog
Sourced from io.opentelemetry:opentelemetry-bom-alpha's changelog.
... (truncated)
Commits
Updates
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom
from 2.3.0 to 2.7.0Release notes
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom's releases.
... (truncated)
Changelog
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom's changelog.
... (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)Updates
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha
from 2.3.0-alpha to 2.7.0-alphaRelease notes
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's releases.
... (truncated)
Changelog
Sourced from io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha's changelog.
... (truncated)
Commits
Updates
com.jfrog.artifactory
from 5.2.3 to 5.2.5Updates
io.spring.dependency-management
from 1.1.5 to 1.1.6Release notes
Sourced from io.spring.dependency-management's releases.
Commits
57d4a77
Release v1.1.6caad92a
Apply exclusions earlier to avoid deprecation warning68f86ea
Merge pull request #387 from quaff4d44a45
Remove stray backtick90d9e1a
Rename property to address naming clash3c2f6e7
Next development version (v1.1.6-SNAPSHOT)Updates
org.springframework.boot
from 3.3.1 to 3.3.3Release notes
Sourced from org.springframework.boot's releases.
... (truncated)
Commits
27f852a
Release v3.3.3f0d2503
Merge branch '3.2.x' into 3.3.x1822b2f
Include spring-boot-starter-parent in Integration tests repositoryd4e1aed
Merge branch '3.2.x' into 3.3.x0b24ee8
Improve loading of jar entry certificates29e4607
Merge branch '3.2.x' into 3.3.x112cfc8
Remove processed annotations plugin declaration05b73ce
Call getErrorAttributes() only onced974686
Upgrade to apachepulsar/pulsar 3.2.4459d899
Add release type attribute for Antora documentation generationDependabot 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