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 Dec 17, 2024
1 parent fa85b0f commit dbfec61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies {
exclude group: 'org.apache.httpcomponents', module: 'httpclient'
}
implementation group: 'io.github.resilience4j', name: 'resilience4j-spring-boot3', version: '2.2.0'
api group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '5.10.9'
api group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '7.6.0'

testImplementation(group: 'org.springframework.boot', name: 'spring-boot-starter-test') {
exclude(module: 'commons-logging')
Expand Down

0 comments on commit dbfec61

Please sign in to comment.