Skip to content

Commit 2405c83

Browse files
committed
upgrade dependencies
1 parent 13bdf07 commit 2405c83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ repositories {
1717
ext {
1818
publishedArtifactId = project.name
1919

20-
httpclient_version = "4.5.12"
20+
httpclient_version = "4.5.13"
2121
slf4j_version = "1.7.30"
2222
junit_version = "4.12"
23-
jackson_version = "2.9.10"
23+
jackson_version = "2.12.5"
2424
}
2525

2626
jar {

0 commit comments

Comments
 (0)