diff --git a/build.gradle b/build.gradle index 0e444ea..bbccf40 100644 --- a/build.gradle +++ b/build.gradle @@ -17,18 +17,18 @@ repositories { dependencies { implementation 'com.google.code.gson:gson:2.10.1' implementation group: 'at.favre.lib', name: 'bcrypt', version: '0.10.2' - implementation 'org.mariadb.jdbc:mariadb-java-client:3.1.4' - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' - testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.0' - implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.11.0' - implementation "org.jetbrains.kotlin:kotlin-reflect:1.9.0" - implementation "org.jetbrains.kotlinx:kotlinx-html-jvm:0.9.1" - implementation 'org.jetbrains.exposed:exposed-core:0.42.0' - implementation 'org.jetbrains.exposed:exposed-dao:0.42.0' - implementation 'org.jetbrains.exposed:exposed-jdbc:0.42.0' - implementation 'org.jetbrains.exposed:exposed-java-time:0.42.0' - implementation 'com.h2database:h2:2.2.220' - implementation 'org.overviewproject:mime-types:1.0.4' + implementation 'org.mariadb.jdbc:mariadb-java-client:3.4.0' + testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2' + testImplementation 'org.junit.jupiter:junit-jupiter-engine:5.10.2' + implementation group: 'com.squareup.okhttp3', name: 'okhttp', version: '4.12.0' + implementation "org.jetbrains.kotlin:kotlin-reflect:1.9.24" + implementation "org.jetbrains.kotlinx:kotlinx-html-jvm:0.11.0" + implementation 'org.jetbrains.exposed:exposed-core:0.50.0' + implementation 'org.jetbrains.exposed:exposed-dao:0.50.0' + implementation 'org.jetbrains.exposed:exposed-jdbc:0.50.0' + implementation 'org.jetbrains.exposed:exposed-java-time:0.50.0' + implementation 'com.h2database:h2:2.2.224' + implementation 'org.overviewproject:mime-types:2.0.0' } compileKotlin {