File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ test-data:
40
40
mkdir -p ${tempDir}
41
41
git clone -b ${branchName} --depth 1 --single-branch ${githubRepoLink} ${gitDataDir}
42
42
cp -r ${gitDataDir} /ufc ${testDataDir}
43
- rm ${testDataDir} /ufc/bandit-tests/* .dynamic-typing.json
43
+ rm -f ${testDataDir} /ufc/bandit-tests/* .dynamic-typing.json
44
44
rm -rf ${tempDir}
45
45
46
46
.PHONY : test
Original file line number Diff line number Diff line change 11
11
}
12
12
13
13
group = ' cloud.eppo'
14
- version = ' 4.0.0-SNAPSHOT '
14
+ version = ' 4.0.1 '
15
15
ext. isReleaseVersion = ! version. endsWith(" SNAPSHOT" )
16
16
17
17
import org.apache.tools.ant.filters.ReplaceTokens
@@ -30,7 +30,7 @@ repositories {
30
30
}
31
31
32
32
dependencies {
33
- api ' cloud.eppo:sdk-common-jvm:3.5.0 '
33
+ api ' cloud.eppo:sdk-common-jvm:3.5.4 '
34
34
35
35
implementation ' com.github.zafarkhaja:java-semver:0.10.2'
36
36
implementation ' com.fasterxml.jackson.core:jackson-databind:2.17.1'
You can’t perform that action at this time.
0 commit comments