From d0fd78c63896d9ebff9b9b7ce4d1130a69550d42 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Aug 2022 12:04:16 +0000 Subject: [PATCH 1/2] chore(deps): bump slf4j.version from 1.7.36 to 2.0.0 Bumps `slf4j.version` from 1.7.36 to 2.0.0. Updates `slf4j-api` from 1.7.36 to 2.0.0 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0) Updates `slf4j-simple` from 1.7.36 to 2.0.0 - [Release notes](https://github.com/qos-ch/slf4j/releases) - [Commits](https://github.com/qos-ch/slf4j/compare/v_1.7.36...v_2.0.0) --- updated-dependencies: - dependency-name: org.slf4j:slf4j-api dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.slf4j:slf4j-simple dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c8c4f69dcaf..6828a7a2ca6 100644 --- a/pom.xml +++ b/pom.xml @@ -88,7 +88,7 @@ 5.7.2 2.9.0 6.2.4.Final - 1.7.36 + 2.0.0 2.6.1 2.13.3 2.13.3 From d358272e3a441c7dd986aa5d02c3d2850d3e6f24 Mon Sep 17 00:00:00 2001 From: Marco Collovati Date: Tue, 13 Sep 2022 17:28:16 +0200 Subject: [PATCH 2/2] fix import --- .../flow/server/startup/VaadinAppShellInitializerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flow-server/src/test/java/com/vaadin/flow/server/startup/VaadinAppShellInitializerTest.java b/flow-server/src/test/java/com/vaadin/flow/server/startup/VaadinAppShellInitializerTest.java index 72fa01c4609..f89f5fbd30a 100644 --- a/flow-server/src/test/java/com/vaadin/flow/server/startup/VaadinAppShellInitializerTest.java +++ b/flow-server/src/test/java/com/vaadin/flow/server/startup/VaadinAppShellInitializerTest.java @@ -28,7 +28,7 @@ import org.slf4j.ILoggerFactory; import org.slf4j.Logger; import org.slf4j.LoggerFactory; -import org.slf4j.impl.SimpleLoggerFactory; +import org.slf4j.simple.SimpleLoggerFactory; import com.vaadin.flow.component.Component; import com.vaadin.flow.component.PushConfiguration;