Skip to content

Commit b28db87

Browse files
authored
java: Upgrade min JDK 17 version to 17.0.0 (#852)
1 parent 1e91e30 commit b28db87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gprofiler/profilers/java.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ class JavaProfiler(SpawningProcessProfilerBase):
908908
14: (Version("14"), 33),
909909
15: (Version("15.0.1"), 9),
910910
16: (Version("16"), 36),
911-
17: (Version("17.0.1"), 12),
911+
17: (Version("17"), 11),
912912
19: (Version("19.0.1"), 10),
913913
}
914914

0 commit comments

Comments
 (0)