Skip to content

Commit

Permalink
GH-106 Update all dependencies (#106)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 12, 2024
1 parent ec11a18 commit 9f54529
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
- name: Cache Gradle
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
path: ~/.gradle/caches
key: >-
Expand All @@ -32,11 +32,11 @@ jobs:
- name: Make gradlew executable
run: chmod +x gradlew
- name: Build with Gradle
uses: gradle/gradle-build-action@9bca466e2722baf9e77b4f929bbe0af18848791f
uses: gradle/gradle-build-action@11693a116929fecdfa454db8361883532c7723d2
with:
arguments: shadowAll
- name: Upload a ChatFormatter Artifact
uses: actions/upload-artifact@v3.1.3
uses: actions/upload-artifact@v4.0.0
with:
name: 'Successfully build ChatFormatter'
path: build/libs/ChatFormatter v*.jar
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.20")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.9.22")
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 @@ -10,8 +10,8 @@ dependencies {
testImplementation("org.spigotmc:spigot-api:$spigotApiVersion")

// Kyori Adventure & MiniMessage
val adventureVersion = "4.3.1"
val miniMessageVersion = "4.14.0"
val adventureVersion = "4.3.2"
val miniMessageVersion = "4.15.0"
implementation("net.kyori:adventure-platform-bukkit:$adventureVersion")
implementation("net.kyori:adventure-text-minimessage:$miniMessageVersion")
testImplementation("net.kyori:adventure-platform-bukkit:$adventureVersion")
Expand Down
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.5-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down

0 comments on commit 9f54529

Please sign in to comment.