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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


The following commit(s) were added to refs/heads/master by this push:
     new ccb1cd1d Bump jline.version from 3.27.1 to 3.28.0 (#1226)
ccb1cd1d is described below

commit ccb1cd1d3ccdf689f2e1c84232a9504be46d7b39
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Dec 17 13:37:38 2024 +0100

    Bump jline.version from 3.27.1 to 3.28.0 (#1226)
    
    Bumps `jline.version` from 3.27.1 to 3.28.0.
    
    Updates `org.jline:jline` from 3.27.1 to 3.28.0
    - [Release notes](https://github.com/jline/jline3/releases)
    - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
    - 
[Commits](https://github.com/jline/jline3/compare/jline-3.27.1...jline-3.28.0)
    
    Updates `org.jline:jline-terminal` from 3.27.1 to 3.28.0
    - [Release notes](https://github.com/jline/jline3/releases)
    - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
    - 
[Commits](https://github.com/jline/jline3/compare/jline-3.27.1...jline-3.28.0)
    
    Updates `org.jline:jline-terminal-jansi` from 3.27.1 to 3.28.0
    - [Release notes](https://github.com/jline/jline3/releases)
    - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
    - 
[Commits](https://github.com/jline/jline3/compare/jline-3.27.1...jline-3.28.0)
    
    Updates `org.jline:jline-terminal-jni` from 3.27.1 to 3.28.0
    - [Release notes](https://github.com/jline/jline3/releases)
    - [Changelog](https://github.com/jline/jline3/blob/master/changelog.md)
    - 
[Commits](https://github.com/jline/jline3/compare/jline-3.27.1...jline-3.28.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.jline:jline
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jline:jline-terminal
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jline:jline-terminal-jansi
      dependency-type: direct:production
      update-type: version-update:semver-minor
    - dependency-name: org.jline:jline-terminal-jni
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <supp...@github.com>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e64d8f2a..89633546 100644
--- a/pom.xml
+++ b/pom.xml
@@ -82,7 +82,7 @@
     <graalvm.plugin.version>0.10.4</graalvm.plugin.version>
     <groovy.version>4.0.24</groovy.version>
     <jansi.version>2.4.1</jansi.version>
-    <jline.version>3.27.1</jline.version>
+    <jline.version>3.28.0</jline.version>
     <maven.version>4.0.0-rc-1</maven.version>
     <required-maven.version>3.9.9</required-maven.version>
 

Reply via email to