From e63642b1462c9f6465d103031367bebbe3c77b1f Mon Sep 17 00:00:00 2001 From: games647 Date: Fri, 3 May 2024 15:59:20 +0200 Subject: [PATCH 1/4] Unlock yaml, because we are shipping it now --- .github/dependabot.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 18073415..d58ad832 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -30,6 +30,3 @@ updates: # HikariCP dropped Java 8 support with 5.0 - dependency-name: "com.zaxxer:HikariCP" update-types: ["version-update:semver-major"] - # SnakeYAML has breaking changes with 2.0 - - dependency-name: "org.yaml:snakeyaml" - update-types: ["version-update:semver-major"] From f0209170c7f940d084aa93fe7b87c8220f2a47cf Mon Sep 17 00:00:00 2001 From: games647 Date: Fri, 3 May 2024 16:00:10 +0200 Subject: [PATCH 2/4] Exclude database windows authentication in velocity It's very unlikely this is really needed. --- velocity/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/velocity/pom.xml b/velocity/pom.xml index dec71bf5..70d9e149 100644 --- a/velocity/pom.xml +++ b/velocity/pom.xml @@ -92,6 +92,14 @@ com.google.code.gson:gson com.google.guava:guava + + org.checkerframework:checker-qual + com.google.errorprone:error_prone_annotations + com.github.ben-manes.caffeine:caffeine + + + com.github.waffle:waffle-jna + net.java.dev.jna:* From 0ac8481d9278f4db712a75e81cb60fd413ff144a Mon Sep 17 00:00:00 2001 From: games647 Date: Sun, 5 May 2024 10:18:27 +0200 Subject: [PATCH 3/4] Synchronize velocity java version with upstream --- velocity/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velocity/pom.xml b/velocity/pom.xml index 70d9e149..441f18ac 100644 --- a/velocity/pom.xml +++ b/velocity/pom.xml @@ -44,7 +44,7 @@ FastLoginVelocity - 11 + 17 From 884a4e0d6575a4d07964a5b84acb9d1e1b125e2e Mon Sep 17 00:00:00 2001 From: hubert-praca Date: Sat, 4 May 2024 22:04:46 +0200 Subject: [PATCH 4/4] Add critical guava and gson back from craftapi Co-authored-by: games647 --- core/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/core/pom.xml b/core/pom.xml index 895cad57..956fbcfa 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -208,6 +208,19 @@ 0.8 + + + com.google.code.gson + gson + 2.10.1 + + + com.google.guava + guava + 32.0.1-jre + + + org.xerial sqlite-jdbc