Skip to content

Commit c88aa46

Browse files
committed
Update to use proper frame size in commons
1 parent 83a3eaa commit c88aa46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,9 @@ dependencies {
292292
implementation("org.springframework:spring-websocket")
293293

294294
implementation("io.projectreactor.addons:reactor-extra")
295+
implementation("io.projectreactor:reactor-tools")
295296

296-
def commonsVersion = "d234f8647a159f4f40d5b935d49b083e0c67c201"
297+
def commonsVersion = "c060e973aa54e1fa215df15c1b8bad22806d84aa"
297298

298299
implementation("com.github.FAForever.faf-java-commons:faf-commons-data:${commonsVersion}") {
299300
exclude module: 'guava'
@@ -363,4 +364,4 @@ dependencies {
363364
testCompileOnly("org.projectlombok:lombok")
364365

365366
codacy("com.github.codacy:codacy-coverage-reporter:-SNAPSHOT")
366-
}
367+
}

0 commit comments

Comments
 (0)