We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79aab71 commit b0c88cdCopy full SHA for b0c88cd
build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
implementation 'cglib:cglib-nodep:3.3.0'
31
implementation "com.codeborne:selenide:$selenideVersion"
32
implementation 'com.testingbot:testingbotrest:1.0.10'
33
- implementation 'org.apache.commons:commons-lang3:3.19.0'
+ implementation 'org.apache.commons:commons-lang3:3.20.0'
34
testCompileOnly "org.projectlombok:lombok:$lombokVersion"
35
testAnnotationProcessor "org.projectlombok:lombok:$lombokVersion"
36
testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1'
0 commit comments