From f23a1f47f038a14bbf00c4d9913f54eca3120371 Mon Sep 17 00:00:00 2001 From: Hendi Santika Date: Tue, 13 Oct 2020 07:09:54 +0700 Subject: [PATCH 1/2] Rename index.ftl into index.ftlh Rename index.ftl into index.ftlh --- src/main/resources/templates/{index.ftl => index.ftlh} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/main/resources/templates/{index.ftl => index.ftlh} (99%) diff --git a/src/main/resources/templates/index.ftl b/src/main/resources/templates/index.ftlh similarity index 99% rename from src/main/resources/templates/index.ftl rename to src/main/resources/templates/index.ftlh index a93fa7c2..cdadb75d 100644 --- a/src/main/resources/templates/index.ftl +++ b/src/main/resources/templates/index.ftlh @@ -36,4 +36,4 @@ - \ No newline at end of file + From 05d9f39fe6231ea4444a0457ee8544c630c3d737 Mon Sep 17 00:00:00 2001 From: Hendi Santika Date: Tue, 13 Oct 2020 07:12:37 +0700 Subject: [PATCH 2/2] Upgraded into Spring Boot 2.3.4.RELEASE version, update commonmark & commons-io into latest version Upgraded into Spring Boot 2.3.4.RELEASE version, update commonmark & commons-io into latest version --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index af61099e..271e547a 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-starter-parent - 2.1.6.RELEASE + 2.3.4.RELEASE io.learnk8s @@ -43,17 +43,17 @@ com.atlassian.commonmark commonmark - 0.12.1 + 0.15.2 + + + io.minio + minio + 6.0.8 - - io.minio - minio - 6.0.8 - commons-io commons-io - 2.6 + 2.8.0 org.springframework.boot