blob: 8b484e2cb8ba9c2b293769476360fed3db89ab8b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
allprojects {
repositories {
mavenCentral()
}
}
ext {
// app + lib
problemVersion = '0.27.1'
problemSpringVersion = '0.29.1'
mapStructVersion = '1.5.5.Final'
mapStructExtensionsVersion = '1.0.2'
logbackVersion = '7.4'
lombokVersion = '1.18.28'
micrometerVersion = '1.0.0'
// app
wiremockVersion = '4.0.4'
}
|