Skip to content

Commit

Permalink
fix(deps): update dependency com.launchdarkly:launchdarkly-java-serve…
Browse files Browse the repository at this point in the history
…r-sdk to v7.2.6
  • Loading branch information
renovate[bot] committed Feb 12, 2024
1 parent 96b42fa commit 4044691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ dependencies {
implementation group: 'org.apache.logging.log4j', name: 'log4j-to-slf4j', version: log4JVersion
implementation group: 'com.google.guava', name: 'guava', version: '33.0.0-jre'

implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '7.1.1'
implementation group: 'com.launchdarkly', name: 'launchdarkly-java-server-sdk', version: '7.2.6'

implementation group: 'io.rest-assured', name: 'rest-assured'
implementation 'org.flywaydb:flyway-core'
Expand Down

0 comments on commit 4044691

Please sign in to comment.