File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ group 'io.realworld'
22version ' 1.0-SNAPSHOT'
33
44ext {
5- javalin_version = " 2.+ "
6- jackson_version = " 2.+ "
5+ javalin_version = " 2.4.0 "
6+ jackson_version = " 2.9.7 "
77 slf4j_version = " 1.7.25"
8- koin_version = " 1.+ "
9- junit_version = " 4.+ "
10- unirest_version = " 1.+ "
11- auth0_jwt_version = " 3.+ "
12- hikaricp_version = " 3.+ "
13- h2_version = " 1.+ "
14- exposed_version = " 0.11.+ "
8+ koin_version = " 1.0.2 "
9+ junit_version = " 4.12 "
10+ unirest_version = " 1.4.9 "
11+ auth0_jwt_version = " 3.4.1 "
12+ hikaricp_version = " 3.3.0 "
13+ h2_version = " 1.4.197 "
14+ exposed_version = " 0.11.1 "
1515 slugify_version = " 2.1.+"
1616}
1717
@@ -58,4 +58,4 @@ compileKotlin {
5858}
5959compileTestKotlin {
6060 kotlinOptions. jvmTarget = " 1.8"
61- }
61+ }
You can’t perform that action at this time.
0 commit comments