File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ dependencies {
5858
5959 // Runtime dependencies
6060 runtimeOnly ' org.springframework.boot:spring-boot-devtools'
61- runtimeOnly ' org.mariadb.jdbc:mariadb-java-client:3.5.3 '
61+ runtimeOnly ' org.mariadb.jdbc:mariadb-java-client:3.5.4 '
6262 runtimeOnly ' org.postgresql:postgresql'
6363
6464 // Utility libraries
@@ -78,8 +78,8 @@ dependencies {
7878 testImplementation ' org.springframework.boot:spring-boot-starter-test'
7979 testImplementation ' org.springframework.security:spring-security-test'
8080 testImplementation ' com.h2database:h2:2.3.232'
81- testImplementation group : ' com.codeborne' , name : ' selenide' , version : ' 7.9.3 '
82- testImplementation group : ' io.github.bonigarcia' , name : ' webdrivermanager' , version : ' 6.1.0 '
81+ testImplementation group : ' com.codeborne' , name : ' selenide' , version : ' 7.9.4 '
82+ testImplementation group : ' io.github.bonigarcia' , name : ' webdrivermanager' , version : ' 6.1.1 '
8383}
8484
8585test {
Original file line number Diff line number Diff line change 11distributionBase =GRADLE_USER_HOME
22distributionPath =wrapper/dists
3- distributionUrl =https\://services.gradle.org/distributions/gradle-8.14-bin.zip
3+ distributionUrl =https\://services.gradle.org/distributions/gradle-8.14.3 -bin.zip
44networkTimeout =10000
55validateDistributionUrl =true
66zipStoreBase =GRADLE_USER_HOME
You can’t perform that action at this time.
0 commit comments