Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GH-114 Update all dependencies #114

Merged
merged 1 commit into from
Mar 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
java-version: '17'
distribution: 'temurin'
- name: Cache Gradle
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
path: ~/.gradle/caches
key: >-
Expand All @@ -32,7 +32,7 @@ jobs:
- name: Make gradlew executable
run: chmod +x gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@0706ab3a3c20483a3f37c3d9de1b0d95297e3743
uses: gradle/gradle-build-action@585b565652cefbba63202a7f927df0ff99f34001
with:
arguments: shadowAll
- name: Upload a ChatFormatter Artifact
Expand Down
2 changes: 1 addition & 1 deletion 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.15.0"
val miniMessageVersion = "4.16.0"
implementation("net.kyori:adventure-platform-bukkit:$adventureVersion")
implementation("net.kyori:adventure-text-minimessage:$miniMessageVersion")
testImplementation("net.kyori:adventure-platform-bukkit:$adventureVersion")
Expand Down