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

tilman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/main by this push:
     new 5e486a628 Bump org.scala-lang:scala-compiler from 2.13.15 to 2.13.16 
(#2094)
5e486a628 is described below

commit 5e486a628d8a188a0a7316ca5450e60877e59651
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jan 13 09:51:32 2025 +0100

    Bump org.scala-lang:scala-compiler from 2.13.15 to 2.13.16 (#2094)
    
    * Bump org.scala-lang:scala-compiler from 2.13.15 to 2.13.16
    
    Bumps [org.scala-lang:scala-compiler](https://github.com/scala/scala) from 
2.13.15 to 2.13.16.
    - [Release notes](https://github.com/scala/scala/releases)
    - [Commits](https://github.com/scala/scala/compare/v2.13.15...v2.13.16)
    
    ---
    updated-dependencies:
    - dependency-name: org.scala-lang:scala-compiler
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * add jline exclusion because of convergence problems
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Tilman Hausherr <[email protected]>
---
 tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml 
b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
index b1f1abf0e..9303dd54f 100644
--- a/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
+++ b/tika-parsers/tika-parsers-ml/tika-age-recogniser/pom.xml
@@ -69,7 +69,7 @@
       <dependency>
           <groupId>org.scala-lang</groupId>
           <artifactId>scala-compiler</artifactId>
-          <version>2.13.15</version>
+          <version>2.13.16</version>
       </dependency>
       <dependency>
         <groupId>commons-net</groupId>
@@ -278,6 +278,10 @@
           <groupId>org.bouncycastle</groupId>
           <artifactId>bcprov-jdk15on</artifactId>
         </exclusion>
+        <exclusion>
+          <groupId>org.jline</groupId>
+          <artifactId>jline</artifactId>
+        </exclusion>
       </exclusions>
     </dependency>
     <!-- used by hadoop-common -->

Reply via email to