Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/DFR-3175-new-controller-Postcode…
Browse files Browse the repository at this point in the history
…-field-not-mandatory---Amend-application-details' into DFR-3175-new-controller-Postcode-field-not-mandatory---Amend-application-details
  • Loading branch information
hamzahtahirhmcts committed Jul 11, 2024
2 parents 59c9e61 + 4b2ed03 commit 6d9722d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
id 'uk.gov.hmcts.java' version '0.12.63'
id 'au.com.dius.pact' version '4.6.11'
id "info.solidsoft.pitest" version "1.15.0"
id 'com.github.hmcts.rse-cft-lib' version '0.19.1299'
id 'com.github.hmcts.rse-cft-lib' version '0.19.1310'
}

apply plugin: 'com.github.ben-manes.versions'
Expand All @@ -24,7 +24,7 @@ def versions = [
junit : '4.13.2',
lombok : '1.18.34',
mockito : '3.12.4',
pact : '4.6.10',
pact : '4.6.11',
pdfbox : '2.0.31',
reformLogging : '6.1.5',
serenity : '4.1.20',
Expand All @@ -50,7 +50,7 @@ def versions = [
project.ext {
pactVersion = getCheckedOutGitCommitHash()
springCloudBomVersion = "2023.0.1"
restAssuredBomVersion = "5.4.0"
restAssuredBomVersion = "5.5.0"
}

group = 'uk.gov.hmcts.reform.finrem'
Expand Down Expand Up @@ -420,7 +420,7 @@ dependencies {
implementation("org.apache.poi:poi:5.2.3") {
exclude group: "org.apache.commons", module: "commons-math3"
}
implementation("org.apache.poi:poi-ooxml:5.2.5") {
implementation("org.apache.poi:poi-ooxml:5.3.0") {
exclude group: "org.apache.commons", module: "commons-math3"
}

Expand Down

0 comments on commit 6d9722d

Please sign in to comment.