Skip to content

Commit 975841c

Browse files
committed
update java server SDK to latest common
1 parent 1b1666b commit 975841c

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.2.0'
12+
implementation 'cloud.eppo:eppo-server-sdk:5.3.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.2.1'
14+
version = '5.3.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.11.1'
33+
api 'cloud.eppo:sdk-common-jvm:3.12.0'
3434

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

0 commit comments

Comments
 (0)