File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ val signingPassword: String? = System.getenv("SIGNING_PASSWORD")
9
9
val gitCommit = System .getenv(" TRAVIS_COMMIT" ) ? : " "
10
10
11
11
tasks.wrapper {
12
- gradleVersion = " 6.7 .1"
12
+ gradleVersion = " 6.8 .1"
13
13
distributionType = Wrapper .DistributionType .ALL
14
14
}
15
15
16
16
plugins {
17
- id(" com.github.ben-manes.versions" ) version " 0.27 .0"
17
+ id(" com.github.ben-manes.versions" ) version " 0.36 .0"
18
18
id(" de.marcphilipp.nexus-publish" ) version " 0.4.0" apply false
19
- id(" io.codearte.nexus-staging" ) version " 0.21.2 "
19
+ id(" io.codearte.nexus-staging" ) version " 0.22.0 "
20
20
idea
21
21
}
22
22
@@ -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:30.0 -jre" )
59
+ testImplementation(" com.google.guava:guava:30.1 -jre" )
60
60
testImplementation(" org.testng:testng:7.3.0" )
61
61
}
62
62
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ description = "Java Git-LFS client library"
2
2
3
3
dependencies {
4
4
api(project(" :gitlfs-common" ))
5
- api(" org.apache.httpcomponents:httpclient:4.5.10 " )
5
+ api(" org.apache.httpcomponents:httpclient:4.5.13 " )
6
6
implementation(" org.slf4j:slf4j-api:1.7.30" )
7
7
8
- testImplementation(" org.yaml:snakeyaml:1.25 " )
8
+ testImplementation(" org.yaml:snakeyaml:1.27 " )
9
9
testRuntimeOnly(" org.slf4j:slf4j-simple:1.7.30" )
10
10
}
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.12.0 " )
4
+ api(" com.fasterxml.jackson.core:jackson-databind:2.12.1 " )
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.35.v20201120 " )
8
+ testImplementation(" org.eclipse.jetty:jetty-servlet:9.4.36.v20210114 " )
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.7 .1-all.zip
3
+ distributionUrl =https\://services.gradle.org/distributions/gradle-6.8 .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