From 6ccb10deea49088730b9db42875c791ff6dfab6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 12:03:29 +0000 Subject: [PATCH] Bump ch.qos.logback:logback-core from 1.5.18 to 1.5.19 Bumps [ch.qos.logback:logback-core](https://github.com/qos-ch/logback) from 1.5.18 to 1.5.19. - [Release notes](https://github.com/qos-ch/logback/releases) - [Commits](https://github.com/qos-ch/logback/compare/v_1.5.18...v_1.5.19) --- updated-dependencies: - dependency-name: ch.qos.logback:logback-core dependency-version: 1.5.19 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 8a1176f..cd1ff26 100644 --- a/build.gradle +++ b/build.gradle @@ -18,8 +18,8 @@ dependencies { implementation "com.google.code.gson:gson:2.13.1" implementation "com.google.googlejavaformat:google-java-format:1.28.0" implementation "org.slf4j:slf4j-api:2.0.17" - implementation "ch.qos.logback:logback-core:1.5.18" - implementation "ch.qos.logback:logback-classic:1.5.18" + implementation "ch.qos.logback:logback-core:1.5.19" + implementation "ch.qos.logback:logback-classic:1.5.19" testImplementation platform("org.junit:junit-bom:5.10.2") testImplementation "org.junit.jupiter:junit-jupiter"