This is an automated email from the ASF dual-hosted git repository.
kinow 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 bea0981 Bump graalvm.version from 21.0.0.2 to 21.1.0
new 9e2a255 Merge branch 'pr-227'
bea0981 is described below
commit bea0981473fbc9b4843e3209faef48f23c5f7ce5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 28 11:20:28 2021 +0000
Bump graalvm.version from 21.0.0.2 to 21.1.0
Bumps `graalvm.version` from 21.0.0.2 to 21.1.0.
Updates `js` from 21.0.0.2 to 21.1.0
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/graalvm/graaljs/compare/vm-21.0.0.2...vm-21.1.0)
Updates `js-scriptengine` from 21.0.0.2 to 21.1.0
- [Release notes](https://github.com/graalvm/graaljs/releases)
- [Changelog](https://github.com/oracle/graaljs/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/graalvm/graaljs/compare/vm-21.0.0.2...vm-21.1.0)
Signed-off-by: dependabot[bot] <[email protected]>
---
pom.xml | 2 +-
src/changes/changes.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c6106dc..2920975 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>21.0.0.2</graalvm.version>
+ <graalvm.version>21.1.0</graalvm.version>
<commons.japicmp.version>0.15.3</commons.japicmp.version>
<japicmp.skip>false</japicmp.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2a623ae..1a19640 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,7 @@ The <action> type attribute can be add,update,fix,remove.
<action type="update" dev="kinow"
due-to="Dependabot">Bump commons-parent from 51 to 52 #145.</action>
<action type="update" dev="kinow"
due-to="Dependabot">Bump actions/checkout from v1 to v2.3.4 #138 #146 #165
#183.</action>
<action type="update" dev="kinow"
due-to="Dependabot">Bump maven-pmd-plugin from 3.13.0 to 3.14.0 #186.</action>
- <action type="update" dev="ggregory"
due-to="Dependabot">Bump graalvm.version from 20.2.0 to 21.0.0.2 #185 #198
#206.</action>
+ <action type="update" dev="ggregory"
due-to="Dependabot">Bump graalvm.version from 20.2.0 to 21.1.0 #185 #198 #206
#227.</action>
<action type="update" dev="ggregory" due-to="Arturo
Bernal">Minor Improvements #192.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Update commons.japicmp.version 0.14.3 -> 0.15.3.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6; fixes Java 15
build.</action>