From 019076adf49a750ddb30bd89841126f24155aa54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 06:44:31 +0000 Subject: [PATCH] deps: bump the gradle group across 1 directory with 6 updates Bumps the gradle group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [net.minestom:minestom](https://github.com/minestom/minestom) | `2026.07.01-26.1.2` | `2026.07.22-26.2` | | [com.github.spotbugs:spotbugs-annotations](https://github.com/spotbugs/spotbugs) | `4.10.2` | `4.10.3` | | [club.tesseract.minestom:minestom-utils](https://github.com/TropicalShadow/minestom-utils) | `0.2.4` | `0.2.5` | | [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.37` | `1.5.38` | | [org.junit:junit-bom](https://github.com/junit-team/junit-framework) | `6.1.1` | `6.1.2` | | com.github.spotbugs | `6.5.8` | `6.5.9` | Updates `net.minestom:minestom` from 2026.07.01-26.1.2 to 2026.07.22-26.2 - [Release notes](https://github.com/minestom/minestom/releases) - [Commits](https://github.com/minestom/minestom/compare/2026.07.01-26.1.2...2026.07.22-26.2) Updates `com.github.spotbugs:spotbugs-annotations` from 4.10.2 to 4.10.3 - [Release notes](https://github.com/spotbugs/spotbugs/releases) - [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md) - [Commits](https://github.com/spotbugs/spotbugs/compare/4.10.2...4.10.3) Updates `club.tesseract.minestom:minestom-utils` from 0.2.4 to 0.2.5 - [Commits](https://github.com/TropicalShadow/minestom-utils/compare/0.2.4...0.2.5) Updates `ch.qos.logback:logback-classic` from 1.5.37 to 1.5.38 - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.37...v_1.5.38) Updates `org.junit:junit-bom` from 6.1.1 to 6.1.2 - [Release notes](https://github.com/junit-team/junit-framework/releases) - [Commits](https://github.com/junit-team/junit-framework/compare/r6.1.1...r6.1.2) Updates `com.github.spotbugs` from 6.5.8 to 6.5.9 --- updated-dependencies: - dependency-name: net.minestom:minestom dependency-version: 2026.07.22-26.2 dependency-type: direct:production dependency-group: gradle - dependency-name: com.github.spotbugs:spotbugs-annotations dependency-version: 4.10.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: club.tesseract.minestom:minestom-utils dependency-version: 0.2.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: ch.qos.logback:logback-classic dependency-version: 1.5.38 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: org.junit:junit-bom dependency-version: 6.1.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle - dependency-name: com.github.spotbugs dependency-version: 6.5.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gradle ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 21835e2..22d25bb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,16 +1,16 @@ [versions] lombok = "1.18.46" -minestom = "2026.07.01-26.1.2" +minestom = "2026.07.22-26.2" slf4j = "2.0.18" -logback = "1.5.37" +logback = "1.5.38" logback-encoder = "9.0" -minestom-utils = "0.2.4" +minestom-utils = "0.2.5" annotations = "26.1.0" minimessage = "5.2.0" -spotbugs-plugin = "6.5.8" -spotbugs-annotations = "4.10.2" +spotbugs-plugin = "6.5.9" +spotbugs-annotations = "4.10.3" spotbugs-findsecbugs-plugin = "1.14.0" -junit = "6.1.1" +junit = "6.1.2" [libraries] # Common