From 50ac6ae06aecc4b3b0bc4fcc8fe71fe5bcca72dc Mon Sep 17 00:00:00 2001 From: EncryptSL Date: Mon, 13 May 2024 04:57:49 +0200 Subject: [PATCH] Updated libraries... --- build.gradle.kts | 10 +++++----- src/main/resources/paper-libraries.yml | 6 +++--- src/main/resources/plugin.yml | 6 +++--- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4143fde..e5dfcb6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -36,9 +36,9 @@ dependencies { } compileOnly("com.zaxxer:HikariCP:5.1.0") compileOnly("me.clip:placeholderapi:2.11.5") - compileOnly("org.jetbrains.exposed:exposed-core:0.49.0") - compileOnly("org.jetbrains.exposed:exposed-jdbc:0.49.0") - compileOnly("org.jetbrains.exposed:exposed-kotlin-datetime:0.49.0") + compileOnly("org.jetbrains.exposed:exposed-core:0.50.1") + compileOnly("org.jetbrains.exposed:exposed-jdbc:0.50.1") + compileOnly("org.jetbrains.exposed:exposed-kotlin-datetime:0.50.1") compileOnly("com.squareup.okhttp3:okhttp:4.12.0") compileOnly("me.hsgamer:bettereconomy:3.0") @@ -58,8 +58,8 @@ dependencies { testImplementation(kotlin("test", "1.9.23")) testImplementation("com.zaxxer:HikariCP:5.1.0") testImplementation("org.xerial:sqlite-jdbc:3.42.0.0") - testImplementation("org.jetbrains.exposed:exposed-core:0.48.0") - testImplementation("org.jetbrains.exposed:exposed-jdbc:0.48.0") + testImplementation("org.jetbrains.exposed:exposed-core:0.50.1") + testImplementation("org.jetbrains.exposed:exposed-jdbc:0.50.1") } sourceSets { diff --git a/src/main/resources/paper-libraries.yml b/src/main/resources/paper-libraries.yml index d859b82..be9ea45 100644 --- a/src/main/resources/paper-libraries.yml +++ b/src/main/resources/paper-libraries.yml @@ -1,7 +1,7 @@ libraries: - com.zaxxer:HikariCP:5.1.0 - org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23 - - org.jetbrains.exposed:exposed-core:0.49.0 - - org.jetbrains.exposed:exposed-jdbc:0.49.0 - - org.jetbrains.exposed:exposed-kotlin-datetime:0.49.0 + - org.jetbrains.exposed:exposed-core:0.50.1 + - org.jetbrains.exposed:exposed-jdbc:0.50.1 + - org.jetbrains.exposed:exposed-kotlin-datetime:0.50.1 - com.squareup.okhttp3:okhttp:4.12.0 \ No newline at end of file diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index bbdd20a..2d4b0ff 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -15,9 +15,9 @@ softdepend: [PlaceholderAPI, Vault, Treasury, MiniPlaceholders] libraries: - com.zaxxer:HikariCP:5.1.0 - org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23 - - org.jetbrains.exposed:exposed-core:0.49.0 - - org.jetbrains.exposed:exposed-jdbc:0.49.0 - - org.jetbrains.exposed:exposed-kotlin-datetime:0.49.0 + - org.jetbrains.exposed:exposed-core:0.50.1 + - org.jetbrains.exposed:exposed-jdbc:0.50.1 + - org.jetbrains.exposed:exposed-kotlin-datetime:0.50.1 - com.squareup.okhttp3:okhttp:4.12.0 description: ${description}