Skip to content

Commit 9a0bfec

Browse files
committed
upgraded dependencies and gradle
1 parent 449fe71 commit 9a0bfec

File tree

4 files changed

+6
-14
lines changed

4 files changed

+6
-14
lines changed

build.gradle

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ plugins {
44
id 'java-library-distribution'
55
id 'maven-publish'
66
id 'signing'
7-
id 'com.github.ben-manes.versions' version '0.39.0'
87
id 'io.github.gradle-nexus.publish-plugin' version '1.1.0'
9-
id 'org.jreleaser' version '0.4.0'
8+
id 'org.jreleaser' version '0.5.0'
9+
id 'com.github.ben-manes.versions' version '0.39.0'
1010
}
1111

1212
group = 'com.redislabs'
@@ -40,22 +40,14 @@ dependencies {
4040
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.7.2'
4141
testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.7.2'
4242
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.2'
43-
testImplementation 'org.slf4j:slf4j-simple:1.7.30'
44-
testImplementation 'com.redislabs:mesclun:1.3.3'
43+
testImplementation 'org.slf4j:slf4j-simple:1.7.31'
44+
testImplementation 'com.redislabs:mesclun:1.3.4'
4545
testImplementation 'org.projectlombok:lombok:1.18.20'
4646
testAnnotationProcessor 'org.projectlombok:lombok:1.18.20'
4747
}
4848

4949
test {
5050
useJUnitPlatform()
51-
testLogging {
52-
events "failed"
53-
exceptionFormat "full"
54-
showExceptions true
55-
exceptionFormat "full"
56-
showCauses true
57-
showStackTraces true
58-
}
5951
}
6052

6153
ext.isReleaseVersion = !version.endsWith("SNAPSHOT")

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.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)