Skip to content

Commit affbdc4

Browse files
authored
Latest dependencies including Gradle 7.1 (#31)
1 parent 5f482f1 commit affbdc4

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ subprojects {
7070

7171
jacocoTestReport {
7272
reports {
73-
xml.enabled true
74-
html.enabled true
73+
xml.required = true
74+
html.required = true
7575
}
7676
}
7777

7878
check.dependsOn jacocoTestReport
7979
}
8080

8181
wrapper {
82-
gradleVersion = '7.0.2'
82+
gradleVersion = '7.1'
8383
}
8484

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[versions]
2-
assertj = "3.19.0"
3-
commons-io = "2.9.0"
2+
assertj = "3.20.2"
3+
commons-io = "2.10.0"
44
commons-lang3 = "3.12.0"
55
guava = "30.1.1-jre"
66
javapoet = "1.13.0"
77
jsr250 = "1.0"
88
jupiter = "5.7.2"
99
mapstruct = "1.4.0.Final"
10-
mockito = "3.11.0"
10+
mockito = "3.11.2"
1111
spring = "5.0.0.RELEASE"
1212

1313
[libraries]

gradle/wrapper/gradle-wrapper.jar

333 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1-bin.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

gradlew

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ case "`uname`" in
7272
Darwin* )
7373
darwin=true
7474
;;
75-
MINGW* )
75+
MSYS* | MINGW* )
7676
msys=true
7777
;;
7878
NONSTOP* )

0 commit comments

Comments
 (0)