You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flume.apache.org by rg...@apache.org on 2022/10/08 04:00:25 UTC

[flume] 12/14: Bump scala-library from 2.13.7 to 2.13.9

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

rgoers pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/flume.git

commit 68a113dc4b72003931e54ad579552024e5865e88
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Sep 30 19:46:43 2022 +0000

    Bump scala-library from 2.13.7 to 2.13.9
    
    Bumps [scala-library](https://github.com/scala/scala) from 2.13.7 to 2.13.9.
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](https://github.com/scala/scala/compare/v2.13.7...v2.13.9)
    
    ---
    updated-dependencies:
    - dependency-name: org.scala-lang:scala-library
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bd9ee3efb..0c4391828 100644
--- a/pom.xml
+++ b/pom.xml
@@ -117,7 +117,7 @@ limitations under the License.
     <protobuf.version>2.5.0</protobuf.version>
     <rat.version>0.12</rat.version>
     <scala.version>2.13</scala.version>
-    <scala-library.version>2.13.7</scala-library.version>
+    <scala-library.version>2.13.9</scala-library.version>
     <snappy-java.version>1.1.8.4</snappy-java.version>
     <solr-global.version>4.3.0</solr-global.version>
     <slf4j.version>1.7.32</slf4j.version>