gradle.properties 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. #/*
  2. # * Copyright [2023] [MaxKey of copyright http://www.maxkey.top]
  3. # *
  4. # * Licensed under the Apache License, Version 2.0 (the "License");
  5. # * you may not use this file except in compliance with the License.
  6. # * You may obtain a copy of the License at
  7. # *
  8. # * http://www.apache.org/licenses/LICENSE-2.0
  9. # *
  10. # * Unless required by applicable law or agreed to in writing, software
  11. # * distributed under the License is distributed on an "AS IS" BASIS,
  12. # * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # * See the License for the specific language governing permissions and
  14. # * limitations under the License.
  15. # */
  16. #maxkey properties
  17. group =org.dromara.maxkey
  18. version =4.1.10
  19. vendor =https://www.maxkey.top
  20. author =MaxKeyTop
  21. githubUrl =https://github.com/dromara/MaxKey
  22. giteeUrl =https://gitee.com/dromara/MaxKey
  23. licenseName =The Apache Software License, Version 2.0
  24. licenseUrl =https://www.apache.org/licenses/LICENSE-2.0.txt
  25. createYear =2019
  26. #gradle
  27. org.gradle.caching =true
  28. #docker jib image
  29. #jibFromImage =eclipse-temurin:17-jre
  30. #jibToImage =maxkeytop
  31. #jibToAuthUsername =maxkeytop
  32. #jibToAuthPassword =docker registry credential
  33. #maxkey used jars version
  34. #spring
  35. springVersion =6.2.14
  36. springBootVersion =3.4.12
  37. springSecurityVersion =6.5.7
  38. springDataVersion =3.5.6
  39. springkafkaVersion =3.3.11
  40. springretryVersion =2.0.11
  41. #spring plugin
  42. springbootpluginVersion =3.4.12
  43. springplugincoreVersion =3.0.0
  44. springpluginmetadataVersion =3.0.0
  45. #spring cloud
  46. springcloudVersion =4.2.0
  47. #spring cloud alibaba
  48. springcloudalibabaVersion =2023.0.1.2
  49. springcloudalibabaspringVersion =1.0.11
  50. springcloudalibabacsplVersion =1.8.7
  51. alibabanacosclientVersion =2.2.3
  52. #Apache commons
  53. commonsbeanutilsVersion =1.9.4
  54. commonscodecVersion =1.17.0
  55. commonscollectionsVersion =3.2.2
  56. commonscollections4Version =4.4
  57. commonscompressVersion =1.21
  58. commonscsvVersion =1.7
  59. commonstextVersion =1.9
  60. commonsdbcp2Version =2.12.0
  61. commonsdbutilsVersion =1.7
  62. commonsdigester3Version =3.2
  63. commonsdigesterVersion =2.1
  64. commonsioVersion =2.16.1
  65. commonslangVersion =2.6
  66. commonslang3Version =3.14.0
  67. commonsloggingVersion =1.3.5
  68. commonspool2Version =2.12.0
  69. commonshttpclientVersion =3.1
  70. commonsfileuploadVersion =1.5
  71. commonsvalidatorVersion =1.7
  72. #Apache Http
  73. #v4
  74. httpcomponentsVersion =4.5.14
  75. httpcoreVersion =4.4.6
  76. httpasyncclientVersion =4.1.5
  77. #v5
  78. httpcomponentscore5Version =5.3.1
  79. httpcomponentsclient5Version =5.4.1
  80. #Libs
  81. velocityVersion =1.7
  82. velocitydepVersion =1.4
  83. freemarkerVersion =2.3.34
  84. xmlbeansVersion =5.0.2
  85. poiVersion =5.2.3
  86. #tomcat
  87. tomcatVersion =10.1.49
  88. #logs
  89. log4jVersion =2.25.2
  90. slf4jVersion =2.0.17
  91. jbossloggingVersion =3.5.3.Final
  92. #Messaging Kafka & RocketMQ
  93. kafkaclientsVersion =3.4.0
  94. rocketmqclientVersion =5.1.0
  95. rocketmqspringbootVersion =2.2.3
  96. #google
  97. jibGradlePluginVersion =3.3.2
  98. jhlabsfiltersVersion =2.0.235-1
  99. kaptchaVersion =2.3.2
  100. guavaVersion =33.4.0-jre
  101. tinkVersion =1.8.0
  102. zxingcoreVersion =3.5.3
  103. concurrentlinkedhashmaplruVersion =1.4.2
  104. #json
  105. gsonVersion =2.12.1
  106. jacksonVersion =2.18.4
  107. fastjsonVersion =1.2.83
  108. minidevjsonsmartVersion =2.4.5
  109. #database
  110. mysqlconnectorjavaVersion =8.4.0
  111. dm8JdbcDriverVersion =8.1.2.192
  112. postgresqlVersion =42.4.1
  113. druidVersion =1.2.24
  114. druidspringbootstarterVersion =1.2.24
  115. jedisVersion =4.3.2
  116. caffeineVersion =3.1.8
  117. hibernateVersion =7.0.5.Final
  118. mybatisVersion =3.5.19
  119. mybatisspringVersion =3.0.4
  120. mybatisjpaextraVersion =3.3.8
  121. #saml
  122. opensamlVersion =2.6.6
  123. openwsVersion =1.5.6
  124. xmltoolingVersion =1.4.6
  125. javasupportVersion =8.0.0
  126. #jakarta
  127. jakartaannotationVersion =3.0.0
  128. jakartaactivationVersion =2.1.4
  129. jakartamailapiVersion =2.1.5
  130. jakartapersistenceapiVersion =3.0.0
  131. jakartatransactionapiVersion =2.0.1
  132. jakartavalidationapiVersion =3.1.1
  133. jakartaxmlbindapiVersion =4.0.4
  134. #mail
  135. angusmailVersion =2.0.5
  136. angusactivationVersion =2.0.2
  137. #xml
  138. xmlbindjaxbcoreVersion =3.0.2
  139. xmlbindjaxbimplVersion =3.0.2
  140. xmlbindjaxbxjcVersion =3.0.2
  141. #jwt
  142. nimbusjosejwtVersion =9.47
  143. jcipannotationsVersion =1.0-1
  144. #others
  145. thymeleafVersion =3.0.15.RELEASE
  146. nettyVersion =4.1.65.Final
  147. hazelcastVersion =4.2.2
  148. attoparserVersion =2.0.5.RELEASE
  149. unbescapeVersion =1.1.6.RELEASE
  150. woodstoxVersion =6.2.8
  151. bouncycastleVersion =1.71
  152. junitVersion =4.11
  153. xmlunitVersion =2.10.4
  154. mockitoallVersion =1.10.19
  155. minidevasmVersion =1.0.2
  156. javassistVersion =3.29.0-GA
  157. esapiVersion =2.2.0.0
  158. jtaVersion =1.1
  159. validationapiVersion =2.0.1.Final
  160. jsr173Version =1.0
  161. jaxbapiVersion =2.3.1
  162. classmateVersion =1.7.1
  163. reactivestreamsVersion =1.0.4
  164. reactorcoreVersion =3.5.3
  165. reactornettyVersion =1.1.4
  166. reactorextraVersion =3.5.0
  167. szxcvbnVersion =0.2
  168. nekohtmlVersion =1.9.22
  169. ognlVersion =3.3.3
  170. cglibVersion =3.3.0
  171. asmVersion =9.4
  172. aopallianceVersion =1.0
  173. aspectjtoolsVersion =1.9.9.1
  174. evictorVersion =1.0.0
  175. lettuceVersion =6.1.9.RELEASE
  176. reflectionsVersion =0.10.2
  177. #xml
  178. jdom2Version =2.0.6.1
  179. dom4jVersion =2.1.4
  180. serializerVersion =2.7.2
  181. webauthn4jVersion =0.29.4.RELEASE
  182. xmlresolverVersion =1.2
  183. xmlsecVersion =2.1.7
  184. xpp3Version =1.1.6
  185. xstreamVersion =1.4.19
  186. passayVersion =1.6.2
  187. LatencyUtilsVersion =2.0.3
  188. stax2apiVersion =4.2.1
  189. #tools
  190. quartzVersion =2.3.2
  191. springbootadminVersion =2.7.3
  192. jodatimeVersion =2.12.2
  193. snakeyamlVersion =2.0
  194. ip2regionVersion =2.7.0
  195. maxminddbVersion =3.0.0
  196. maxmindgeoip2Version =4.0.1
  197. pinyin4jVersion =2.5.1
  198. jsoupVersion =1.15.4
  199. micrometercoreVersion =1.10.5
  200. prometheusVersion =0.16.0
  201. mapstructVersion =1.5.3.Final
  202. JustAuthVersion =1.16.5
  203. simplehttpVersion =1.0.5
  204. casclientVersion =4.0.4
  205. #doc
  206. swaggerV3Version =2.2.41
  207. classgraphVersion =4.8.184
  208. webjarslocatorcoreVersion =0.59
  209. webjarslocatorVersion =0.52
  210. webjarslocatorliteVersion =1.1.2
  211. swaggeruiVersion =5.30.3
  212. springdocVersion =2.8.14
  213. knife4jVersion =4.5.0
  214. #sdk
  215. aliyunjavasdkcoreVersion =4.6.4
  216. opentracingVersion =0.33.0
  217. tencentcloudsdkjavaVersion =3.1.33