This is an automated email from the ASF dual-hosted git repository. orudyy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/qpid-broker-j.git
commit edecb31cf3066457488cc1336659541855b84dfb Author: Alex Rudyy <[email protected]> AuthorDate: Thu Feb 20 20:11:04 2020 +0000 QPID-8419: [Broker-J] Update logback dependencies --- .../src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE | 2 +- .../src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE index e620acd..bea4726 100644 --- a/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE +++ b/apache-qpid-broker-j/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE @@ -61,7 +61,7 @@ From: 'QOS.ch' (http://www.qos.ch) License: Eclipse Public License - v 1.0 (http://www.eclipse.org/legal/epl-v10.html) License: GNU Lesser General Public License (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) - Logback Core Module (http://logback.qos.ch/logback-core) ch.qos.logback:logback-core:jar:1.2.3 License: Eclipse Public License - v 1.0 (http://www.eclipse.org/legal/epl-v10.html) License: GNU Lesser General Public License (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) - - SLF4J API Module (http://www.slf4j.org) org.slf4j:slf4j-api:jar:1.7.26 + - SLF4J API Module (http://www.slf4j.org) org.slf4j:slf4j-api:jar:1.7.30 License: MIT License (http://www.opensource.org/licenses/mit-license.php) From: 'The Apache Software Foundation' (http://www.apache.org/) diff --git a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE index 412a4bf..58a6606 100644 --- a/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE +++ b/perftests/src/main/assembly/dependency-verification/DEPENDENCIES_REFERENCE @@ -45,7 +45,7 @@ From: 'QOS.ch' (http://www.qos.ch) License: Eclipse Public License - v 1.0 (http://www.eclipse.org/legal/epl-v10.html) License: GNU Lesser General Public License (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) - Logback Core Module (http://logback.qos.ch/logback-core) ch.qos.logback:logback-core:jar:1.2.3 License: Eclipse Public License - v 1.0 (http://www.eclipse.org/legal/epl-v10.html) License: GNU Lesser General Public License (http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html) - - SLF4J API Module (http://www.slf4j.org) org.slf4j:slf4j-api:jar:1.7.26 + - SLF4J API Module (http://www.slf4j.org) org.slf4j:slf4j-api:jar:1.7.30 License: MIT License (http://www.opensource.org/licenses/mit-license.php) From: 'The Apache Software Foundation' (http://www.apache.org/) diff --git a/pom.xml b/pom.xml index 00a2e3f..83efdb6 100644 --- a/pom.xml +++ b/pom.xml @@ -107,7 +107,7 @@ <guava-version>27.0-jre</guava-version> <fasterxml-jackson-version>2.10.2</fasterxml-jackson-version> <fasterxml-jackson-databind-version>2.10.2</fasterxml-jackson-databind-version> - <slf4j-version>1.7.26</slf4j-version> + <slf4j-version>1.7.30</slf4j-version> <jetty-version>9.4.22.v20191022</jetty-version> <!-- dependency version numbers --> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
