aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
blob: bb572416c6608ca77b2b4fb92de207ab38c317b2 (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.1.4'

    // app
    wiremockVersion = '4.0.4'
}