Skip to content

Commit

Permalink
Updated mysql connector
Browse files Browse the repository at this point in the history
  • Loading branch information
WillFP committed Aug 26, 2024
1 parent 1d9fc34 commit c95c1f0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions eco-core/core-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import org.gradle.internal.impldep.org.junit.experimental.categories.Categories.CategoryFilter.exclude

group = "com.willfp"
version = rootProject.version

Expand All @@ -9,7 +7,7 @@ dependencies {

// Libraries
implementation("com.github.WillFP:Crunch:1.1.3")
implementation("mysql:mysql-connector-java:8.0.28")
implementation("com.mysql:mysql-connector-j:8.4.0")
implementation("org.jetbrains.exposed:exposed-core:0.53.0")
implementation("org.jetbrains.exposed:exposed-jdbc:0.53.0")
implementation("com.zaxxer:HikariCP:5.1.0")
Expand Down

0 comments on commit c95c1f0

Please sign in to comment.