This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
The following commit(s) were added to refs/heads/master by this push:
new 8b08ddb Update testing dependencies to newer versions
8b08ddb is described below
commit 8b08ddb4dcbe42ff1c9c42b9f8d067d55942df65
Author: Carsten Ziegeler <[email protected]>
AuthorDate: Wed Mar 4 09:21:31 2020 +0100
Update testing dependencies to newer versions
---
scr/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/scr/pom.xml b/scr/pom.xml
index 2b3a4c5..b20b7fc 100644
--- a/scr/pom.xml
+++ b/scr/pom.xml
@@ -194,14 +194,14 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
- <version>0.9.29</version>
+ <version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
- <version>0.9.29</version>
+ <version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>