Skip to content

Commit e8ed4a0

Browse files
GH-84 Update all dependencies (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 29d69c1 commit e8ed4a0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
fail-fast: false
1313
steps:
1414
- name: Checkout
15-
uses: actions/[email protected].2
15+
uses: actions/[email protected].3
1616
- name: 'Set up JDK ${{ matrix.java }}'
1717
uses: actions/[email protected]
1818
with:

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
33
plugins {
44
`java-library`
55
id("com.github.johnrengelman.shadow") version "8.1.1"
6-
id("net.minecrell.plugin-yml.bukkit") version "0.5.3"
6+
id("net.minecrell.plugin-yml.bukkit") version "0.6.0"
77
id("xyz.jpenilla.run-paper") version "2.1.0"
88
}
99

@@ -58,7 +58,7 @@ project(":chat-formatter") {
5858

5959
// Kyori Adventure & MiniMessage
6060
implementation("net.kyori:adventure-platform-bukkit:4.3.0")
61-
implementation("net.kyori:adventure-text-minimessage:4.13.1")
61+
implementation("net.kyori:adventure-text-minimessage:4.14.0")
6262

6363
// LiteCommands & CDN
6464
implementation("dev.rollczi.litecommands:bukkit:2.8.8")
@@ -165,7 +165,7 @@ project(":chat-formatter-test") {
165165
testImplementation(project(":chat-formatter"))
166166

167167
testImplementation("net.kyori:adventure-platform-bukkit:4.3.0")
168-
testImplementation("net.kyori:adventure-text-minimessage:4.13.1")
168+
testImplementation("net.kyori:adventure-text-minimessage:4.14.0")
169169
testImplementation("net.dzikoysk:cdn:1.14.4")
170170
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.3")
171171
testImplementation("org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT")

0 commit comments

Comments
 (0)