Skip to content

Commit

Permalink
GH-101 Update all dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent b81e143 commit 1ae5caa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ dependencies {
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")

// CDN
implementation("net.dzikoysk:cdn:1.14.4")
implementation("net.dzikoysk:cdn:1.14.5")

// expressible
implementation("org.panda-lang:expressible:1.3.6")
Expand Down Expand Up @@ -69,9 +69,9 @@ dependencies {
// panda-utilities
implementation("org.panda-lang:panda-utilities:0.5.2-alpha")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.2")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.3")
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.3")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.3")

testImplementation("org.testcontainers:junit-jupiter:1.19.8")
testImplementation("org.testcontainers:mysql:1.19.8")
Expand Down

0 comments on commit 1ae5caa

Please sign in to comment.