blob: 4ca21a3e4711f3b78ae6715cbc635c5363e0eae3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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'
// app
wiremockVersion = '4.0.4'
}
|