Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

fix(deps): update dependency org.graalvm.sdk:graal-sdk to v22.1.0.1 #1698

2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -144,7 +144,7 @@
<dependency>
<groupId>org.graalvm.sdk</groupId>
<artifactId>graal-sdk</artifactId>
<version>22.1.0</version>
<version>22.1.0.1</version>
</dependency>
<dependency>
<groupId>com.google.http-client</groupId>
Expand Down