Skip to content

Commit 4eb490a

Browse files
fix(deps): update all non-major dependencies
1 parent aef8cfd commit 4eb490a

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

build.gradle

+6-6
Original file line numberDiff line numberDiff line change
@@ -39,24 +39,24 @@ repositories {
3939
}
4040

4141
dependencies {
42-
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.16'
42+
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.5.17'
4343
implementation(group: 'net.dv8tion', name: 'JDA', version:'5.3.0'){
4444
exclude(module: 'opus-java')
4545
}
4646
implementation group: 'pw.chew', name: 'jda-chewtils-commons', version: '2.1'
4747
implementation group: 'pw.chew', name: 'jda-chewtils-command', version: '2.1'
48-
implementation group: 'org.spongepowered', name: 'configurate-gson', version: '4.1.2'
48+
implementation group: 'org.spongepowered', name: 'configurate-gson', version: '4.2.0'
4949

5050
implementation group: 'io.codemc.api', name: 'codemc-api', version: '1.2.2'
5151
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.10.1'
5252
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.8.0'
5353
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.2'
54-
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.59.0'
55-
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.59.0'
54+
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.60.0'
55+
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.60.0'
5656

57-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.11.4'
57+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.0'
5858
testImplementation group: 'dev.coly', name: 'JDATesting', version: '0.7.0'
59-
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.15.2'
59+
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.16.0'
6060
}
6161

6262
tasks {

gradle/wrapper/gradle-wrapper.jar

122 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

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

gradlew

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ fi
205205
DEFAULT_JVM_OPTS='"-Xmx64m" "-Xms64m"'
206206

207207
# Collect all arguments for the java command:
208-
# * DEFAULT_JVM_OPTS, JAVA_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
208+
# * DEFAULT_JVM_OPTS, JAVA_OPTS, and optsEnvironmentVar are not allowed to contain shell fragments,
209209
# and any embedded shellness will be escaped.
210210
# * For example: A user cannot expect ${Hostname} to be expanded, as it is an environment variable and will be
211211
# treated as '${Hostname}' itself on the command line.

0 commit comments

Comments
 (0)