Skip to content

Commit d4afbe2

Browse files
Bump the minor group with 5 updates (#651)
Bumps the minor group with 5 updates: | Package | From | To | | --- | --- | --- | | [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.8.4` | `2.8.5` | | [io.hypersistence:hypersistence-utils-hibernate-63](https://github.com/vladmihalcea/hypersistence-utils) | `3.9.1` | `3.9.2` | | [uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter](https://github.com/ministryofjustice/hmpps-spring-boot-sqs) | `5.2.2` | `5.3.1` | | [io.sentry:sentry-spring-boot-starter-jakarta](https://github.com/getsentry/sentry-java) | `8.1.0` | `8.2.0` | | uk.gov.justice.hmpps.gradle-spring-boot | `7.0.0` | `7.1.2` | Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.8.4 to 2.8.5 - [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.8.4...v2.8.5) Updates `io.hypersistence:hypersistence-utils-hibernate-63` from 3.9.1 to 3.9.2 - [Changelog](https://github.com/vladmihalcea/hypersistence-utils/blob/master/changelog.txt) - [Commits](vladmihalcea/hypersistence-utils@hypersistence-utils-parent-3.9.1...hypersistence-utils-parent-3.9.2) Updates `uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter` from 5.2.2 to 5.3.1 - [Commits](https://github.com/ministryofjustice/hmpps-spring-boot-sqs/commits) Updates `io.sentry:sentry-spring-boot-starter-jakarta` from 8.1.0 to 8.2.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.1.0...8.2.0) Updates `uk.gov.justice.hmpps.gradle-spring-boot` from 7.0.0 to 7.1.2 --- updated-dependencies: - dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: io.hypersistence:hypersistence-utils-hibernate-63 dependency-type: direct:production update-type: version-update:semver-patch 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: 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 9ea3e39 commit d4afbe2

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,5 +1,5 @@
11
plugins {
2-
id("uk.gov.justice.hmpps.gradle-spring-boot") version "7.0.0"
2+
id("uk.gov.justice.hmpps.gradle-spring-boot") version "7.1.2"
33
kotlin("plugin.spring") version "2.1.10"
44
kotlin("plugin.jpa") version "2.1.10"
55
jacoco
@@ -27,21 +27,21 @@ dependencies {
2727
runtimeOnly("com.zaxxer:HikariCP")
2828
runtimeOnly("org.flywaydb:flyway-database-postgresql")
2929

30-
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.4")
30+
implementation("org.springdoc:springdoc-openapi-starter-webmvc-ui:2.8.5")
3131

3232
implementation("org.springframework.boot:spring-boot-starter-web")
3333
implementation("org.springframework.boot:spring-boot-starter-data-jpa")
3434
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
3535
implementation("com.fasterxml.jackson.module:jackson-module-kotlin")
36-
implementation("io.hypersistence:hypersistence-utils-hibernate-63:3.9.1")
36+
implementation("io.hypersistence:hypersistence-utils-hibernate-63:3.9.2")
3737

3838
implementation("org.springframework.boot:spring-boot-starter-security")
3939
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server")
4040
implementation("org.springframework.boot:spring-boot-starter-oauth2-client")
4141

42-
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.2.2")
42+
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:5.3.1")
4343

44-
implementation("io.sentry:sentry-spring-boot-starter-jakarta:8.1.0")
44+
implementation("io.sentry:sentry-spring-boot-starter-jakarta:8.2.0")
4545

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

0 commit comments

Comments
 (0)