Skip to content

Commit eddf8d5

Browse files
committed
Merge branch 'develop' into 'main'
Develop See merge request Griefed/ServerPackCreator!645
2 parents 1c9e186 + 31b4ad5 commit eddf8d5

File tree

16 files changed

+1872
-463
lines changed

16 files changed

+1872
-463
lines changed

.github/workflows/github-prerelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
# EXTRACT TAG FROM PUSH
2626
- name: Get tag
2727
id: tag
28-
uses: tj-actions/branch-names@v8.0.1
28+
uses: tj-actions/branch-names@v8.1.0
2929
- name: Use tag
3030
run: echo ${{steps.tag.outputs.tag}}
3131

.github/workflows/github_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
# EXTRACT TAG FROM PUSH
2424
- name: Get tag
2525
id: tag
26-
uses: tj-actions/branch-names@v8.0.1
26+
uses: tj-actions/branch-names@v8.1.0
2727
- name: Use tag
2828
run: echo ${{steps.tag.outputs.tag}}
2929

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- name: Get branch name
1616
id: branch-name
17-
uses: tj-actions/branch-names@v8.0.1
17+
uses: tj-actions/branch-names@v8.1.0
1818

1919
- name: Set up JDK 21
2020
uses: actions/setup-java@v4

Dockerfile.help

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/linuxserver/nginx:1.26.2
1+
FROM ghcr.io/linuxserver/nginx:1.26.3
22

33
ARG VERSION=dev
44
ENV ARTIFACT=webHelpSPCH2-all.zip

serverpackcreator-api/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
api("de.jensklingenberg.ktorfit:ktorfit-lib:2.1.0")
1919
api("de.comahe.i18n4k:i18n4k-core:0.10.0")
2020
api("de.comahe.i18n4k:i18n4k-core-jvm:0.10.0")
21-
implementation("org.jetbrains.kotlin:kotlin-bom:2.1.10")
21+
implementation("org.jetbrains.kotlin:kotlin-bom:2.1.20")
2222
implementation("org.jetbrains.kotlin:kotlin-stdlib:2.1.0")
2323
implementation(files("${layout.buildDirectory.asFile.get()}/resources/main"))
2424
api("com.electronwill.night-config:toml:3.8.1")
@@ -28,12 +28,12 @@ dependencies {
2828
api("org.apache.logging.log4j:log4j-core:2.24.3")
2929
api("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.1")
3030
api("org.pf4j:pf4j:3.13.0")
31-
api("org.bouncycastle:bcpkix-jdk18on:1.79")
31+
api("org.bouncycastle:bcpkix-jdk18on:1.80")
3232

3333
api("com.github.MCRcortex:nekodetector:Version-1.1-pre")
3434
//api("dev.kosmx.needle:jneedle:1.0.1")
3535

36-
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.0")
36+
testImplementation("org.jetbrains.kotlin:kotlin-test:2.1.20")
3737
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.4")
3838
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
3939
}

serverpackcreator-api/src/main/i18n/Translations_pt_BR.properties

Lines changed: 431 additions & 431 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)