Skip to content

Commit

Permalink
Merged Pull Request '#39 ch.qos.logbacklogback-classic-from-1.2.12-to…
Browse files Browse the repository at this point in the history
…-1.3.12->main : Bump ch.qos.logback:logback-classic from 1.2.12 to 1.3.12'

Bump ch.qos.logback:logback-classic from 1.2.12 to 1.3.12
  • Loading branch information
Automation51D authored Dec 1, 2023
2 parents 823c4fd + 71663d1 commit c28944d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 28 deletions.
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
/* *********************************************************************
* This Original Work is copyright of 51 Degrees Mobile Experts Limited.
* Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House,
* Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU.
*
* This Original Work is licensed under the European Union Public Licence
* (EUPL) v.1.2 and is subject to its terms as set out below.
*
* If a copy of the EUPL was not distributed with this file, You can obtain
* one at https://opensource.org/licenses/EUPL-1.2.
*
* The 'Compatible Licences' set out in the Appendix to the EUPL (as may be
* amended by the European Commission) shall be deemed incompatible for
* the purposes of the Work and the provisions of the compatibility
* clause in Article 5 of the EUPL shall not apply.
*
* If using the Work as, or as part of, a network application, by
* including the attribution notice(s) required under Article 5 of the EUPL
* in the end user terms of the application under an appropriate heading,
* such notice(s) shall fulfill the requirements of that article.
/* *********************************************************************
* This Original Work is copyright of 51 Degrees Mobile Experts Limited.
* Copyright 2023 51 Degrees Mobile Experts Limited, Davidson House,
* Forbury Square, Reading, Berkshire, United Kingdom RG1 3EU.
*
* This Original Work is licensed under the European Union Public Licence
* (EUPL) v.1.2 and is subject to its terms as set out below.
*
* If a copy of the EUPL was not distributed with this file, You can obtain
* one at https://opensource.org/licenses/EUPL-1.2.
*
* The 'Compatible Licences' set out in the Appendix to the EUPL (as may be
* amended by the European Commission) shall be deemed incompatible for
* the purposes of the Work and the provisions of the compatibility
* clause in Article 5 of the EUPL shall not apply.
*
* If using the Work as, or as part of, a network application, by
* including the attribution notice(s) required under Article 5 of the EUPL
* in the end user terms of the application under an appropriate heading,
* such notice(s) shall fulfill the requirements of that article.
* ********************************************************************* */

package fiftyone.common.testhelpers;
Expand Down Expand Up @@ -73,13 +73,9 @@ public static void defaultConfig() {
LoggerContext loggerContext = (LoggerContext) LoggerFactory.getILoggerFactory();

ContextInitializer ci = new ContextInitializer(loggerContext);
URL url = ci.findURLOfDefaultConfigurationFile(true);

try {
JoranConfigurator configurator = new JoranConfigurator();
configurator.setContext(loggerContext);
loggerContext.reset();
configurator.doConfigure(url);
ci.autoConfig();
} catch (JoranException je) {
// StatusPrinter will handle this
}
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@

<junit.version>4.13.2</junit.version>
<junit.jupiter.version>5.8.2</junit.jupiter.version>
<slf4j-api.version>1.7.36</slf4j-api.version>
<logback-classic.version>1.2.12</logback-classic.version>
<slf4j-api.version>2.0.9</slf4j-api.version>
<logback-classic.version>1.3.12</logback-classic.version>
<mockito-core.version>4.3.1</mockito-core.version>
<org.json.version>20231013</org.json.version>
<reflections8.version>0.11.7</reflections8.version>
Expand Down

0 comments on commit c28944d

Please sign in to comment.