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 09ee8edb Bump graalvm.version from 24.1.0 to 24.1.1 (#610) 09ee8edb is described below commit 09ee8edb789976071e414b0eb9c35c884d0d82e6 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Tue Oct 15 15:21:47 2024 -0400 Bump graalvm.version from 24.1.0 to 24.1.1 (#610) Bumps `graalvm.version` from 24.1.0 to 24.1.1. Updates `org.graalvm.js:js` from 24.1.0 to 24.1.1 - [Release notes](https://github.com/oracle/graal/releases) - [Commits](https://github.com/oracle/graal/compare/vm-24.1.0...vm-24.1.1) Updates `org.graalvm.js:js-scriptengine` from 24.1.0 to 24.1.1 - [Release notes](https://github.com/graalvm/graaljs/releases) - [Changelog](https://github.com/oracle/graaljs/blob/vm-24.1.1/CHANGELOG.md) - [Commits](https://github.com/graalvm/graaljs/compare/vm-24.1.0...vm-24.1.1) Updates `org.graalvm.js:js-language` from 24.1.0 to 24.1.1 - [Release notes](https://github.com/graalvm/graaljs/releases) - [Changelog](https://github.com/oracle/graaljs/blob/vm-24.1.1/CHANGELOG.md) - [Commits](https://github.com/graalvm/graaljs/compare/vm-24.1.0...vm-24.1.1) Updates `org.graalvm.truffle:truffle-runtime` from 24.1.0 to 24.1.1 - [Release notes](https://github.com/oracle/graal/releases) - [Commits](https://github.com/oracle/graal/compare/vm-24.1.0...vm-24.1.1) --- updated-dependencies: - dependency-name: org.graalvm.js:js dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.graalvm.js:js-scriptengine dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.graalvm.js:js-language dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.graalvm.truffle:truffle-runtime dependency-type: direct:development update-type: version-update:semver-patch ... 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 797b6a2d..0b364f69 100644 --- a/pom.xml +++ b/pom.xml @@ -506,7 +506,7 @@ <jdk>[22,)</jdk> </activation> <properties> - <graalvm.version>24.1.0</graalvm.version> + <graalvm.version>24.1.1</graalvm.version> <commons.mockito.version>5.2.0</commons.mockito.version> </properties> <build>