You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ly...@apache.org on 2022/06/09 18:40:28 UTC

[tinkerpop] branch 3.6-dev updated: Bump logback version to 1.2.9 (#1674)

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

lyndonb pushed a commit to branch 3.6-dev
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


The following commit(s) were added to refs/heads/3.6-dev by this push:
     new 38e66f26bb Bump logback version to 1.2.9 (#1674)
38e66f26bb is described below

commit 38e66f26bba51ad73c4d09285e4999dd49403717
Author: Simon Zhao <42...@users.noreply.github.com>
AuthorDate: Thu Jun 9 11:40:24 2022 -0700

    Bump logback version to 1.2.9 (#1674)
---
 gremlin-console/pom.xml | 2 +-
 pom.xml                 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gremlin-console/pom.xml b/gremlin-console/pom.xml
index 5348cbd03b..27d70114f1 100644
--- a/gremlin-console/pom.xml
+++ b/gremlin-console/pom.xml
@@ -503,7 +503,7 @@ limitations under the License.
                             <repository>tinkerpop/gremlin-console</repository>
                         </configuration>
                     </plugin>
-                </plugins>                
+                </plugins>
             </build>
         </profile>
     </profiles>
diff --git a/pom.xml b/pom.xml
index 67fb5a4d91..041d04952c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -171,7 +171,7 @@ limitations under the License.
         <jcabi.version>1.2.1</jcabi.version>
         <junit.version>4.13.1</junit.version>
         <kerby.version>2.0.1</kerby.version>
-        <logback.version>1.2.3</logback.version>
+        <logback.version>1.2.9</logback.version>
         <metrics.version>3.0.2</metrics.version>
         <mockito.version>3.3.3</mockito.version>
         <netty.version>4.1.72.Final</netty.version>