Skip to content

Commit

Permalink
update packages (#1207)
Browse files Browse the repository at this point in the history
* update packages

* update packages

* update packages

* update packages

* revert httpclient5 to version 5.3.1
  • Loading branch information
Majid-justice authored Nov 4, 2024
1 parent 77edf4e commit e701682
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
id 'pmd'
id 'jacoco'
id 'io.spring.dependency-management' version '1.1.6'
id 'org.springframework.boot' version '3.3.3'
id 'org.springframework.boot' version '3.3.5'
id 'org.owasp.dependencycheck' version '10.0.4'
id 'com.github.ben-manes.versions' version '0.51.0'
id 'org.sonarqube' version '5.0.0.4638'
Expand Down Expand Up @@ -90,7 +90,7 @@ test {

checkstyle {
maxWarnings = 0
toolVersion = '10.15.0'
toolVersion = '10.19.0'
// need to set configDir to rootDir otherwise submodule will use submodule/config/checkstyle
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
}
Expand Down Expand Up @@ -170,7 +170,7 @@ def versions = [
junitPlatform : '1.11.0',
reformLogging : '6.0.1',
springBoot : springBoot.class.package.implementationVersion,
openFeign : '13.0'
openFeign : '13.5'
]

dependencies {
Expand Down Expand Up @@ -205,7 +205,7 @@ dependencies {
implementation group: 'com.github.hmcts', name: 'idam-java-client', version: '3.0.3'
implementation group: 'com.github.hmcts', name: 'ccd-client', version: '5.0.3'

implementation group: 'com.google.guava', name: 'guava', version: '33.3.0-jre'
implementation group: 'com.google.guava', name: 'guava', version: '33.3.1-jre'

implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '7.5.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.7-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/.terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.1
1.9.8

0 comments on commit e701682

Please sign in to comment.