Updated libraries to fix vulnerabilities
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user