Skip to content

Create 0001-upgrade-jdk-version.patch #41563

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions src/SourceBuild/patches/aspnetcore/0001-upgrade-jdk-version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
From 28062c172711cf293d8ac05490468734267858a4 Mon Sep 17 00:00:00 2001
From: Brennan <brecon@microsoft.com>
Date: Wed, 12 Jun 2024 13:05:25 -0700
Subject: [PATCH] Update JDK

Backport: https://github.com/dotnet/aspnetcore/pull/56210

---
global.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/global.json b/global.json
index 9537239e827d..76bd2462fd83 100644
--- a/global.json
+++ b/global.json
@@ -24,7 +24,7 @@
"xcopy-msbuild": "17.1.0"
},
"native-tools": {
- "jdk": "11.0.22"
+ "jdk": "11.0.23"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24272.5",
Loading