You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@plc4x.apache.org by sr...@apache.org on 2022/08/29 08:33:06 UTC

[plc4x] branch develop updated: build(deps): bump logback.version from 1.2.11 to 1.4.0 (#475)

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

sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x.git


The following commit(s) were added to refs/heads/develop by this push:
     new 7865e2b4c build(deps): bump logback.version from 1.2.11 to 1.4.0 (#475)
7865e2b4c is described below

commit 7865e2b4ccbd7a4bd1f8e01102a01ce488275dbf
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Mon Aug 29 10:32:59 2022 +0200

    build(deps): bump logback.version from 1.2.11 to 1.4.0 (#475)
    
    Bumps `logback.version` from 1.2.11 to 1.4.0.
    
    Updates `logback-classic` from 1.2.11 to 1.4.0
    - [Release notes](https://github.com/qos-ch/logback/releases)
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.2.11...v_1.4.0)
    
    Updates `logback-core` from 1.2.11 to 1.4.0
    - [Release notes](https://github.com/qos-ch/logback/releases)
    - [Commits](https://github.com/qos-ch/logback/compare/v_1.2.11...v_1.4.0)
    
    ---
    updated-dependencies:
    - dependency-name: ch.qos.logback:logback-classic
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: ch.qos.logback:logback-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ec41700c7..d68a04bfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -144,7 +144,7 @@
     <jserialcom.version>2.9.2</jserialcom.version>
     <junit.jupiter.version>5.9.0</junit.jupiter.version>
     <junit.platform.version>1.8.2</junit.platform.version>
-    <logback.version>1.2.11</logback.version>
+    <logback.version>1.4.0</logback.version>
     <maven.clean.plugin.version>3.2.0</maven.clean.plugin.version>
     <!-- version 0.6.7 is newer, however the ExampleServer doesn't seem to run with that -->
     <!-- version 0.6.8 is being released, however the milo-examples artifact is not available yet -->