From c88aa46d8e3744716cbbca5188347fc9be215f10 Mon Sep 17 00:00:00 2001 From: Sheikah45 Date: Fri, 13 Oct 2023 19:25:05 -0400 Subject: [PATCH] Update to use proper frame size in commons --- build.gradle | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1206aa229e..7609ccc972 100644 --- a/build.gradle +++ b/build.gradle @@ -292,8 +292,9 @@ dependencies { implementation("org.springframework:spring-websocket") implementation("io.projectreactor.addons:reactor-extra") + implementation("io.projectreactor:reactor-tools") - def commonsVersion = "d234f8647a159f4f40d5b935d49b083e0c67c201" + def commonsVersion = "c060e973aa54e1fa215df15c1b8bad22806d84aa" implementation("com.github.FAForever.faf-java-commons:faf-commons-data:${commonsVersion}") { exclude module: 'guava' @@ -363,4 +364,4 @@ dependencies { testCompileOnly("org.projectlombok:lombok") codacy("com.github.codacy:codacy-coverage-reporter:-SNAPSHOT") -} +} \ No newline at end of file