Skip to content

Commit

Permalink
Update dependency com.launchdarkly:launchdarkly-java-server-sdk to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent cc10cd9 commit 348a549
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ dependencies {
implementation group: 'org.elasticsearch.client', name: 'elasticsearch-rest-high-level-client', version: versions.elasticSearchVersion
implementation group: 'org.elasticsearch.client', name: 'elasticsearch-rest-client', version: versions.elasticSearchVersion
implementation group: 'org.elasticsearch', name: 'elasticsearch', version: versions.elasticSearchVersion
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '6.3.0'
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '7.5.0'

implementation group: 'io.github.openfeign', name: 'feign-hc5', version: '13.4'
implementation group: 'commons-beanutils', name: 'commons-beanutils', version: '1.9.4'
Expand Down Expand Up @@ -325,7 +325,7 @@ dependencies {
contractTestRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.2")
contractTestImplementation('org.junit.jupiter:junit-jupiter-api:5.11.2')
contractTestRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-commons', version: '1.11.2'
contractTestImplementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '6.3.0'
contractTestImplementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '7.5.0'

contractTestImplementation group: 'org.springframework.boot', name: 'spring-boot-starter-test'
contractTestRuntimeOnly group: 'org.springframework.boot', name: 'spring-boot-starter-test'
Expand Down

0 comments on commit 348a549

Please sign in to comment.