File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,14 +11,14 @@ repositories {
11
11
dependencies {
12
12
testImplementation group : ' junit' , name : ' junit' , version : ' 4.+'
13
13
14
- implementation group : ' org.threadly' , name : ' threadly' , version : ' 6 .+'
15
- implementation ' org.openjdk.jmh:jmh-core:1.21 '
16
- implementation ' org.openjdk.jmh:jmh-generator-annprocess:1.21 '
17
- annotationProcessor ' org.openjdk.jmh:jmh-generator-annprocess:1.21 '
18
- implementation ' org.jdbi:jdbi3-core:3.11 .+'
19
- implementation ' org.jdbi:jdbi3-sqlobject:3.11 .+'
20
- implementation ' org.postgresql:postgresql:9.4.1212 .jre7'
21
- implementation ' org.knowm.xchart:xchart:3.5.2 '
14
+ implementation group : ' org.threadly' , name : ' threadly' , version : ' 7 .+'
15
+ implementation ' org.openjdk.jmh:jmh-core:1.34 '
16
+ implementation ' org.openjdk.jmh:jmh-generator-annprocess:1.34 '
17
+ annotationProcessor ' org.openjdk.jmh:jmh-generator-annprocess:1.34 '
18
+ implementation ' org.jdbi:jdbi3-core:3.27 .+'
19
+ implementation ' org.jdbi:jdbi3-sqlobject:3.27 .+'
20
+ implementation ' org.postgresql:postgresql:42.2.24 .jre7'
21
+ implementation ' org.knowm.xchart:xchart:3.6.6 '
22
22
}
23
23
24
24
test {
You can’t perform that action at this time.
0 commit comments