Updated libraries to fix vulnerabilities

This commit is contained in:
2022-09-18 22:23:00 -05:00
parent 211196aca9
commit 0c4e4efea8
4 changed files with 15 additions and 14 deletions

View File

@@ -20,7 +20,7 @@ public class ApplicationLoggerFactory {
* Need to get the log level from the properties file.
* Would normally use the configuration service but would create a circular dependency as
* the configuration service use the ApplicationLoggerFactory to create a logger
* @param initializer The initializer
* @param init The initializer
*/
public static void init(ApplicationLoggerInitializer init) {
initializer = init;
@@ -214,4 +214,4 @@ public class ApplicationLoggerFactory {
this.level = level;
}
}
}
}