You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/06/08 14:50:12 UTC

[maven-script-interpreter] branch dependabot/maven/org.beanshell-bsh-2.0b5 created (now 6cab0c8)

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

slachiewicz pushed a change to branch dependabot/maven/org.beanshell-bsh-2.0b5
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git.


      at 6cab0c8  Bump bsh from 2.0b4 to 2.0b5

This branch includes the following new commits:

     new 6cab0c8  Bump bsh from 2.0b4 to 2.0b5

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-script-interpreter] 01/01: Bump bsh from 2.0b4 to 2.0b5

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch dependabot/maven/org.beanshell-bsh-2.0b5
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git

commit 6cab0c8c26688e0e98af716bc21d68828d345a03
Author: dependabot-preview[bot] <27...@users.noreply.github.com>
AuthorDate: Thu Feb 13 05:07:27 2020 +0000

    Bump bsh from 2.0b4 to 2.0b5
    
    Bumps bsh from 2.0b4 to 2.0b5.
    
    Signed-off-by: dependabot-preview[bot] <su...@dependabot.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3eb16b8..05f7123 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
     <dependency>
       <groupId>org.beanshell</groupId>
       <artifactId>bsh</artifactId>
-      <version>2.0b4</version>
+      <version>2.0b5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>