Skip to content

Commit 5d34a44

Browse files
committed
chore:update to the latest common package
1 parent 62a92ee commit 5d34a44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ test-data:
4040
mkdir -p ${tempDir}
4141
git clone -b ${branchName} --depth 1 --single-branch ${githubRepoLink} ${gitDataDir}
4242
cp -r ${gitDataDir}/ufc ${testDataDir}
43-
rm ${testDataDir}/ufc/bandit-tests/*.dynamic-typing.json
43+
rm -f ${testDataDir}/ufc/bandit-tests/*.dynamic-typing.json
4444
rm -rf ${tempDir}
4545

4646
.PHONY: test

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 = '4.0.0-SNAPSHOT'
14+
version = '4.0.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.5.0'
33+
api 'cloud.eppo:sdk-common-jvm:3.5.4'
3434

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

0 commit comments

Comments
 (0)