Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cg0 committed May 19, 2024
1 parent 36eb6e0 commit b387886
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit b387886

Please sign in to comment.