File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ val signingPassword: String? = System.getenv("SIGNING_PASSWORD")
9
9
val gitCommit = System .getenv(" TRAVIS_COMMIT" ) ? : " "
10
10
11
11
tasks.wrapper {
12
- gradleVersion = " 6.6 "
12
+ gradleVersion = " 6.7.1 "
13
13
distributionType = Wrapper .DistributionType .ALL
14
14
}
15
15
@@ -56,7 +56,7 @@ subprojects {
56
56
dependencies {
57
57
api(" com.google.code.findbugs:jsr305:3.0.2" )
58
58
59
- testImplementation(" com.google.guava:guava:29 .0-jre" )
59
+ testImplementation(" com.google.guava:guava:30 .0-jre" )
60
60
testImplementation(" org.testng:testng:7.3.0" )
61
61
}
62
62
Original file line number Diff line number Diff line change 1
1
description = " Java Git-LFS common structures"
2
2
3
3
dependencies {
4
- api(" com.fasterxml.jackson.core:jackson-databind:2.10.1 " )
4
+ api(" com.fasterxml.jackson.core:jackson-databind:2.12.0 " )
5
5
}
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ dependencies {
5
5
api(" javax.servlet:javax.servlet-api:4.0.1" )
6
6
7
7
testImplementation(project(" :gitlfs-client" ))
8
- testImplementation(" org.eclipse.jetty:jetty-servlet:9.4.31.v20200723 " )
8
+ testImplementation(" org.eclipse.jetty:jetty-servlet:9.4.35.v20201120 " )
9
9
testRuntimeOnly(" org.slf4j:slf4j-simple:1.7.30" )
10
10
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\://services.gradle.org/distributions/gradle-6.6 -all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.7.1 -all.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
zipStorePath =wrapper/dists
You can’t perform that action at this time.
0 commit comments