Skip to content

Commit fddf5cf

Browse files
Bump the minor group across 1 directory with 6 updates (#767)
Bumps the minor group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `8.3.0` | `8.5.0` | | [io.sentry:sentry-logback](https://github.com/getsentry/sentry-java) | `8.3.0` | `8.5.0` | | [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs) | `5.3.2` | `5.4.2` | | [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui) | `5.20.0` | `5.20.1` | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.16.0` | `5.16.1` | | [plugin.spring](https://github.com/JetBrains/kotlin) | `2.1.10` | `2.1.20` | Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 8.3.0 to 8.5.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@8.3.0...8.5.0) Updates `io.sentry:sentry-logback` from 8.3.0 to 8.5.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@8.3.0...8.5.0) Updates `uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter` from 5.3.2 to 5.4.2 - [Commits](https://github.com/ministryofjustice/hmpps-spring-boot-sqs/commits) Updates `org.webjars:swagger-ui` from 5.20.0 to 5.20.1 - [Release notes](https://github.com/swagger-api/swagger-ui/releases) - [Changelog](https://github.com/swagger-api/swagger-ui/blob/master/.releaserc) - [Commits](swagger-api/swagger-ui@v5.20.0...v5.20.1) Updates `org.mockito:mockito-core` from 5.16.0 to 5.16.1 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.16.0...v5.16.1) Updates `plugin.spring` from 2.1.10 to 2.1.20 - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v2.1.10...v2.1.20) --- 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: uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: org.webjars:swagger-ui 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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f2dc5ea commit fddf5cf

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle.kts

+6-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import org.gradle.internal.impldep.org.junit.experimental.categories.Categories.
22

33
plugins {
44
id("uk.gov.justice.hmpps.gradle-spring-boot") version "7.1.3"
5-
kotlin("plugin.spring") version "2.1.10"
5+
kotlin("plugin.spring") version "2.1.20"
66
}
77

88
configurations {
@@ -13,20 +13,20 @@ dependencies {
1313
runtimeOnly("org.flywaydb:flyway-database-postgresql")
1414
implementation("org.springframework.boot:spring-boot-starter-webflux")
1515
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.0")
16-
implementation("io.sentry:sentry-spring-boot-starter-jakarta:8.3.0")
17-
implementation("io.sentry:sentry-logback:8.3.0")
16+
implementation("io.sentry:sentry-spring-boot-starter-jakarta:8.5.0")
17+
implementation("io.sentry:sentry-logback:8.5.0")
1818
implementation("org.springframework.data:spring-data-commons")
1919
implementation("org.springframework:spring-aop")
2020
implementation("org.aspectj:aspectjweaver")
21-
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.3.2") {
21+
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.4.2") {
2222
exclude("org.springframework.security", "spring-security-config")
2323
exclude("org.springframework.security", "spring-security-core")
2424
exclude("org.springframework.security", "spring-security-crypto")
2525
exclude("org.springframework.security", "spring-security-web")
2626
}
2727
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0") {
2828
constraints {
29-
implementation("org.webjars:swagger-ui:5.20.0") // Fix security build HMAI-317
29+
implementation("org.webjars:swagger-ui:5.20.1") // Fix security build HMAI-317
3030
}
3131
}
3232
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
@@ -35,7 +35,7 @@ dependencies {
3535
testImplementation("io.kotest:kotest-assertions-core-jvm:5.9.1")
3636
testImplementation("org.wiremock:wiremock-standalone:3.12.1")
3737
testImplementation("io.kotest.extensions:kotest-extensions-spring:1.3.0")
38-
testImplementation("org.mockito:mockito-core:5.16.0")
38+
testImplementation("org.mockito:mockito-core:5.16.1")
3939
testImplementation("com.fasterxml.jackson.module:jackson-module-kotlin:2.18.3")
4040

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

0 commit comments

Comments
 (0)