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 Feb 29, 2024
1 parent ddc3af9 commit 3753662
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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

0 comments on commit 3753662

Please sign in to comment.