Skip to content
This repository was archived by the owner on Jun 27, 2022. It is now read-only.

Commit 5c02173

Browse files
authored
Merge pull request #98 from mmoayyed/patch-2
Upgrade Spring Native / GraalVM versions
2 parents 3c05fff + 8b5a933 commit 5c02173

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/github/ayltai/gradle/plugin/Constants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package com.github.ayltai.gradle.plugin;
22

33
public final class Constants {
4-
public static final String SPRING_NATIVE_VERSION = "0.9.2";
5-
public static final String DEFAULT_TOOL_VERSION = "21.0.0";
4+
public static final String SPRING_NATIVE_VERSION = "0.10.0";
5+
public static final String DEFAULT_TOOL_VERSION = "21.1.0";
66
public static final String DEFAULT_JAVA_VERSION = "8";
77
public static final String DOWNLOAD_ALWAYS = "always";
88
public static final String DOWNLOAD_DEFAULT = "default";

0 commit comments

Comments
 (0)