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 May 21, 2024
1 parent 4921987 commit 30f8f02
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ jobs:
- name: Make gradlew executable
run: chmod +x gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@fe59895742b4f984530980e4f693943577526b61
uses: gradle/gradle-build-action@4c39dd82cd5e1ec7c6fa0173bb41b4b6bb3b86ff
with:
arguments: shadowAll
- name: Upload a ChatFormatter Artifact
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
name: 'Successfully build ChatFormatter'
path: build/libs/ChatFormatter v*.jar
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.util.jar.JarOutputStream
plugins{
id("eternalcode.java")
id("com.github.johnrengelman.shadow")
id("xyz.jpenilla.run-paper") version "2.2.3"
id("xyz.jpenilla.run-paper") version "2.3.0"
}

tasks.create("shadowAll") {
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repositories {
}

dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.23")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0")
implementation("com.github.johnrengelman:shadow:8.1.1")
implementation("net.minecrell:plugin-yml:0.6.0")
}
4 changes: 2 additions & 2 deletions chatformatter-core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {

// Kyori Adventure & MiniMessage
val adventureVersion = "4.3.2"
val miniMessageVersion = "4.16.0"
val miniMessageVersion = "4.17.0"
implementation("net.kyori:adventure-platform-bukkit:$adventureVersion")
implementation("net.kyori:adventure-text-minimessage:$miniMessageVersion")
testImplementation("net.kyori:adventure-platform-bukkit:$adventureVersion")
Expand All @@ -26,7 +26,7 @@ dependencies {
implementation("org.bstats:bstats-bukkit:3.0.2")

// PlaceholderAPI & Vault
compileOnly("me.clip:placeholderapi:2.11.5")
compileOnly("me.clip:placeholderapi:2.11.6")
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")

// GitCheck
Expand Down

0 comments on commit 30f8f02

Please sign in to comment.