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/07/15 17:06:04 UTC

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

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

slachiewicz pushed a commit to branch MSHARED-914
in repository https://gitbox.apache.org/repos/asf/maven-script-interpreter.git

commit 97aa475e1df310c20e65ad0294b88930b611cbbe
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Jul 15 19:04:06 2020 +0200

    Bump bsh from 2.0b4 to 2.0b5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0568b83..24c1243 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,7 +86,7 @@
     <dependency>
       <groupId>org.beanshell</groupId>
       <artifactId>bsh</artifactId>
-      <version>2.0b4</version>
+      <version>2.0b5</version>
     </dependency>
     <dependency>
       <groupId>org.apache.ant</groupId>