File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
src/main/java/org/elasticsearch/gradle/internal/test Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 69
69
* This class defines gradle tasks for testing our various distribution artifacts.
70
70
*/
71
71
public class DistroTestPlugin implements Plugin <Project > {
72
- private static final String SYSTEM_JDK_VERSION = "17.0.1+12 " ;
72
+ private static final String SYSTEM_JDK_VERSION = "17.0.2+8 " ;
73
73
private static final String SYSTEM_JDK_VENDOR = "adoptium" ;
74
74
private static final String GRADLE_JDK_VERSION = "16.0.2+7" ;
75
75
private static final String GRADLE_JDK_VENDOR = "adoptium" ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ elasticsearch = 8.1.0
2
2
lucene = 9.0.0
3
3
4
4
bundled_jdk_vendor = adoptium
5
- bundled_jdk = 17.0.1+12
5
+ bundled_jdk = 17.0.2+8
6
6
7
7
checkstyle = 8.45.1
8
8
Original file line number Diff line number Diff line change
1
+ pr : 83243
2
+ summary : Bump bundled JDK to 17.0.2+8
3
+ area : Packaging
4
+ type : upgrade
5
+ issues :
6
+ - 83242
You can’t perform that action at this time.
0 commit comments