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 2021/12/03 18:03:23 UTC

[plc4x] branch develop updated: build(deps): bump scala-library from 2.13.6 to 2.13.7 (#289)

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 7a417de  build(deps): bump scala-library from 2.13.6 to 2.13.7 (#289)
7a417de is described below

commit 7a417de9f205579ed2c6238b2227e1301bd305bc
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Dec 3 19:03:11 2021 +0100

    build(deps): bump scala-library from 2.13.6 to 2.13.7 (#289)
    
    Bumps [scala-library](https://github.com/scala/scala) from 2.13.6 to 2.13.7.
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](https://github.com/scala/scala/compare/v2.13.6...v2.13.7)
    
    ---
    updated-dependencies:
    - dependency-name: org.scala-lang:scala-library
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 plc4j/examples/hello-connectivity-kafka/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plc4j/examples/hello-connectivity-kafka/pom.xml b/plc4j/examples/hello-connectivity-kafka/pom.xml
index bab06f1..47811ee 100644
--- a/plc4j/examples/hello-connectivity-kafka/pom.xml
+++ b/plc4j/examples/hello-connectivity-kafka/pom.xml
@@ -131,7 +131,7 @@
       <dependency>
         <groupId>org.scala-lang</groupId>
         <artifactId>scala-library</artifactId>
-        <version>2.13.6</version>
+        <version>2.13.7</version>
       </dependency>
       <dependency>
         <groupId>org.slf4j</groupId>