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

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git


The following commit(s) were added to refs/heads/main by this push:
     new c1b49e5b build(deps): bump logstash-logback-encoder from 7.3 to 7.4
c1b49e5b is described below

commit c1b49e5bffe9d5c1d0a7e929eacf575474735d1c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 19 19:58:15 2023 +0000

    build(deps): bump logstash-logback-encoder from 7.3 to 7.4
    
    Bumps 
[logstash-logback-encoder](https://github.com/logfellow/logstash-logback-encoder)
 from 7.3 to 7.4.
    - [Release 
notes](https://github.com/logfellow/logstash-logback-encoder/releases)
    - 
[Commits](https://github.com/logfellow/logstash-logback-encoder/compare/logstash-logback-encoder-7.3...logstash-logback-encoder-7.4)
    
    ---
    updated-dependencies:
    - dependency-name: net.logstash.logback:logstash-logback-encoder
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
---
 support/camel-k-maven-logging/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/support/camel-k-maven-logging/pom.xml 
b/support/camel-k-maven-logging/pom.xml
index e98d7db1..937db100 100644
--- a/support/camel-k-maven-logging/pom.xml
+++ b/support/camel-k-maven-logging/pom.xml
@@ -90,7 +90,7 @@
         <dependency>
             <groupId>net.logstash.logback</groupId>
             <artifactId>logstash-logback-encoder</artifactId>
-            <version>7.3</version>
+            <version>7.4</version>
             <scope>provided</scope>
             <exclusions>
                 <exclusion>

Reply via email to