Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

SDIT-1140: 🔒️ Suppress latest netty vulnerability. #513

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id("uk.gov.justice.hmpps.gradle-spring-boot") version "4.12.0"
id("uk.gov.justice.hmpps.gradle-spring-boot") version "4.12.1"
kotlin("plugin.spring") version "1.9.10"
kotlin("plugin.jpa") version "1.9.10"
}
Expand Down Expand Up @@ -49,7 +49,7 @@ dependencies {
implementation("com.google.code.gson:gson:2.10.1")

implementation("uk.gov.justice.service.hmpps:hmpps-sqs-spring-boot-starter:$hmppsSqsVersion")
implementation("com.amazonaws:aws-java-sdk-elasticsearch:1.12.560")
implementation("com.amazonaws:aws-java-sdk-elasticsearch:1.12.565")
implementation("org.awaitility:awaitility-kotlin:4.2.0")

runtimeOnly("org.postgresql:postgresql:42.6.0")
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.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion helm_deploy/prisoner-offender-search/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: prisoner-offender-search
version: 0.2.0
dependencies:
- name: generic-service
version: 2.6.4
version: 2.6.5
repository: https://ministryofjustice.github.io/hmpps-helm-charts
- name: generic-prometheus-alerts
version: 1.3.3
Expand Down