Skip to content

Commit 5de9887

Browse files
fix(deps): update all non-major dependencies
1 parent 0f0685d commit 5de9887

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.61.0'
5555
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.61.0'
5656

57-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.2'
57+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.13.3'
5858
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher'
5959
testImplementation group: 'dev.coly', name: 'JDATesting', version: '0.7.0'
6060
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.18.0'

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.2-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)