You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+4-4
Original file line number
Diff line number
Diff line change
@@ -11,8 +11,8 @@ plugins {
11
11
id 'idea'
12
12
id 'eclipse'
13
13
id 'project-report'
14
-
id 'com.diffplug.spotless' version '6.21.0'
15
-
id 'org.wiremock.tools.gradle.wiremock-extension-convention' version '0.1.2'
14
+
id 'com.diffplug.spotless' version '6.25.0'
15
+
id 'org.wiremock.tools.gradle.wiremock-extension-convention' version '0.2.0'
16
16
}
17
17
18
18
repositories {
@@ -23,7 +23,7 @@ repositories {
23
23
projects {
24
24
ext {
25
25
versions = [
26
-
wiremock: "3.3.1"
26
+
wiremock: "3.5.2"
27
27
]
28
28
}
29
29
}
@@ -57,7 +57,7 @@ allprojects {
57
57
dependencies {
58
58
api "org.wiremock:wiremock:$versions.wiremock"
59
59
// 1.x is not maintained but we need to use to support Java 11. It is in a better state than java-faker, which is also not maintained. Bump to 2.x once we deprecate support for Java 11.
0 commit comments