From 7b2b00b1448ddad8beff867e020d931991f8595a Mon Sep 17 00:00:00 2001 From: Gary Gregory Date: Sun, 17 Mar 2024 10:21:03 -0400 Subject: [PATCH] Fix Import-Package entry for org.slf4j #188 --- src/changes/changes.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 5f2c6fa..246c115 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,7 @@ The type attribute can be add,update,fix,remove. Update from Logj 1 to the Log4j 2 API compatibility layer #231. Allow Servlet 4 in OSGi environment #191. Fix generics warnings #213. + Fix Import-Package entry for org.slf4j #188. Bump org.apache.commons:commons-parent from 65 to 67. Bump log4j2.version from 2.21.1 to 2.23.1 #187, #230.