From 225b32e36b6058213d7c61da85b9d8f85d6d7410 Mon Sep 17 00:00:00 2001 From: MaxKey Date: Fri, 20 Aug 2021 18:35:54 +0800 Subject: [PATCH] V2.9.0GA --- ReleaseNotes.txt | 1 - gradle.properties | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/ReleaseNotes.txt b/ReleaseNotes.txt index e76e81fe9..e4779922c 100644 --- a/ReleaseNotes.txt +++ b/ReleaseNotes.txt @@ -50,7 +50,6 @@ springkafka 2.7.6 JustAuth 1.16.3 kafkaclients 2.6.2 - poi 5.0.0 tomcat 9.0.52 gson 2.8.7 jbosslogging 3.4.2.Final diff --git a/gradle.properties b/gradle.properties index 7fb8ea5c8..2e24a4249 100644 --- a/gradle.properties +++ b/gradle.properties @@ -32,7 +32,7 @@ xmlbeansVersion =3.0.1 commonscompressVersion =1.20 log4jVersion =2.14.1 kafkaclientsVersion =2.6.2 -poiVersion =5.0.0 +poiVersion =4.1.2 tomcatVersion =9.0.52 tomcatembedloggingjuliVersion =8.5.2 #spring @@ -83,7 +83,7 @@ thymeleafVersion =3.0.12.RELEASE springbootadminVersion =2.5.0 nettyVersion =4.1.66.Final hazelcastVersion =4.2.2 -jakartaannotationVersion =3.0.0 +jakartaannotationVersion =2.0.0 jakartavalidationapiVersion =3.0.0 attoparserVersion =2.0.5.RELEASE unbescapeVersion =1.1.6.RELEASE -- GitLab