From b316b2adc4540d675bf8142b41a818bbbb464166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 07:23:34 +0000 Subject: [PATCH] Bump commonsVersion from 20251112-0a26247 to 20260407-92612a0 Bumps `commonsVersion` from 20251112-0a26247 to 20260407-92612a0. Updates `com.faforever.commons:data` from 20251112-0a26247 to 20260407-92612a0 - [Commits](https://github.com/FAForever/faf-java-commons/commits) Updates `com.faforever.commons:api` from 20251112-0a26247 to 20260407-92612a0 - [Commits](https://github.com/FAForever/faf-java-commons/commits) --- updated-dependencies: - dependency-name: com.faforever.commons:api dependency-version: 20260407-92612a0 dependency-type: direct:production - dependency-name: com.faforever.commons:data dependency-version: 20260407-92612a0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b8b531d9..97459880 100644 --- a/build.gradle +++ b/build.gradle @@ -170,7 +170,7 @@ dependencies { // Manually managed dependencies def elideVersion = "7.1.17" def springdocVersion = "3.0.3" - def commonsVersion = "20251112-0a26247" + def commonsVersion = "20260407-92612a0" implementation("com.yahoo.elide:elide-core:${elideVersion}") implementation("com.yahoo.elide:elide-model-config:${elideVersion}") implementation("com.yahoo.elide:elide-spring-boot-autoconfigure:${elideVersion}")