Skip to content

Commit aa98f0b

Browse files
Bump the minor group with 3 updates (#625)
Bumps the minor group with 3 updates: [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi), [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) and uk.gov.justice.hmpps.gradle-spring-boot. Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.6.0 to 2.7.0 - [Release notes](https://github.com/springdoc/springdoc-openapi/releases) - [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md) - [Commits](springdoc/springdoc-openapi@v2.6.0...v2.7.0) Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 7.17.0 to 7.18.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.17.0...7.18.0) Updates `uk.gov.justice.hmpps.gradle-spring-boot` from 6.0.8 to 6.1.0 --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-minor 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: uk.gov.justice.hmpps.gradle-spring-boot dependency-type: direct:production update-type: version-update:semver-minor 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 c541615 commit aa98f0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.8"
2+
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.1.0"
33
kotlin("plugin.spring") version "2.0.21"
44
kotlin("plugin.jpa") version "2.0.21"
55
jacoco
@@ -30,7 +30,7 @@ dependencies {
3030
runtimeOnly("com.zaxxer:HikariCP")
3131
runtimeOnly("org.flywaydb:flyway-database-postgresql")
3232

33-
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.6.0")
33+
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.7.0")
3434

3535
implementation("org.springframework.boot:spring-boot-starter-web")
3636
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
@@ -44,7 +44,7 @@ dependencies {
4444

4545
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.1.1")
4646

47-
implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.17.0")
47+
implementation("io.sentry:sentry-spring-boot-starter-jakarta:7.18.0")
4848

4949
testImplementation("org.springframework.boot:spring-boot-starter-test") {
5050
exclude(group = "org.junit.vintage", module = "junit-vintage-engine")

0 commit comments

Comments
 (0)