You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2020/12/13 15:37:54 UTC

[commons-text] branch master updated: Bump graalvm.version from 20.2.0 to 20.3.0 (#185)

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-text.git


The following commit(s) were added to refs/heads/master by this push:
     new 8cdec86  Bump graalvm.version from 20.2.0 to 20.3.0 (#185)
8cdec86 is described below

commit 8cdec8674a315c3c4d8df8d78ee80832be917331
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Sun Dec 13 10:37:47 2020 -0500

    Bump graalvm.version from 20.2.0 to 20.3.0 (#185)
    
    Bumps `graalvm.version` from 20.2.0 to 20.3.0.
    
    Updates `js` from 20.2.0 to 20.3.0
    - [Release notes](https://github.com/graalvm/graaljs/releases)
    - [Changelog](https://github.com/graalvm/graaljs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/graalvm/graaljs/compare/vm-20.2.0...vm-20.3.0)
    
    Updates `js-scriptengine` from 20.2.0 to 20.3.0
    - [Release notes](https://github.com/graalvm/graaljs/releases)
    - [Changelog](https://github.com/graalvm/graaljs/blob/master/CHANGELOG.md)
    - [Commits](https://github.com/graalvm/graaljs/compare/vm-20.2.0...vm-20.3.0)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 784791f..b97a91a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
     <commons.jacoco.version>0.8.6</commons.jacoco.version>
     <commons.javadoc.version>3.2.0</commons.javadoc.version>
 
-    <graalvm.version>20.2.0</graalvm.version>
+    <graalvm.version>20.3.0</graalvm.version>
 
     <!-- generate report even if there are binary incompatible changes -->
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>true</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>