Files
MaxKey/gradle.properties

185 lines
6.7 KiB
Properties
Raw Normal View History

2022-02-25 14:49:47 +08:00
#/*
# * Copyright [2022] [MaxKey of copyright http://www.maxkey.top]
# *
# * Licensed under the Apache License, Version 2.0 (the "License");
# * you may not use this file except in compliance with the License.
# * You may obtain a copy of the License at
# *
# * http://www.apache.org/licenses/LICENSE-2.0
# *
# * Unless required by applicable law or agreed to in writing, software
# * distributed under the License is distributed on an "AS IS" BASIS,
# * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# * See the License for the specific language governing permissions and
# * limitations under the License.
# */
#maxkey properties
group =net.maxsso
2022-12-25 11:28:36 +08:00
version =3.5.12
2021-05-17 14:35:45 +08:00
vendor =https://www.maxkey.top
author =MaxKeyTop
2021-09-08 22:27:59 +08:00
#docker jib image
jibFromImage =adoptopenjdk:8-jre
jibToImage =maxkeytop
jibToAuthUsername =maxkeytop
2022-07-26 16:01:08 +08:00
jibToAuthPassword =docker registry credential
2021-09-08 22:27:59 +08:00
#maxkey used jars version
2021-04-22 08:59:01 +08:00
#Apache
2022-09-23 17:02:20 +08:00
commonsbeanutilsVersion =1.9.4
2021-05-17 14:35:45 +08:00
commonscodecVersion =1.15
commonscollectionsVersion =3.2.2
commonscollections4Version =4.4
commonscsvVersion =1.7
commonstextVersion =1.9
2022-09-23 17:02:20 +08:00
commonsdbcp2Version =2.9.0
2021-05-17 14:35:45 +08:00
commonsdbutilsVersion =1.7
commonsdigester3Version =3.2
commonsdigesterVersion =2.1
commonsioVersion =2.8.0
commonslangVersion =2.6
commonslang3Version =3.11
commonsloggingVersion =1.2
2021-12-14 12:38:06 +08:00
commonspool2Version =2.11.1
2021-05-17 14:35:45 +08:00
commonshttpclientVersion =3.1
commonsfileuploadVersion =1.4
commonsemailVersion =1.5
commonsvalidatorVersion =1.7
httpcomponentsVersion =4.5.14
httpcoreVersion =4.4.16
2022-07-26 16:01:08 +08:00
httpasyncclientVersion =4.1.5
2021-05-17 14:35:45 +08:00
velocityVersion =1.7
velocitydepVersion =1.4
freemarkerVersion =2.3.31
2021-12-25 11:24:22 +08:00
xmlbeansVersion =5.0.2
2022-09-23 17:02:20 +08:00
commonscompressVersion =1.21
2022-09-20 09:57:08 +08:00
log4jVersion =2.19.0
2022-11-27 17:30:45 +08:00
poiVersion =5.2.2
#apache mq
2022-09-23 17:57:13 +08:00
kafkaclientsVersion =2.8.9
2022-07-26 16:01:08 +08:00
rocketmqclientVersion =4.9.4
2022-04-25 08:52:29 +08:00
rocketmqspringbootVersion =2.2.2
2022-11-27 17:30:45 +08:00
#apache tomcat
2022-12-23 10:30:52 +08:00
tomcatVersion =9.0.70
2021-05-17 14:35:45 +08:00
tomcatembedloggingjuliVersion =8.5.2
2022-04-14 10:03:12 +08:00
#spring
2022-11-22 11:02:52 +08:00
springVersion =5.3.24
springBootVersion =2.7.7
2022-12-23 09:15:31 +08:00
springSecurityVersion =5.7.6
2022-07-26 16:01:08 +08:00
springDataVersion =2.6.6
2022-08-22 17:14:43 +08:00
springkafkaVersion =2.9.0
2022-07-26 16:01:08 +08:00
springretryVersion =1.3.3
2021-05-17 14:35:45 +08:00
springplugincoreVersion =2.0.0.RELEASE
springpluginmetadataVersion =2.0.0.RELEASE
2022-09-19 09:18:27 +08:00
springcloudVersion =3.1.4
2021-08-17 14:11:02 +08:00
springcloudalibabaVersion =2021.1
springcloudalibabaspringVersion =1.0.11
2022-08-25 10:45:28 +08:00
springcloudalibabacsplVersion =1.8.5
2022-07-26 16:01:08 +08:00
alibabanacosclientVersion =2.0.4
2021-04-22 08:59:01 +08:00
#google
2021-09-22 11:57:12 +08:00
jibGradlePluginVersion =3.1.4
2021-10-23 22:23:24 +08:00
jhlabsfiltersVersion =2.0.235-1
2021-05-17 14:35:45 +08:00
kaptchaVersion =2.3.2
2022-09-20 09:57:08 +08:00
gsonVersion =2.9.1
2022-05-28 11:41:46 +08:00
guavaVersion =31.1-jre
2022-09-20 09:57:08 +08:00
tinkVersion =1.7.0
2022-05-28 11:41:46 +08:00
zxingcoreVersion =3.5.0
2021-08-17 14:11:02 +08:00
concurrentlinkedhashmaplruVersion =1.4.2
2021-04-22 08:59:01 +08:00
#jboss
2022-08-25 10:45:28 +08:00
jbossloggingVersion =3.4.3.Final
2022-09-23 17:57:13 +08:00
hibernateVersion =6.2.5.Final
2021-04-22 08:59:01 +08:00
#doc
2022-07-26 16:01:08 +08:00
swaggerV3Version =2.2.1
2022-11-22 11:02:52 +08:00
springdocVersion =1.6.13
2021-08-20 13:43:24 +08:00
knife4jVersion =3.0.3
2021-04-22 08:59:01 +08:00
#database
2022-09-23 17:02:20 +08:00
postgresqlVersion =42.4.1
2022-11-22 11:02:52 +08:00
mysqlconnectorjavaVersion =8.0.31
druidVersion =1.2.15
druidspringbootstarterVersion =1.2.15
2022-07-12 08:53:28 +08:00
jedisVersion =4.2.3
2022-05-28 11:41:46 +08:00
caffeineVersion =2.9.3
2022-09-20 09:57:08 +08:00
mybatisVersion =3.5.11
2022-07-26 16:01:08 +08:00
mybatisspringVersion =2.0.7
2021-04-22 08:59:01 +08:00
#saml
2021-05-17 14:35:45 +08:00
opensamlVersion =2.6.6
openwsVersion =1.5.6
xmltoolingVersion =1.4.6
javasupportVersion =7.5.1
2021-04-22 08:59:01 +08:00
#others
2022-07-26 16:01:08 +08:00
thymeleafVersion =3.0.15.RELEASE
springbootadminVersion =2.7.3
nettyVersion =4.1.65.Final
2021-08-17 14:11:02 +08:00
hazelcastVersion =4.2.2
2021-08-20 18:35:54 +08:00
jakartaannotationVersion =2.0.0
jakartavalidationapiVersion =3.0.0
2021-08-17 14:11:02 +08:00
attoparserVersion =2.0.5.RELEASE
unbescapeVersion =1.1.6.RELEASE
2022-07-26 16:01:08 +08:00
slf4jVersion =1.7.36
2022-09-23 17:57:13 +08:00
jacksonVersion =2.13.4
2022-01-28 08:39:57 +08:00
woodstoxVersion =6.2.8
2021-09-25 15:48:21 +08:00
bouncycastleVersion =1.69
2021-05-17 14:35:45 +08:00
junitVersion =4.11
mockitoallVersion =1.10.19
xmlunitVersion =1.6
2022-09-20 09:57:08 +08:00
nimbusjosejwtVersion =9.25
2021-05-17 14:35:45 +08:00
jcipannotationsVersion =1.0
2022-09-23 17:02:20 +08:00
minidevjsonsmartVersion =2.4.5
2021-05-17 14:35:45 +08:00
minidevasmVersion =1.0.2
2021-09-24 14:37:15 +08:00
simplehttpVersion =1.0.5
2022-01-28 08:39:57 +08:00
JustAuthVersion =1.16.5
2022-05-28 11:41:46 +08:00
javassistVersion =3.29.0-GA
2022-09-29 09:32:51 +08:00
esapiVersion =2.2.0.0
2021-05-17 14:35:45 +08:00
javaxmailVersion =1.6.2
javaxpersistenceVersion =2.2.1
activationVersion =1.1.1
javaxannotationapiVersion =1.3.2
jtaVersion =1.1
javaxtransactionapiVersion =1.3
validationapiVersion =2.0.1.Final
jsr173Version =1.0
jaxbapiVersion =2.3.1
2021-10-06 10:37:12 +08:00
jaxbcoreVersion =3.0.2
jaxbimplVersion =3.0.2
jaxbxjcVersion =3.0.2
2021-05-17 14:35:45 +08:00
classmateVersion =1.5.0
2022-05-28 11:41:46 +08:00
fastjsonVersion =1.2.83
2022-07-26 16:01:08 +08:00
reactivestreamsVersion =1.0.4
reactorcoreVersion =3.4.21
reactornettyVersion =1.0.21
reactorextraVersion =3.4.8
2021-05-17 14:35:45 +08:00
szxcvbnVersion =0.2
quartzVersion =2.3.2
2022-11-22 11:02:52 +08:00
jodatimeVersion =2.12.1
2022-09-23 17:02:20 +08:00
snakeyamlVersion =1.32
2021-05-17 14:35:45 +08:00
nekohtmlVersion =1.9.22
2022-07-26 16:01:08 +08:00
ognlVersion =3.3.3
2021-05-17 14:35:45 +08:00
cglibVersion =3.3.0
2022-07-26 16:01:08 +08:00
asmVersion =9.3
2021-05-17 14:35:45 +08:00
aopallianceVersion =1.0
aspectjtoolsVersion =1.9.4
2021-08-17 14:11:02 +08:00
evictorVersion =1.0.0
2022-07-26 16:01:08 +08:00
lettuceVersion =6.1.9.RELEASE
2021-11-16 11:48:08 +08:00
pinyin4jVersion =2.5.1
2022-09-20 09:57:08 +08:00
jsoupVersion =1.15.3
2022-07-26 16:01:08 +08:00
reflectionsVersion =0.10.2
2021-04-22 08:59:01 +08:00
#xml
2021-05-17 14:35:45 +08:00
jdomVersion =2.0.2
dom4jVersion =1.6.1
serializerVersion =2.7.2
xmlresolverVersion =1.2
2022-09-23 17:02:20 +08:00
xmlsecVersion =2.1.7
2021-05-17 14:35:45 +08:00
xpp3Version =1.1.6
2022-09-23 17:02:20 +08:00
xstreamVersion =1.4.19
2022-09-20 09:57:08 +08:00
passayVersion =1.6.2
2022-09-19 09:18:27 +08:00
micrometercoreVersion =1.9.4
prometheusVersion =0.16.0
2021-05-17 14:35:45 +08:00
LatencyUtilsVersion =2.0.3
stax2apiVersion =4.2.1
mapstructVersion =1.4.1.Final
2022-09-20 09:57:08 +08:00
ip2regionVersion =2.6.5
2021-04-22 08:59:01 +08:00
#sdk
2021-05-17 14:35:45 +08:00
aliyunjavasdkcoreVersion =4.5.1
tencentcloudsdkjavaVersion =3.1.33