From 80673da23df2bd4c985a39f5b68cceb99afc5d04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 15:50:14 +0000 Subject: [PATCH] Update logback to v1.3.7 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9166239e1..4b1b4bb58 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ jersey = "2.39.1" # and update the internal_xxxxxx hash included in the PreMain package name in AgentBase.java. jacoco = "0.8.8" # We need to stay on the 1.3.x release line as 1.4.x requires Java 11 -logback = "1.3.4" +logback = "1.3.7" retrofit = "2.9.0" junit = "5.9.3" junitPlatform = "1.9.3"