From dcf0537114ce25b80d85bbc82ca1e44b53f13f19 Mon Sep 17 00:00:00 2001 From: zhoufenqin Date: Fri, 21 Aug 2026 12:20:12 +0800 Subject: [PATCH] Update modernize-java to 1.23.0 (#2733) Co-authored-by: Fenqin Zhou --- .github/plugin/marketplace.json | 6 +++--- plugins/external.json | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index ea55d0f0..14a24ea8 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -1019,7 +1019,7 @@ { "name": "modernize-java", "description": "GitHub Copilot modernization – Java Upgrade CLI Plugin helps you upgrade Java applications from the command line. It brings intelligent modernization capabilities to your terminal and CI/CD pipelines: analyze your project and generate an upgrade plan, automatically transform your codebase, fix build issues, validate against known CVEs, and output a detailed summary of file changes and updated dependencies.", - "version": "1.22.0", + "version": "1.23.0", "author": { "name": "microsoft", "url": "https://github.com/microsoft/modernize-java" @@ -1037,8 +1037,8 @@ "source": "github", "repo": "microsoft/modernize-java", "path": "plugins/modernize-java", - "ref": "1.22.0", - "sha": "ef5367b446566bdc90960deeb40def63f9e7024e" + "ref": "1.23.0", + "sha": "5ccc2ad4011314602e1b80f0b818c95bcf198f67" } }, { diff --git a/plugins/external.json b/plugins/external.json index e603a83e..b913f4cf 100644 --- a/plugins/external.json +++ b/plugins/external.json @@ -739,7 +739,7 @@ { "name": "modernize-java", "description": "GitHub Copilot modernization – Java Upgrade CLI Plugin helps you upgrade Java applications from the command line. It brings intelligent modernization capabilities to your terminal and CI/CD pipelines: analyze your project and generate an upgrade plan, automatically transform your codebase, fix build issues, validate against known CVEs, and output a detailed summary of file changes and updated dependencies.", - "version": "1.22.0", + "version": "1.23.0", "author": { "name": "microsoft", "url": "https://github.com/microsoft/modernize-java" @@ -757,8 +757,8 @@ "source": "github", "repo": "microsoft/modernize-java", "path": "plugins/modernize-java", - "ref": "1.22.0", - "sha": "ef5367b446566bdc90960deeb40def63f9e7024e" + "ref": "1.23.0", + "sha": "5ccc2ad4011314602e1b80f0b818c95bcf198f67" } }, {