Skip to content

Commit

Permalink
Bump the minor group across 1 directory with 6 updates (#4068)
Browse files Browse the repository at this point in the history
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](spring-projects/spring-boot@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](getsentry/sentry-java@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](open-telemetry/opentelemetry-java-instrumentation@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](wiremock/wiremock@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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 25, 2024
1 parent 4d21c54 commit f5b2ed3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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() }
Expand Down

0 comments on commit f5b2ed3

Please sign in to comment.