You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2019/02/17 20:27:38 UTC

[guacamole-client] branch master updated: GUACAMOLE-734: Update logback version to latest stable.

This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-client.git


The following commit(s) were added to refs/heads/master by this push:
     new 068a458  GUACAMOLE-734: Update logback version to latest stable.
     new 5b56e98  GUACAMOLE-734: Merge changes updating Logback version to latest stable release.
068a458 is described below

commit 068a458822cadb8416c05ea8d94b11eb7a8ea478
Author: Virtually Nick <vn...@apache.org>
AuthorDate: Fri Feb 15 09:16:59 2019 -0500

    GUACAMOLE-734: Update logback version to latest stable.
---
 guacamole/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/guacamole/pom.xml b/guacamole/pom.xml
index 7050093..41114bf 100644
--- a/guacamole/pom.xml
+++ b/guacamole/pom.xml
@@ -257,7 +257,7 @@
         <dependency>
             <groupId>ch.qos.logback</groupId>
             <artifactId>logback-classic</artifactId>
-            <version>1.1.2</version>
+            <version>1.2.3</version>
         </dependency>
         
         <!-- Guacamole Java API -->