From f5b2ed3c45a28e72e92c37216c4c02a7a9fd1143 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 13:57:49 +0100 Subject: [PATCH] Bump the minor group across 1 directory with 6 updates (#4068) Bumps the minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.1` | `3.3.2` | | [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `7.11.0` | `7.12.1` | | [io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations](https://github.com/open-telemetry/opentelemetry-java-instrumentation) | `2.5.0` | `2.6.0` | | [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.8.0` | `3.9.1` | | [jakarta.json:jakarta.json-api](https://github.com/eclipse-ee4j/jsonp) | `2.0.1` | `2.0.2` | | com.gradle.develocity | `3.17.5` | `3.17.6` | Updates `org.springframework.boot` from 3.3.1 to 3.3.2 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.3.1...v3.3.2) Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.11.0 to 7.12.1 - [Release notes](https://github.com/getsentry/sentry-java/releases) - [Changelog](https://github.com/getsentry/sentry-java/blob/main/CHANGELOG.md) - [Commits](https://github.com/getsentry/sentry-java/compare/7.11.0...7.12.1) Updates `io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations` from 2.5.0 to 2.6.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](https://github.com/open-telemetry/opentelemetry-java-instrumentation/compare/v2.5.0...v2.6.0) Updates `org.wiremock:wiremock-standalone` from 3.8.0 to 3.9.1 - [Release notes](https://github.com/wiremock/wiremock/releases) - [Commits](https://github.com/wiremock/wiremock/compare/3.8.0...3.9.1) Updates `jakarta.json:jakarta.json-api` from 2.0.1 to 2.0.2 - [Release notes](https://github.com/eclipse-ee4j/jsonp/releases) - [Commits](https://github.com/eclipse-ee4j/jsonp/commits) Updates `com.gradle.develocity` from 3.17.5 to 3.17.6 --- updated-dependencies: - dependency-name: org.springframework.boot dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: io.sentry:sentry-spring-boot-starter-jakarta dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: org.wiremock:wiremock-standalone dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: jakarta.json:jakarta.json-api dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: com.gradle.develocity dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle.kts | 2 +- settings.gradle.kts | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index afd0ac491a..6f9612faf3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ plugins { kotlin("jvm") version "2.0.0" kotlin("plugin.spring") version "2.0.0" apply false kotlin("plugin.jpa") version "2.0.0" apply false - id("org.springframework.boot") version "3.3.1" apply false + id("org.springframework.boot") version "3.3.2" apply false id("io.spring.dependency-management") version "1.1.6" apply false id("com.gorylenko.gradle-git-properties") version "2.4.2" apply false id("com.google.cloud.tools.jib") apply false diff --git a/settings.gradle.kts b/settings.gradle.kts index afb3258b10..b9cf151b3f 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -81,23 +81,23 @@ dependencyResolutionManagement { library("mockito-inline", "org.mockito:mockito-inline:5.2.0") bundle("mockito", listOf("mockito-kotlin", "mockito-inline")) library("insights", "com.microsoft.azure:applicationinsights-web:3.5.3") - library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.11.0") + library("sentry", "io.sentry:sentry-spring-boot-starter-jakarta:7.12.1") library( "opentelemetry-annotations", - "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.5.0" + "io.opentelemetry.instrumentation:opentelemetry-instrumentation-annotations:2.6.0" ) bundle("telemetry", listOf("insights", "opentelemetry-annotations", "sentry")) library("springdoc", "org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0") library("asyncapi", "org.openfolder:kotlin-asyncapi-spring-web:3.0.3") - library("wiremock", "org.wiremock:wiremock-standalone:3.8.0") + library("wiremock", "org.wiremock:wiremock-standalone:3.9.1") library("flipt", "io.flipt:flipt-java:1.1.1") - library("jakarta-json", "jakarta.json:jakarta.json-api:2.0.1") + library("jakarta-json", "jakarta.json:jakarta.json-api:2.0.2") library("glassfish-json", "org.glassfish:jakarta.json:2.0.1") } } } -plugins { id("com.gradle.develocity") version "3.17.5" } +plugins { id("com.gradle.develocity") version "3.17.6" } develocity { buildScan { publishing.onlyIf { !System.getenv("CI").isNullOrEmpty() }