Skip to content

Commit 44282fa

Browse files
Bump cloud.eppo:sdk-common-jvm from 3.9.0 to 3.10.0 (#116)
* Bump cloud.eppo:sdk-common-jvm from 3.9.0 to 3.10.0 Bumps [cloud.eppo:sdk-common-jvm](https://github.com/Eppo-exp/sdk-common-jvm) from 3.9.0 to 3.10.0. - [Commits](https://github.com/Eppo-exp/sdk-common-jvm/commits) --- updated-dependencies: - dependency-name: cloud.eppo:sdk-common-jvm dependency-version: 3.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * update version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ty Potter <[email protected]>
1 parent 431486d commit 44282fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
```groovy
1111
dependencies {
12-
implementation 'cloud.eppo:eppo-server-sdk:5.1.0'
12+
implementation 'cloud.eppo:eppo-server-sdk:5.2.0'
1313
}
1414
```
1515

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ java {
1111
}
1212

1313
group = 'cloud.eppo'
14-
version = '5.1.1-SNAPSHOT'
14+
version = '5.2.0'
1515
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")
1616

1717
import org.apache.tools.ant.filters.ReplaceTokens
@@ -30,7 +30,7 @@ repositories {
3030
}
3131

3232
dependencies {
33-
api 'cloud.eppo:sdk-common-jvm:3.9.0'
33+
api 'cloud.eppo:sdk-common-jvm:3.10.0'
3434

3535
implementation 'com.github.zafarkhaja:java-semver:0.10.2'
3636
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.3'

0 commit comments

Comments
 (0)