Skip to content

Commit

Permalink
FACT-1906 dependancy updates (#2578)
Browse files Browse the repository at this point in the history
* starting dependancy updates

* added more updates

* pdfbox changes

* more updates
  • Loading branch information
justiceia authored Aug 27, 2024
1 parent 081a073 commit 26972f2
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ plugins {
id 'checkstyle'
id 'pmd'
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.4'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.flywaydb.flyway' version '10.13.0'
id 'org.springframework.boot' version '3.2.3'
id 'org.owasp.dependencycheck' version '9.0.8'
id 'com.github.ben-manes.versions' version '0.50.0'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '5.0.0.4638'
id 'info.solidsoft.pitest' version '1.15.0'
id 'au.com.dius.pact' version '4.6.4'
Expand Down Expand Up @@ -213,13 +213,13 @@ repositories {

def versions = [
bouncycastle: '1.78.1',
junit: '5.10.2',
junitPlatform: '1.10.2',
junit: '5.10.3',
junitPlatform: '1.10.3',
reformLogging: '6.1.4',
springfoxSwagger: '2.9.2',
pact_version: '4.6.7',
service_auth: '5.1.2',
pdfbox: '3.0.1'
service_auth: '5.1.3',
pdfbox: '3.0.2'
]

configurations.all {
Expand Down Expand Up @@ -256,11 +256,11 @@ dependencies {
}
implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1'
// implementation group: 'javax.activation', name: 'activation', version: '1.1.1'
implementation group: 'org.eclipse.jetty', name: 'jetty-util', version: '12.0.6'
implementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '12.0.6'
implementation group: 'org.eclipse.jetty', name: 'jetty-util', version: '12.0.12'
implementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '12.0.12'
// implementation group: 'javax.servlet', name: 'javax.servlet-api', version: '3.1.0'
implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.3.1'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.0'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.3'
implementation group: 'org.springframework.boot', name: 'spring-boot-properties-migrator'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-actuator'
Expand All @@ -275,10 +275,10 @@ dependencies {
implementation group: 'org.flywaydb', name: 'flyway-core', version: '10.13.0'
implementation group: 'org.postgresql', name: 'postgresql', version: '42.7.3'

implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-provider-jdbc-template', version: '5.10.2'
implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-spring', version: '5.10.2'
implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-provider-jdbc-template', version: '5.14.0'
implementation group: 'net.javacrumbs.shedlock', name: 'shedlock-spring', version: '5.14.0'

implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.3.0'
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.6.0'

implementation group: 'com.github.hmcts.java-logging', name: 'logging', version: versions.reformLogging
implementation group: 'com.github.hmcts.java-logging', name: 'logging-appinsights', version: versions.reformLogging
Expand All @@ -288,23 +288,23 @@ dependencies {
implementation group: 'com.github.hmcts.rpe-pdf-service', name: 'pdf-generator', version:'1.0.2'

implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-netflix-hystrix', version: '2.2.10.RELEASE'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '4.1.1'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.2'
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '4.1.4'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.3'
// implementation group: 'io.github.openfeign', name: 'feign-hc5', version: '13.2'

implementation group: 'com.hierynomus', name: 'sshj', version: '0.38.0'
implementation group: 'org.apache.pdfbox', name: 'pdfbox', version: versions.pdfbox
implementation group: 'org.apache.pdfbox', name: 'pdfbox-io', version: '3.0.1'
implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.10.0'
implementation group: 'org.apache.pdfbox', name: 'pdfbox-io', version: versions.pdfbox
implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.11.0'

implementation group: 'org.springframework.boot', name: 'spring-boot-starter-data-jpa'
implementation group: 'io.hypersistence', name: 'hypersistence-utils-hibernate-63', version: '3.7.3'
implementation group: 'io.hypersistence', name: 'hypersistence-utils-hibernate-63', version: '3.8.2'

implementation group: 'org.bouncycastle', name: 'bcprov-jdk18on', version: versions.bouncycastle
implementation group: 'org.bouncycastle', name: 'bcpkix-jdk18on', version: versions.bouncycastle
implementation group: 'org.bouncycastle', name: 'bcpg-jdk18on', version: versions.bouncycastle

implementation group: 'com.azure', name: 'azure-storage-blob', version: '12.25.1'
implementation group: 'com.azure', name: 'azure-storage-blob', version: '12.27.0'

implementation group: 'io.github.resilience4j', name: 'resilience4j-spring-boot3', version: '2.2.0'

Expand All @@ -321,31 +321,31 @@ dependencies {
exclude group: 'junit', module: 'junit'
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation group: 'com.icegreen', name: 'greenmail', version: '2.0.0', withoutJunit4
testImplementation 'org.apache.commons:commons-email2-jakarta:2.0.0-M1'
testImplementation group: 'com.icegreen', name: 'greenmail', version: '2.0.1', withoutJunit4
testImplementation 'org.apache.commons:commons-email2-jakarta:2.0.0-M2-SNAPSHOT'
// testImplementation group: 'org.apache.commons', name: 'commons-email', version: '1.6.0'
// the snapshot version of commons-email for jakarta
testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.14.0'
testImplementation group: 'org.apache.pdfbox', name: 'pdfbox-io', version: '3.0.1'
testImplementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.15.0'
testImplementation group: 'org.apache.pdfbox', name: 'pdfbox-io', version: versions.pdfbox
testImplementation group: 'org.apache.pdfbox', name: 'preflight', version: versions.pdfbox, withoutJunit4
testImplementation group: 'com.github.tomakehurst', name: 'wiremock-jre8-standalone', version: '3.0.1', withoutJunit4
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.3.0', classifier: 'all'
testImplementation group: 'io.github.hakky54', name: 'logcaptor', version: '2.3.1'
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.4.3', classifier: 'all'
testImplementation group: 'io.github.hakky54', name: 'logcaptor', version: '2.9.3'

integrationTestImplementation sourceSets.main.runtimeClasspath
integrationTestImplementation sourceSets.test.runtimeClasspath
integrationTestImplementation group: 'org.apache.sshd', name: 'sshd-scp', version: '2.11.0'
integrationTestImplementation group: 'org.apache.sshd', name: 'sshd-sftp', version: '2.11.0'
integrationTestImplementation group: 'org.apache.sshd', name: 'sshd-scp', version: '2.13.2'
integrationTestImplementation group: 'org.apache.sshd', name: 'sshd-sftp', version: '2.13.2'
integrationTestImplementation group: 'org.testcontainers', name: 'postgresql', version: '1.19.3'
integrationTestImplementation group: 'org.awaitility', name: 'awaitility', version: '4.2.0', withoutJunit4
integrationTestImplementation group: 'org.awaitility', name: 'awaitility', version: '4.2.1', withoutJunit4

smokeTestImplementation sourceSets.main.runtimeClasspath
smokeTestImplementation sourceSets.test.runtimeClasspath
smokeTestImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.4.0'
smokeTestImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.0'

functionalTestImplementation sourceSets.main.runtimeClasspath
functionalTestImplementation sourceSets.test.runtimeClasspath
functionalTestImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.4.0'
functionalTestImplementation group: 'io.rest-assured', name: 'rest-assured', version: '5.5.0'

contractTestImplementation sourceSets.test.runtimeClasspath
contractTestImplementation group: 'au.com.dius.pact.provider', name: 'junit5', version: versions.pact_version
Expand All @@ -362,7 +362,7 @@ dependencies {
contractTestImplementation group: 'com.github.hmcts.rpe-pdf-service', name: 'pdf-generator', version: '1.0.2'

contractTestImplementation group: 'org.apache.pdfbox', name: 'pdfbox', version: versions.pdfbox
contractTestImplementation group: 'org.apache.pdfbox', name: 'pdfbox-io', version: '3.0.1'
contractTestImplementation group: 'org.apache.pdfbox', name: 'pdfbox-io', version: versions.pdfbox

contractTestImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: versions.junit
contractTestRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: versions.junit
Expand Down

0 comments on commit 26972f2

Please sign in to comment.