Skip to content

Commit c9f8d62

Browse files
GH-77 Update all dependencies (#77)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 10d04e1 commit c9f8d62

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/gradle.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
fail-fast: false
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3.3.0
15+
uses: actions/checkout@v3.5.0
1616
- name: 'Set up JDK ${{ matrix.java }}'
17-
uses: actions/setup-java@v3.10.0
17+
uses: actions/setup-java@v3.11.0
1818
with:
1919
distribution: adopt
2020
java-version: '${{ matrix.java }}'
2121
- name: Cache Gradle
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
path: ~/.gradle
2525
key: >-

build.gradle.kts

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import com.github.jengelman.gradle.plugins.shadow.tasks.ShadowJar
22

33
plugins {
44
`java-library`
5-
id("com.github.johnrengelman.shadow") version "8.1.0"
5+
id("com.github.johnrengelman.shadow") version "8.1.1"
66
id("net.minecrell.plugin-yml.bukkit") version "0.5.3"
77
id("xyz.jpenilla.run-paper") version "2.0.1"
88
}
@@ -57,18 +57,18 @@ project(":chat-formatter") {
5757
compileOnly("org.spigotmc:spigot-api:1.19.3-R0.1-SNAPSHOT")
5858

5959
// Kyori Adventure & MiniMessage
60-
implementation("net.kyori:adventure-platform-bukkit:4.2.0")
61-
implementation("net.kyori:adventure-text-minimessage:4.12.0")
60+
implementation("net.kyori:adventure-platform-bukkit:4.3.0")
61+
implementation("net.kyori:adventure-text-minimessage:4.13.0")
6262

6363
// LiteCommands & CDN
6464
implementation("dev.rollczi.litecommands:bukkit:2.8.6")
6565
implementation("net.dzikoysk:cdn:1.14.4")
6666

6767
// bStats
68-
implementation("org.bstats:bstats-bukkit:3.0.1")
68+
implementation("org.bstats:bstats-bukkit:3.0.2")
6969

7070
// PlaceholderAPI & Vault
71-
compileOnly("me.clip:placeholderapi:2.11.2")
71+
compileOnly("me.clip:placeholderapi:2.11.3")
7272
compileOnly("com.github.MilkBowl:VaultAPI:1.7.1")
7373

7474
// GitCheck
@@ -164,8 +164,8 @@ project(":chat-formatter-test") {
164164
dependencies {
165165
testImplementation(project(":chat-formatter"))
166166

167-
testImplementation("net.kyori:adventure-platform-bukkit:4.2.0")
168-
testImplementation("net.kyori:adventure-text-minimessage:4.12.0")
167+
testImplementation("net.kyori:adventure-platform-bukkit:4.3.0")
168+
testImplementation("net.kyori:adventure-text-minimessage:4.13.0")
169169
testImplementation("net.dzikoysk:cdn:1.14.4")
170170
testImplementation("org.junit.jupiter:junit-jupiter-api:5.9.2")
171171
testImplementation("org.spigotmc:spigot-api:1.18.2-R0.1-SNAPSHOT")

0 commit comments

Comments
 (0)