Skip to content

Commit 2ce0495

Browse files
committed
Freezing the dependencies versions, some new versions broken the project.
1 parent c4b6fd4 commit 2ce0495

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

build.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ group 'io.realworld'
22
version '1.0-SNAPSHOT'
33

44
ext {
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
}
5959
compileTestKotlin {
6060
kotlinOptions.jvmTarget = "1.8"
61-
}
61+
}

0 commit comments

Comments
 (0)