From 355073a41f64a54c625234adf530ea413737ca11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 11:47:36 +0000 Subject: [PATCH] [PF-2983]: Bump the minor-patch-dependencies group with 7 updates 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](https://github.com/googleapis/java-cloud-bom/compare/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](https://github.com/spring-projects/spring-boot/compare/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] --- build.gradle | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index 14232f8..01f5856 100644 --- a/build.gradle +++ b/build.gradle @@ -5,11 +5,11 @@ plugins { id 'maven-publish' id 'com.diffplug.spotless' version '6.25.0' - id 'com.github.ben-manes.versions' version '0.51.0' + id 'com.github.ben-manes.versions' version '0.52.0' id 'com.jfrog.artifactory' version '5.2.5' id 'org.sonarqube' version '6.0.1.5171' id 'io.spring.dependency-management' version '1.1.7' - id 'org.springframework.boot' version '3.4.1' + id 'org.springframework.boot' version '3.4.2' id 'com.srcclr.gradle' version '3.1.12' } @@ -54,7 +54,7 @@ dependencies { // Misc. Services implementation group: 'io.kubernetes', name: 'client-java', version: '22.0.0' constraints { - implementation('org.bouncycastle:bcprov-jdk18on:1.79') { + implementation('org.bouncycastle:bcprov-jdk18on:1.80') { because 'https://broadworkbench.atlassian.net/browse/DCJ-275' } } @@ -63,7 +63,7 @@ dependencies { // Google dependencies // use common bom - implementation platform('com.google.cloud:libraries-bom:26.52.0') + implementation platform('com.google.cloud:libraries-bom:26.53.0') implementation group: 'com.google.cloud', name: 'google-cloud-core' implementation group: 'com.google.cloud', name: 'google-cloud-pubsub' api group: 'com.google.guava', name: 'guava' @@ -74,7 +74,7 @@ dependencies { // Terra libraries implementation group: 'org.broadinstitute.dsde.workbench', name: 'sam-client_2.13', version: 'v0.0.329' - var stairwayVersion= '1.1.17-SNAPSHOT' + var stairwayVersion= '1.1.18-SNAPSHOT' api "bio.terra:stairway-gcp:${stairwayVersion}" implementation "bio.terra:stairway-azure:${stairwayVersion}" @@ -87,7 +87,7 @@ dependencies { // 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. // When upgrading Spring Boot, re-check these versions. - implementation platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.9.0-alpha") + implementation platform("io.opentelemetry.instrumentation:opentelemetry-instrumentation-bom-alpha:2.12.0-alpha") // ... versioned by Spring Boot api 'io.opentelemetry:opentelemetry-api' implementation 'io.opentelemetry:opentelemetry-exporter-logging'