Skip to content

Commit

Permalink
Fact 2037 (#1623)
Browse files Browse the repository at this point in the history
* update LaunchDarkly to version 7.5.0

* update packages

* 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 2a7a1b8 commit e876a24
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
flywayVersion = '10.17.3'
flywayVersion = '10.20.1'
postgresqlVersion = '42.7.4'
}
dependencies {
Expand All @@ -14,7 +14,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 @@ -106,7 +106,7 @@ task fortifyScan(type: JavaExec) {

checkstyle {
maxWarnings = 0
toolVersion = '10.15.0'
toolVersion = '10.19.0'
getConfigDirectory().set(new File(rootDir, 'config/checkstyle'))
}

Expand Down Expand Up @@ -180,7 +180,7 @@ repositories {
def versions = [
junit : '5.10.3',
junitPlatform : '1.10.3',
reformLogging : '6.1.4',
reformLogging : '6.1.7',
apiguardian : '1.1.2',
flyway : "$flywayVersion",
postgresql : "$postgresqlVersion",
Expand Down Expand Up @@ -234,11 +234,11 @@ dependencies {

// region: feign clients
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.3'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.2.1'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.2.1'
implementation group: 'io.github.openfeign', name: 'feign-httpclient', version: '13.5'
implementation group: 'io.github.openfeign', name: 'feign-jackson', version: '13.5'
// end region

implementation group: 'org.apache.qpid', name: 'qpid-jms-client', version: '2.5.0'
implementation group: 'org.apache.qpid', name: 'qpid-jms-client', version: '2.6.1'

implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '7.5.0'
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-validation'
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.6.6
1.9.8

0 comments on commit e876a24

Please sign in to comment.