Skip to content

Commit fb8fd72

Browse files
authored
chore: upgrade dependencies (#1344)
1 parent dea6bb1 commit fb8fd72

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ buildscript {
1919
mavenCentral()
2020
}
2121
dependencies {
22-
classpath 'org.owasp:dependency-check-gradle:5.3.0'
22+
classpath 'org.owasp:dependency-check-gradle:5.3.2.1'
2323
classpath 'com.github.jengelman.gradle.plugins:shadow:5.2.0'
2424
}
2525
}
@@ -33,7 +33,7 @@ configurations {
3333
}
3434

3535
dependencies {
36-
ecj 'org.eclipse.jdt:ecj:3.20.0'
36+
ecj 'org.eclipse.jdt:ecj:3.21.0'
3737
lombok 'org.projectlombok:lombok:1.18.12'
3838
}
3939

@@ -73,18 +73,18 @@ dependencies {
7373
force = true
7474
}
7575
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'
7777
compile 'cglib:cglib:3.3.0'
7878
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'
8080
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'
8282
compile 'org.aspectj:aspectjweaver:1.9.5'
8383
compile 'org.slf4j:slf4j-api:1.7.30'
8484

8585
testCompile 'junit:junit:4.13'
8686
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') {
8888
exclude group: 'org.seleniumhq.selenium'
8989
}
9090
}
@@ -100,7 +100,7 @@ dependencyCheck {
100100
}
101101

102102
jacoco {
103-
toolVersion = '0.8.3'
103+
toolVersion = '0.8.5'
104104
}
105105

106106
tasks.withType(JacocoReport) {
@@ -114,7 +114,7 @@ tasks.withType(JacocoReport) {
114114
jacocoTestReport.dependsOn test
115115

116116
checkstyle {
117-
toolVersion = '8.29'
117+
toolVersion = '8.32'
118118
configFile = file("$projectDir/google-style.xml")
119119
showViolations = true
120120
ignoreFailures = false

0 commit comments

Comments
 (0)