Skip to content

Commit 82f4b0f

Browse files
committed
updated gradlew version and fixed gradle build issue
1 parent c3cf047 commit 82f4b0f

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

build.gradle

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,11 @@ repositories {
3535
mavenCentral()
3636
}
3737

38+
39+
3840
dependencies {
3941
// DigitalSanctuary Spring User Framework
40-
implementation 'com.digitalsanctuary:ds-spring-user-framework:3.3.1-SNAPSHOT'
42+
implementation 'com.digitalsanctuary:ds-spring-user-framework:3.4.0-SNAPSHOT'
4143

4244
// Spring Boot starters
4345
implementation 'org.springframework.boot:spring-boot-starter-actuator'
@@ -58,7 +60,7 @@ dependencies {
5860

5961
// Runtime dependencies
6062
runtimeOnly 'org.springframework.boot:spring-boot-devtools'
61-
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client:3.5.4'
63+
runtimeOnly 'org.mariadb.jdbc:mariadb-java-client:3.5.5'
6264
runtimeOnly 'org.postgresql:postgresql'
6365

6466
// Utility libraries
@@ -78,14 +80,14 @@ dependencies {
7880
testImplementation 'org.springframework.boot:spring-boot-starter-test'
7981
testImplementation 'org.springframework.security:spring-security-test'
8082
testImplementation 'com.h2database:h2:2.3.232'
81-
testImplementation group: 'com.codeborne', name: 'selenide', version: '7.9.4'
82-
testImplementation group: 'io.github.bonigarcia', name: 'webdrivermanager', version: '6.1.1'
83+
testImplementation 'com.codeborne:selenide:7.10.0'
84+
testImplementation 'io.github.bonigarcia:webdrivermanager:6.3.1'
8385

8486
// OAuth2 Testing dependencies
8587
testImplementation 'com.github.tomakehurst:wiremock-jre8-standalone:3.0.1'
86-
testImplementation 'io.jsonwebtoken:jjwt-api:0.12.3'
87-
testRuntimeOnly 'io.jsonwebtoken:jjwt-impl:0.12.3'
88-
testRuntimeOnly 'io.jsonwebtoken:jjwt-jackson:0.12.3'
88+
testImplementation 'io.jsonwebtoken:jjwt-api:0.13.0'
89+
testRuntimeOnly 'io.jsonwebtoken:jjwt-impl:0.13.0'
90+
testRuntimeOnly 'io.jsonwebtoken:jjwt-jackson:0.13.0'
8991
}
9092

9193
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.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.0.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)