Skip to content

Commit

Permalink
Update all non major dependencies (except Kotlin) (#488)
Browse files Browse the repository at this point in the history
* Update all non major dependencies

* PI-1544 Downgrade Kotlin to 1.9.0 due to lack of detekt support

See detekt/detekt#6428

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
marcus-bcl and renovate[bot] committed Oct 13, 2023
1 parent df9038b commit 859e0de
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@


plugins {
id("uk.gov.justice.hmpps.gradle-spring-boot") version "5.3.0"
id("uk.gov.justice.hmpps.gradle-spring-boot") version "5.5.1"
kotlin("plugin.spring") version "1.9.0"
kotlin("plugin.jpa") version "1.9.0"
id("org.jlleitschuh.gradle.ktlint") version "11.5.1"
id("org.jlleitschuh.gradle.ktlint") version "11.6.1"
jacoco
java
id("io.gitlab.arturbosch.detekt").version("1.23.1")
Expand All @@ -24,7 +24,7 @@ dependencyCheck {
suppressionFiles.add("suppressions.xml")
}

val cucumberVersion by extra("7.13.0")
val cucumberVersion by extra("7.14.0")
val springDocVersion by extra("1.6.14")

repositories {
Expand All @@ -50,7 +50,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server")
implementation("org.springframework.boot:spring-boot-starter-oauth2-client")

implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:2.0.1")
implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:2.1.1")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-reactor:1.7.3")

Expand All @@ -64,8 +64,8 @@ dependencies {
testImplementation("com.ninja-squad:springmockk:4.0.2")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.awaitility:awaitility-kotlin:4.2.0")
testImplementation("io.jsonwebtoken:jjwt-impl:0.11.5")
testImplementation("io.jsonwebtoken:jjwt-jackson:0.11.5")
testImplementation("io.jsonwebtoken:jjwt-impl:0.12.2")
testImplementation("io.jsonwebtoken:jjwt-jackson:0.12.2")
testImplementation("io.cucumber:cucumber-spring:$cucumberVersion")
testImplementation("io.cucumber:cucumber-java8:$cucumberVersion")
testImplementation("io.cucumber:cucumber-junit-platform-engine:$cucumberVersion")
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.2.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
8 changes: 4 additions & 4 deletions helm_deploy/hmpps-tier/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: generic-service
repository: https://ministryofjustice.github.io/hmpps-helm-charts
version: 2.6.3
version: 2.7.1
- name: generic-prometheus-alerts
repository: https://ministryofjustice.github.io/hmpps-helm-charts
version: 1.3.2
digest: sha256:c0166fe18005639c6ee7b3b2cb1053da4fba280602120d259def4999be0bffd2
generated: "2023-05-17T18:09:55.223852767Z"
version: 1.3.3
digest: sha256:50772e8f1adc6421121e2026b1a9234518504f6ccef324885f566790e49122cc
generated: "2023-10-11T15:29:09.87034982Z"
4 changes: 2 additions & 2 deletions helm_deploy/hmpps-tier/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ name: hmpps-tier
version: 0.2.0
dependencies:
- name: generic-service
version: 2.6.4
version: 2.7.1
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-prometheus-alerts
version: 1.3.2
version: 1.3.3
repository: https://ministryofjustice.github.io/hmpps-helm-charts

0 comments on commit 859e0de

Please sign in to comment.