Skip to content

Commit e37af0e

Browse files
dependency: Update patch (#147)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b77fb65 commit e37af0e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
java-version: '17'
2323
distribution: 'temurin'
2424
- name: Cache Gradle
25-
uses: actions/[email protected].2
25+
uses: actions/[email protected].3
2626
with:
2727
path: ~/.gradle/caches
2828
key: >-
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
arguments: shadowAll
3838
- name: Upload a ChatFormatter Artifact
39-
uses: actions/[email protected].1
39+
uses: actions/[email protected].2
4040
with:
4141
name: 'Successfully build ChatFormatter'
4242
path: build/libs/ChatFormatter v*.jar

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repositories {
88
}
99

1010
dependencies {
11-
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10")
11+
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.21")
1212
implementation("com.github.johnrengelman:shadow:8.1.1")
1313
implementation("net.minecrell:plugin-yml:0.6.0")
1414
}

chatformatter-core/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
testImplementation("net.kyori:adventure-text-minimessage:$miniMessageVersion")
1919

2020
// CDN Configs
21-
val cdnVersion = "1.14.6"
21+
val cdnVersion = "1.14.8"
2222
implementation("net.dzikoysk:cdn:$cdnVersion")
2323
testImplementation("net.dzikoysk:cdn:$cdnVersion")
2424

0 commit comments

Comments
 (0)