Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 6, 2023
1 parent bd9928a commit ae410df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/eternalcode-java-test.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.1")
testImplementation("org.mockito:mockito-core:5.7.0")
testImplementation("org.mockito:mockito-core:5.8.0")
testImplementation("net.kyori:adventure-platform-bukkit:4.3.1")
testImplementation("net.kyori:adventure-platform-facet:4.3.1")
testImplementation("net.kyori:adventure-text-minimessage:4.14.0")
Expand Down
4 changes: 2 additions & 2 deletions eternalcore-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {

// Minecraft & Bridges API
compileOnlyApi("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
compileOnly("me.clip:placeholderapi:2.11.3")
compileOnly("me.clip:placeholderapi:2.11.5")

// Lombok
compileOnly("org.projectlombok:lombok:1.18.30")
Expand Down Expand Up @@ -45,7 +45,7 @@ eternalShadow {

// database
library("org.mariadb.jdbc:mariadb-java-client:3.3.1")
library("org.postgresql:postgresql:42.7.0")
library("org.postgresql:postgresql:42.7.1")
library("com.h2database:h2:2.1.214")
library("com.j256.ormlite:ormlite-jdbc:6.1")
library("com.zaxxer:HikariCP:5.1.0")
Expand Down

0 comments on commit ae410df

Please sign in to comment.