Skip to content

Commit da67caf

Browse files
authored
chore: patch bump for latest common (#127)
* chore: bump sdk-common-jvm dependency to 3.12.1 and increment version to 5.3.2-SNAPSHOT * not snapshot * fix to v5.3.1
1 parent 29cf11a commit da67caf

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.3.0'
12+
implementation 'cloud.eppo:eppo-server-sdk:5.3.1'
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.3.1-SNAPSHOT'
14+
version = '5.3.1'
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.12.0'
33+
api 'cloud.eppo:sdk-common-jvm:3.12.1'
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)