File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2222 java-version : ' 17'
2323 distribution : ' temurin'
2424 - name : Cache Gradle
25- uses : actions/cache@v4.2.2
25+ uses : actions/cache@v4.2.3
2626 with :
2727 path : ~/.gradle/caches
2828 key : >-
3636 with :
3737 arguments : shadowAll
3838 - name : Upload a ChatFormatter Artifact
39- uses : actions/upload-artifact@v4.6.1
39+ uses : actions/upload-artifact@v4.6.2
4040 with :
4141 name : ' Successfully build ChatFormatter'
4242 path : build/libs/ChatFormatter v*.jar
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
88}
99
1010dependencies {
11- implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.10 " )
11+ implementation(" org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.1.20 " )
1212 implementation(" com.github.johnrengelman:shadow:8.1.1" )
1313 implementation(" net.minecrell:plugin-yml:0.6.0" )
1414}
Original file line number Diff line number Diff 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
@@ -33,9 +33,9 @@ dependencies {
3333 implementation(" com.eternalcode:gitcheck:1.0.0" )
3434
3535 // JUnit 5
36- testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.0 " )
37- testImplementation(" org.junit.jupiter:junit-jupiter-params:5.12.0 " )
38- testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.0 " )
36+ testImplementation(" org.junit.jupiter:junit-jupiter-api:5.12.2 " )
37+ testImplementation(" org.junit.jupiter:junit-jupiter-params:5.12.2 " )
38+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine:5.12.2 " )
3939 testImplementation(" org.mockito:mockito-core:5.16.0" )
4040 testImplementation(" org.mockito:mockito-junit-jupiter:5.16.0" )
4141 testImplementation(" me.clip:placeholderapi:2.11.6" )
You can’t perform that action at this time.
0 commit comments