9
0
mirror of https://github.com/WiIIiam278/HuskSync.git synced 2025-12-19 14:59:21 +00:00

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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-11-09 20:20:41 +00:00
committed by GitHub
parent c8a4376208
commit a7aea51a45
2 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ dependencies {
compileOnly 'commons-io:commons-io:2.20.0' compileOnly 'commons-io:commons-io:2.20.0'
compileOnly 'org.json:json:20250517' compileOnly 'org.json:json:20250517'
compileOnly 'net.william278:minedown:1.8.2' 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 'com.zaxxer:HikariCP:7.0.2'
compileOnly 'net.william278:DesertWell:2.0.4' compileOnly 'net.william278:DesertWell:2.0.4'
compileOnly 'net.william278:AdvancementAPI:97a9583413' compileOnly 'net.william278:AdvancementAPI:97a9583413'

View File

@@ -10,7 +10,7 @@ dependencies {
api 'org.json:json:20250517' api 'org.json:json:20250517'
api 'com.google.code.gson:gson:2.13.2' api 'com.google.code.gson:gson:2.13.2'
api 'com.fatboyindustrial.gson-javatime-serialisers:gson-javatime-serialisers:1.1.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:paginedown:1.1.2'
api 'net.william278:DesertWell:2.0.4' api 'net.william278:DesertWell:2.0.4'
api('com.zaxxer:HikariCP:7.0.2') { api('com.zaxxer:HikariCP:7.0.2') {
@@ -39,7 +39,7 @@ dependencies {
testImplementation "org.xerial.snappy:snappy-java:$snappy_version" testImplementation "org.xerial.snappy:snappy-java:$snappy_version"
testImplementation 'com.google.guava:guava:33.4.8-jre' testImplementation 'com.google.guava:guava:33.4.8-jre'
testImplementation 'com.github.plan-player-analytics:Plan:5.6.2965' 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' testCompileOnly 'org.jetbrains:annotations:26.0.2'
annotationProcessor 'org.projectlombok:lombok:1.18.38' annotationProcessor 'org.projectlombok:lombok:1.18.38'