File tree Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Expand file tree Collapse file tree 3 files changed +20
-8
lines changed Original file line number Diff line number Diff line change 2
2
build
3
3
out
4
4
.gradle
5
+ /.idea
Original file line number Diff line number Diff line change @@ -2,19 +2,20 @@ apply plugin:'java'
2
2
apply plugin :' idea'
3
3
4
4
group = ' com.bitso'
5
- version= ' 0.0.13 '
5
+ version= ' 0.0.14 '
6
6
7
7
repositories {
8
8
mavenCentral()
9
9
maven { url ' https://jitpack.io' }
10
10
}
11
11
12
12
dependencies {
13
- compileOnly ' org.projectlombok:lombok:1.18.2'
14
- testCompileOnly ' org.projectlombok:lombok:1.18.2'
15
- annotationProcessor ' org.projectlombok:lombok:1.18.2'
16
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.2'
17
- compile ' org.slf4j:slf4j-api:1.7.25' ,
18
- ' com.fasterxml.jackson.core:jackson-databind:2.9.7'
19
- testCompile ' junit:junit:4.12'
13
+ compileOnly ' org.projectlombok:lombok:1.18.34'
14
+ annotationProcessor ' org.projectlombok:lombok:1.18.34'
15
+ testCompileOnly ' org.projectlombok:lombok:1.18.34'
16
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.34'
17
+
18
+ implementation ' org.slf4j:slf4j-api:1.7.25' ,
19
+ ' com.fasterxml.jackson.core:jackson-databind:2.17.2'
20
+ testImplementation ' junit:junit:4.13.2'
20
21
}
Original file line number Diff line number Diff line change
1
+ plugins {
2
+ id " io.snyk.gradle.plugin.snykplugin" version " 0.4"
3
+ }
4
+
5
+ snyk {
6
+ severity = ' medium'
7
+ autoDownload = true
8
+ autoUpdate = true
9
+ arguments = ' --all-sub-projects --configuration-matching=compile'
10
+ }
You can’t perform that action at this time.
0 commit comments