Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump uk.gov.justice.hmpps.gradle-spring-boot from 5.15.6 to 6.0.0 #718

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump uk.gov.justice.hmpps.gradle-spring-boot from 5.15.6 to 6.0.0
Bumps uk.gov.justice.hmpps.gradle-spring-boot from 5.15.6 to 6.0.0.

---
updated-dependencies:
- dependency-name: uk.gov.justice.hmpps.gradle-spring-boot
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 7, 2024
commit d5528f440690f40eb8ce42c02b6872b219ecbd6e
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

plugins {
id("uk.gov.justice.hmpps.gradle-spring-boot") version "5.15.6" //Move to 6.0.0 when 1.5 of opensearch available
id("uk.gov.justice.hmpps.gradle-spring-boot") version "6.0.0" //Move to 6.0.0 when 1.5 of opensearch available
kotlin("plugin.spring") version "2.0.0"
id("com.google.cloud.tools.jib") version "3.4.3"
}