-
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 with 7 updates #217
[PF-2983]: Bump the minor-patch-dependencies group with 7 updates #217
Conversation
Bumps the minor-patch-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.bouncycastle:bcprov-jdk18on](https://github.com/bcgit/bc-java) | `1.79` | `1.80` | | [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom) | `26.52.0` | `26.53.0` | | bio.terra:stairway-gcp | `1.1.17-SNAPSHOT` | `1.1.18-SNAPSHOT` | | bio.terra:stairway-azure | `1.1.17-SNAPSHOT` | `1.1.18-SNAPSHOT` | | [io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.9.0-alpha` | `2.12.0-alpha` | | com.github.ben-manes.versions | `0.51.0` | `0.52.0` | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.1` | `3.4.2` | Updates `org.bouncycastle:bcprov-jdk18on` from 1.79 to 1.80 - [Changelog](https://github.com/bcgit/bc-java/blob/main/docs/releasenotes.html) - [Commits](https://github.com/bcgit/bc-java/commits) Updates `com.google.cloud:libraries-bom` from 26.52.0 to 26.53.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.52.0...v26.53.0) Updates `bio.terra:stairway-gcp` from 1.1.17-SNAPSHOT to 1.1.18-SNAPSHOT Updates `bio.terra:stairway-azure` from 1.1.17-SNAPSHOT to 1.1.18-SNAPSHOT Updates `bio.terra:stairway-azure` from 1.1.17-SNAPSHOT to 1.1.18-SNAPSHOT Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha` from 2.9.0-alpha to 2.12.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.github.ben-manes.versions` from 0.51.0 to 0.52.0 Updates `org.springframework.boot` 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.bouncycastle:bcprov-jdk18on dependency-type: direct:production update-type: version-update:semver-minor 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: 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.instrumentation:opentelemetry-instrumentation-bom-alpha dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch-dependencies - dependency-name: com.github.ben-manes.versions 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 ... Signed-off-by: dependabot[bot] <support@github.com>
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.
Only opentelemetry seems to have deprecated a few things, let's see what the tests do
|
// Spring Boot 3.4.0 pulls in opentelemetry-bom 1.43.0. | ||
// We choose opentelemetry-instrumentation-bom-alpha:2.9.0-alpha because otel-instrumentation 2.9.0 targets otel 1.43.0. | ||
// Spring Boot 3.4.2 pulls in opentelemetry-bom 1.43.0. | ||
// Note that opentelemetry-instrumentation-bom-alpha:2.12.0-alpha targets opentelemetry 1.46.0. |
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.
@LizBaldo I'm not sure if it's a problem to be diverging here in terms of what the Spring Boot plugin and the opentelemetry bom each define. It was a problem in the past as I recall (hence these comments) but I think that if it builds and tests succeed we're ok.
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.
Hopefully the updates to the comments make sense and are helpful to our future selves
Bumps the minor-patch-dependencies group with 7 updates:
1.79
1.80
26.52.0
26.53.0
1.1.17-SNAPSHOT
1.1.18-SNAPSHOT
1.1.17-SNAPSHOT
1.1.18-SNAPSHOT
2.9.0-alpha
2.12.0-alpha
0.51.0
0.52.0
3.4.1
3.4.2
Updates
org.bouncycastle:bcprov-jdk18on
from 1.79 to 1.80Changelog
Sourced from org.bouncycastle:bcprov-jdk18on's changelog.
... (truncated)
Commits
Updates
com.google.cloud:libraries-bom
from 26.52.0 to 26.53.0Release notes
Sourced from com.google.cloud:libraries-bom's releases.
... (truncated)
Commits
c8074d1
chore: release main (#6904)a5a6f30
deps: update protobuf to 4.29.0 (#6903)7a0748f
deps: update dependency com.google.cloud:google-cloud-logging-logback to v0.1...b617eee
deps: update dependency com.google.cloud:google-cloud-logging-bom to v3.21.1 ...42aa242
deps: update dependency com.google.cloud:google-cloud-spanner-jdbc to v2.26.0...692b250
deps: update dependency com.google.cloud:google-cloud-firestore-bom to v3.30....f37e24d
deps: update dependency com.google.cloud:google-cloud-bigquery to v2.46.0 (#6...f8b4af6
deps: update dependency com.google.cloud:google-cloud-spanner-bom to v6.85.0 ...1413e7a
deps: update dependency com.google.cloud:google-cloud-datastore-bom to v2.25....68830a5
deps: update dependency com.google.cloud:google-cloud-pubsublite-bom to v1.15...Updates
bio.terra:stairway-gcp
from 1.1.17-SNAPSHOT to 1.1.18-SNAPSHOTUpdates
bio.terra:stairway-azure
from 1.1.17-SNAPSHOT to 1.1.18-SNAPSHOTUpdates
bio.terra:stairway-azure
from 1.1.17-SNAPSHOT to 1.1.18-SNAPSHOTUpdates
io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha
from 2.9.0-alpha to 2.12.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.github.ben-manes.versions
from 0.51.0 to 0.52.0Updates
org.springframework.boot
from 3.4.1 to 3.4.2Release notes
Sourced from org.springframework.boot's releases.
... (truncated)
Commits
f775945
Release v3.4.2068b960
Merge branch '3.3.x' into 3.4.x34c8353
Next development version (v3.3.9-SNAPSHOT)f184e98
Merge branch '3.3.x' into 3.4.x390963f
Document when defaultValue and description cannot be extractedef82719
Fix memory comparison in ProcessInfoTests1e35a0b
Correct the type of logging.structured.json.customizer24e40e8
Upgrade to Spring Pulsar 1.2.230dd62a
Merge branch '3.3.x' into 3.4.xa3eaafb
Upgrade to Spring Pulsar 1.1.8Most Recent Ignore Conditions Applied to This Pull Request
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