@@ -19,7 +19,7 @@ buildscript {
19
19
mavenCentral()
20
20
}
21
21
dependencies {
22
- classpath ' org.owasp:dependency-check-gradle:5.3.0 '
22
+ classpath ' org.owasp:dependency-check-gradle:5.3.2.1 '
23
23
classpath ' com.github.jengelman.gradle.plugins:shadow:5.2.0'
24
24
}
25
25
}
@@ -33,7 +33,7 @@ configurations {
33
33
}
34
34
35
35
dependencies {
36
- ecj ' org.eclipse.jdt:ecj:3.20 .0'
36
+ ecj ' org.eclipse.jdt:ecj:3.21 .0'
37
37
lombok ' org.projectlombok:lombok:1.18.12'
38
38
}
39
39
@@ -73,18 +73,18 @@ dependencies {
73
73
force = true
74
74
}
75
75
compile ' com.google.code.gson:gson:2.8.6'
76
- compile ' org.apache.httpcomponents:httpclient:4.5.11 '
76
+ compile ' org.apache.httpcomponents:httpclient:4.5.12 '
77
77
compile ' cglib:cglib:3.3.0'
78
78
compile ' commons-validator:commons-validator:1.6'
79
- compile ' org.apache.commons:commons-lang3:3.9 '
79
+ compile ' org.apache.commons:commons-lang3:3.10 '
80
80
compile ' commons-io:commons-io:2.6'
81
- compile ' org.springframework:spring-context:5.2.3 .RELEASE'
81
+ compile ' org.springframework:spring-context:5.2.6 .RELEASE'
82
82
compile ' org.aspectj:aspectjweaver:1.9.5'
83
83
compile ' org.slf4j:slf4j-api:1.7.30'
84
84
85
85
testCompile ' junit:junit:4.13'
86
86
testCompile ' org.hamcrest:hamcrest:2.2'
87
- testCompile (group : ' io.github.bonigarcia' , name : ' webdrivermanager' , version : ' 3.8.1 ' ) {
87
+ testCompile (group : ' io.github.bonigarcia' , name : ' webdrivermanager' , version : ' 4.0.0 ' ) {
88
88
exclude group : ' org.seleniumhq.selenium'
89
89
}
90
90
}
@@ -100,7 +100,7 @@ dependencyCheck {
100
100
}
101
101
102
102
jacoco {
103
- toolVersion = ' 0.8.3 '
103
+ toolVersion = ' 0.8.5 '
104
104
}
105
105
106
106
tasks. withType(JacocoReport ) {
@@ -114,7 +114,7 @@ tasks.withType(JacocoReport) {
114
114
jacocoTestReport. dependsOn test
115
115
116
116
checkstyle {
117
- toolVersion = ' 8.29 '
117
+ toolVersion = ' 8.32 '
118
118
configFile = file(" $projectDir /google-style.xml" )
119
119
showViolations = true
120
120
ignoreFailures = false
0 commit comments