From 94c0211e4f5830ffef007d13188fca32e8f11f36 Mon Sep 17 00:00:00 2001 From: Tim Middleton Date: Tue, 24 Jun 2025 13:17:20 +0800 Subject: [PATCH] Update micronaut template version --- templates/templates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/templates.yaml b/templates/templates.yaml index 1c97443..b98da25 100644 --- a/templates/templates.yaml +++ b/templates/templates.yaml @@ -55,7 +55,7 @@ templates: - src/main/java/com/oracle/coherence/demo/frameworks/springboot/DemoApplication.java - name: micronaut - frameworkVersion: "micronaut-parent: 4.7.3, micronaut-coherence: 5.0.5" + frameworkVersion: "micronaut-parent: 4.8.3, micronaut-coherence: 5.0.5" instructions: | To run Micronaut starter you must have JDK21+ and maven 3.8.5+. Change to the newly created directory and run the following to build: