From 6607ac5a6ee8e2e8611a5e0120945675cb9e40d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 20:20:19 +0000 Subject: [PATCH 1/5] deps: bump de.exlll:configlib-core from 4.6.1 to 4.6.3 (#602) Bumps [de.exlll:configlib-core](https://github.com/Exlll/ConfigLib) from 4.6.1 to 4.6.3. - [Release notes](https://github.com/Exlll/ConfigLib/releases) - [Commits](https://github.com/Exlll/ConfigLib/compare/v4.6.1...v4.6.3) --- updated-dependencies: - dependency-name: de.exlll:configlib-core dependency-version: 4.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- fabric/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabric/build.gradle b/fabric/build.gradle index 525810a0..ca000116 100644 --- a/fabric/build.gradle +++ b/fabric/build.gradle @@ -19,7 +19,7 @@ dependencies { modImplementation "net.fabricmc.fabric-api:fabric-api:${fabric_api_version}" // Manually include config deps due to the way including api deps works - implementation include("de.exlll:configlib-core:4.6.1") + implementation include("de.exlll:configlib-core:4.6.3") implementation include("org.snakeyaml:snakeyaml-engine:2.10") implementation include('org.apache.commons:commons-pool2:2.12.1') From 315cd4ba6b73ff325327a09cddcc0d700e295b0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 20:20:24 +0000 Subject: [PATCH 2/5] ci: bump mikepenz/action-junit-report from 5 to 6 (#603) Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5 to 6. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/v5...v6) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yml | 2 +- .github/workflows/pr_tests.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a7bb7812..43bed2e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: SNAPSHOTS_MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} SNAPSHOTS_MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} - name: 'Publish Test Report 📊' - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 if: success() || failure() # Continue on failure with: report_paths: '**/build/test-results/test/TEST-*.xml' diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 24d34b79..2eb519fe 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -24,7 +24,7 @@ jobs: with: arguments: test - name: 'Publish Test Report 📊' - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 if: success() || failure() # Continue on failure with: report_paths: '**/build/test-results/test/TEST-*.xml' \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e2f33e9d..3dcfc98b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: RELEASES_MAVEN_USERNAME: ${{ secrets.MAVEN_USERNAME }} RELEASES_MAVEN_PASSWORD: ${{ secrets.MAVEN_PASSWORD }} - name: 'Publish Test Report 📊' - uses: mikepenz/action-junit-report@v5 + uses: mikepenz/action-junit-report@v6 if: success() || failure() # Continue on failure with: report_paths: '**/build/test-results/test/TEST-*.xml' From c8a43762087cce45dd00d244d004e518aed7c003 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 20:20:33 +0000 Subject: [PATCH 3/5] deps: bump com.google.code.gson:gson from 2.13.1 to 2.13.2 (#599) Bumps [com.google.code.gson:gson](https://github.com/google/gson) from 2.13.1 to 2.13.2. - [Release notes](https://github.com/google/gson/releases) - [Changelog](https://github.com/google/gson/blob/main/CHANGELOG.md) - [Commits](https://github.com/google/gson/compare/gson-parent-2.13.1...gson-parent-2.13.2) --- updated-dependencies: - dependency-name: com.google.code.gson:gson dependency-version: 2.13.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/build.gradle b/common/build.gradle index 7491a6b1..27aba891 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -8,7 +8,7 @@ dependencies { api 'net.william278:minedown:1.8.2' api 'net.william278:mapdataapi:2.0' api 'org.json:json:20250517' - api 'com.google.code.gson:gson:2.13.1' + api 'com.google.code.gson:gson:2.13.2' api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2' api 'de.exlll:configlib-yaml:4.6.1' api 'net.william278:paginedown:1.1.2' From a7aea51a45b1bfb39d57fc093c8362eb6246e6b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 20:20:41 +0000 Subject: [PATCH 4/5] deps: bump de.exlll:configlib-yaml from 4.6.1 to 4.6.3 (#598) Bumps [de.exlll:configlib-yaml](https://github.com/Exlll/ConfigLib) from 4.6.1 to 4.6.3. - [Release notes](https://github.com/Exlll/ConfigLib/releases) - [Commits](https://github.com/Exlll/ConfigLib/compare/v4.6.1...v4.6.3) --- updated-dependencies: - dependency-name: de.exlll:configlib-yaml dependency-version: 4.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- bukkit/build.gradle | 2 +- common/build.gradle | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bukkit/build.gradle b/bukkit/build.gradle index eef61dae..e2eee0a4 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -27,7 +27,7 @@ dependencies { compileOnly 'commons-io:commons-io:2.20.0' compileOnly 'org.json:json:20250517' compileOnly 'net.william278:minedown:1.8.2' - compileOnly 'de.exlll:configlib-yaml:4.6.1' + compileOnly 'de.exlll:configlib-yaml:4.6.3' compileOnly 'com.zaxxer:HikariCP:7.0.2' compileOnly 'net.william278:DesertWell:2.0.4' compileOnly 'net.william278:AdvancementAPI:97a9583413' diff --git a/common/build.gradle b/common/build.gradle index 27aba891..8bb4c227 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -10,7 +10,7 @@ dependencies { api 'org.json:json:20250517' api 'com.google.code.gson:gson:2.13.2' api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.2' - api 'de.exlll:configlib-yaml:4.6.1' + api 'de.exlll:configlib-yaml:4.6.3' api 'net.william278:paginedown:1.1.2' api 'net.william278:DesertWell:2.0.4' api('com.zaxxer:HikariCP:7.0.2') { @@ -39,7 +39,7 @@ dependencies { testImplementation "org.xerial.snappy:snappy-java:$snappy_version" testImplementation 'com.google.guava:guava:33.4.8-jre' testImplementation 'com.github.plan-player-analytics:Plan:5.6.2965' - testCompileOnly 'de.exlll:configlib-yaml:4.6.1' + testCompileOnly 'de.exlll:configlib-yaml:4.6.3' testCompileOnly 'org.jetbrains:annotations:26.0.2' annotationProcessor 'org.projectlombok:lombok:1.18.38' From abdebd960b985a287964f5d7a400bfc8d454b334 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 20:20:52 +0000 Subject: [PATCH 5/5] ci: bump actions/checkout from 4 to 5 (#572) Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: William --- .github/workflows/ci.yml | 2 +- .github/workflows/pr_tests.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/update_docs.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 43bed2e9..3662e00a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout for CI 🛎️' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 'Set up JDK 21 📦' uses: actions/setup-java@v5 with: diff --git a/.github/workflows/pr_tests.yml b/.github/workflows/pr_tests.yml index 2eb519fe..8d587e4c 100644 --- a/.github/workflows/pr_tests.yml +++ b/.github/workflows/pr_tests.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout for CI 🛎' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 'Set up JDK 21 📦' uses: actions/setup-java@v5 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3dcfc98b..acd401d7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout for CI 🛎️' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 'Set up JDK 21 📦' uses: actions/setup-java@v5 with: diff --git a/.github/workflows/update_docs.yml b/.github/workflows/update_docs.yml index 463da075..2de0048f 100644 --- a/.github/workflows/update_docs.yml +++ b/.github/workflows/update_docs.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout for CI 🛎️' - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: 'Push Docs to Github Wiki 📄️' uses: Andrew-Chen-Wang/github-wiki-action@v5 with: