This is an automated email from the ASF dual-hosted git repository. dinglei pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/rocketmq-ons-cpp.git
commit b1186850ea396c0afec6c59b4061b1f0c36df809 Author: ShannonDing <[email protected]> AuthorDate: Mon Jul 29 16:13:36 2019 +0800 Update graalvm svm version from 1.0.0-rc15 to 19.1.1 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index fbc444d..4703597 100644 --- a/pom.xml +++ b/pom.xml @@ -22,12 +22,12 @@ <dependency> <groupId>org.graalvm.sdk</groupId> <artifactId>graal-sdk</artifactId> - <version>1.0.0-rc15</version> + <version>19.1.1</version> </dependency> <dependency> <groupId>com.oracle.substratevm</groupId> <artifactId>svm</artifactId> - <version>1.0.0-rc15</version> + <version>19.1.1</version> <scope>provided</scope> </dependency> <dependency>
