Skip to content

Commit bc9841f

Browse files
committed
fix: update MariaDB and Selenide dependency versions in build.gradle; update Gradle wrapper version in gradle-wrapper.properties
1 parent ff87dea commit bc9841f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

8585
test {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=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
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)