Skip to content

Commit 2e70698

Browse files
Bump the minor group across 1 directory with 5 updates
Bumps the minor group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `7.14.0` | `7.15.0` | | [io.sentry:sentry-logback](https://github.com/getsentry/sentry-java) | `7.14.0` | `7.15.0` | | [org.springframework.data:spring-data-commons](https://github.com/spring-projects/spring-data-commons) | `3.3.4` | `3.3.5` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.14.1` | `5.14.2` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.20` | `2.0.21` | Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.14.0 to 7.15.0 - [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.14.0...7.15.0) Updates `io.sentry:sentry-logback` from 7.14.0 to 7.15.0 - [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.14.0...7.15.0) Updates `org.springframework.data:spring-data-commons` from 3.3.4 to 3.3.5 - [Release notes](https://github.com/spring-projects/spring-data-commons/releases) - [Commits](spring-projects/spring-data-commons@3.3.4...3.3.5) Updates `org.mockito:mockito-core` from 5.14.1 to 5.14.2 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.14.1...v5.14.2) Updates `plugin.spring` from 2.0.20 to 2.0.21 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.0.20...v2.0.21) --- updated-dependencies: - 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.sentry:sentry-logback dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: org.springframework.data:spring-data-commons dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: plugin.spring dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ccdb909 commit 2e70698

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.gradle.kts

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.6"
3-
kotlin("plugin.spring") version "2.0.20"
3+
kotlin("plugin.spring") version "2.0.21"
44
}
55

66
configurations {
@@ -11,9 +11,9 @@ dependencies {
1111
runtimeOnly("org.flywaydb:flyway-database-postgresql")
1212
implementation("org.springframework.boot:spring-boot-starter-webflux:3.3.4")
1313
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")
14-
implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.14.0")
15-
implementation("io.sentry:sentry-logback:7.14.0")
16-
implementation("org.springframework.data:spring-data-commons:3.3.4")
14+
implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.15.0")
15+
implementation("io.sentry:sentry-logback:7.15.0")
16+
implementation("org.springframework.data:spring-data-commons:3.3.5")
1717
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.0.1") {
1818
exclude("org.springframework.security", "spring-security-config")
1919
exclude("org.springframework.security", "spring-security-core")
@@ -26,7 +26,7 @@ dependencies {
2626
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
2727
testImplementation("org.wiremock:wiremock-standalone:3.9.1")
2828
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.3.0")
29-
testImplementation("org.mockito:mockito-core:5.14.1")
29+
testImplementation("org.mockito:mockito-core:5.14.2")
3030
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.0")
3131

3232
annotationProcessor("org.springframework.boot:spring-boot-configuration-processor")

0 commit comments

Comments
 (0)