From d2b4696382940f18b17f04bc8971a98f9d8027b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:22:18 +0000 Subject: [PATCH] Bump commonsVersion from 20260407-92612a0 to 20260628-7c450f0 Bumps `commonsVersion` from 20260407-92612a0 to 20260628-7c450f0. Updates `com.faforever.commons:data` from 20260407-92612a0 to 20260628-7c450f0 - [Commits](https://github.com/FAForever/faf-java-commons/commits) Updates `com.faforever.commons:api` from 20260407-92612a0 to 20260628-7c450f0 - [Commits](https://github.com/FAForever/faf-java-commons/commits) --- updated-dependencies: - dependency-name: com.faforever.commons:data dependency-version: 20260628-7c450f0 dependency-type: direct:production - dependency-name: com.faforever.commons:api dependency-version: 20260628-7c450f0 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 974598808..3cc580f1b 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 = "20260407-92612a0" + def commonsVersion = "20260628-7c450f0" implementation("com.yahoo.elide:elide-core:${elideVersion}") implementation("com.yahoo.elide:elide-model-config:${elideVersion}") implementation("com.yahoo.elide:elide-spring-boot-autoconfigure:${elideVersion}")