gradle.properties 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  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.9
  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. #docker jib image
  27. jibFromImage =eclipse-temurin:17-jre
  28. jibToImage =maxkeytop
  29. jibToAuthUsername =maxkeytop
  30. jibToAuthPassword =docker registry credential
  31. #maxkey used jars version
  32. #spring
  33. springVersion =6.2.14
  34. springBootVersion =3.4.12
  35. springSecurityVersion =6.5.7
  36. springDataVersion =3.5.6
  37. springkafkaVersion =3.3.11
  38. springretryVersion =2.0.11
  39. #spring plugin
  40. springbootpluginVersion =3.4.12
  41. springplugincoreVersion =3.0.0
  42. springpluginmetadataVersion =3.0.0
  43. #spring cloud
  44. springcloudVersion =4.2.0
  45. #spring cloud alibaba
  46. springcloudalibabaVersion =2023.0.1.2
  47. springcloudalibabaspringVersion =1.0.11
  48. springcloudalibabacsplVersion =1.8.7
  49. alibabanacosclientVersion =2.2.3
  50. #Apache commons
  51. commonsbeanutilsVersion =1.9.4
  52. commonscodecVersion =1.17.0
  53. commonscollectionsVersion =3.2.2
  54. commonscollections4Version =4.4
  55. commonscompressVersion =1.21
  56. commonscsvVersion =1.7
  57. commonstextVersion =1.9
  58. commonsdbcp2Version =2.12.0
  59. commonsdbutilsVersion =1.7
  60. commonsdigester3Version =3.2
  61. commonsdigesterVersion =2.1
  62. commonsioVersion =2.16.1
  63. commonslangVersion =2.6
  64. commonslang3Version =3.14.0
  65. commonsloggingVersion =1.3.5
  66. commonspool2Version =2.12.0
  67. commonshttpclientVersion =3.1
  68. commonsfileuploadVersion =1.5
  69. commonsvalidatorVersion =1.7
  70. #Apache Http
  71. #v4
  72. httpcomponentsVersion =4.5.14
  73. httpcoreVersion =4.4.6
  74. httpasyncclientVersion =4.1.5
  75. #v5
  76. httpcomponentscore5Version =5.3.1
  77. httpcomponentsclient5Version =5.4.1
  78. #Libs
  79. velocityVersion =1.7
  80. velocitydepVersion =1.4
  81. freemarkerVersion =2.3.34
  82. xmlbeansVersion =5.0.2
  83. poiVersion =5.2.3
  84. #tomcat
  85. tomcatVersion =10.1.49
  86. #logs
  87. log4jVersion =2.25.2
  88. slf4jVersion =2.0.17
  89. jbossloggingVersion =3.5.3.Final
  90. #Messaging Kafka & RocketMQ
  91. kafkaclientsVersion =3.4.0
  92. rocketmqclientVersion =5.1.0
  93. rocketmqspringbootVersion =2.2.3
  94. #google
  95. jibGradlePluginVersion =3.3.2
  96. jhlabsfiltersVersion =2.0.235-1
  97. kaptchaVersion =2.3.2
  98. guavaVersion =33.4.0-jre
  99. tinkVersion =1.8.0
  100. zxingcoreVersion =3.5.3
  101. concurrentlinkedhashmaplruVersion =1.4.2
  102. #json
  103. gsonVersion =2.12.1
  104. jacksonVersion =2.18.4
  105. fastjsonVersion =1.2.83
  106. minidevjsonsmartVersion =2.4.5
  107. #database
  108. mysqlconnectorjavaVersion =8.4.0
  109. dm8JdbcDriverVersion =8.1.2.192
  110. postgresqlVersion =42.4.1
  111. druidVersion =1.2.24
  112. druidspringbootstarterVersion =1.2.24
  113. jedisVersion =4.3.2
  114. caffeineVersion =3.1.8
  115. hibernateVersion =7.0.5.Final
  116. mybatisVersion =3.5.19
  117. mybatisspringVersion =3.0.4
  118. mybatisjpaextraVersion =3.3.8
  119. #saml
  120. opensamlVersion =2.6.6
  121. openwsVersion =1.5.6
  122. xmltoolingVersion =1.4.6
  123. javasupportVersion =8.0.0
  124. #jakarta
  125. jakartaannotationVersion =3.0.0
  126. jakartaactivationVersion =2.1.4
  127. jakartamailapiVersion =2.1.5
  128. jakartapersistenceapiVersion =3.0.0
  129. jakartatransactionapiVersion =2.0.1
  130. jakartavalidationapiVersion =3.1.1
  131. jakartaxmlbindapiVersion =4.0.4
  132. #mail
  133. angusmailVersion =2.0.5
  134. angusactivationVersion =2.0.2
  135. #xml
  136. xmlbindjaxbcoreVersion =3.0.2
  137. xmlbindjaxbimplVersion =3.0.2
  138. xmlbindjaxbxjcVersion =3.0.2
  139. #jwt
  140. nimbusjosejwtVersion =9.47
  141. jcipannotationsVersion =1.0-1
  142. #others
  143. thymeleafVersion =3.0.15.RELEASE
  144. nettyVersion =4.1.65.Final
  145. hazelcastVersion =4.2.2
  146. attoparserVersion =2.0.5.RELEASE
  147. unbescapeVersion =1.1.6.RELEASE
  148. woodstoxVersion =6.2.8
  149. bouncycastleVersion =1.71
  150. junitVersion =4.11
  151. xmlunitVersion =2.10.4
  152. mockitoallVersion =1.10.19
  153. minidevasmVersion =1.0.2
  154. javassistVersion =3.29.0-GA
  155. esapiVersion =2.2.0.0
  156. jtaVersion =1.1
  157. validationapiVersion =2.0.1.Final
  158. jsr173Version =1.0
  159. jaxbapiVersion =2.3.1
  160. classmateVersion =1.7.1
  161. reactivestreamsVersion =1.0.4
  162. reactorcoreVersion =3.5.3
  163. reactornettyVersion =1.1.4
  164. reactorextraVersion =3.5.0
  165. szxcvbnVersion =0.2
  166. nekohtmlVersion =1.9.22
  167. ognlVersion =3.3.3
  168. cglibVersion =3.3.0
  169. asmVersion =9.4
  170. aopallianceVersion =1.0
  171. aspectjtoolsVersion =1.9.9.1
  172. evictorVersion =1.0.0
  173. lettuceVersion =6.1.9.RELEASE
  174. reflectionsVersion =0.10.2
  175. #xml
  176. jdom2Version =2.0.6.1
  177. dom4jVersion =2.1.4
  178. serializerVersion =2.7.2
  179. webauthn4jVersion =0.29.4.RELEASE
  180. xmlresolverVersion =1.2
  181. xmlsecVersion =2.1.7
  182. xpp3Version =1.1.6
  183. xstreamVersion =1.4.19
  184. passayVersion =1.6.2
  185. LatencyUtilsVersion =2.0.3
  186. stax2apiVersion =4.2.1
  187. #tools
  188. quartzVersion =2.3.2
  189. springbootadminVersion =2.7.3
  190. jodatimeVersion =2.12.2
  191. snakeyamlVersion =2.0
  192. ip2regionVersion =2.7.0
  193. maxminddbVersion =3.0.0
  194. maxmindgeoip2Version =4.0.1
  195. pinyin4jVersion =2.5.1
  196. jsoupVersion =1.15.4
  197. micrometercoreVersion =1.10.5
  198. prometheusVersion =0.16.0
  199. mapstructVersion =1.5.3.Final
  200. JustAuthVersion =1.16.5
  201. simplehttpVersion =1.0.5
  202. casclientVersion =4.0.4
  203. #doc
  204. swaggerV3Version =2.2.27
  205. classgraphVersion =4.8.179
  206. webjarslocatorcoreVersion =0.59
  207. webjarslocatorVersion =0.52
  208. webjarslocatorliteVersion =1.0.1
  209. swaggeruiVersion =5.18.2
  210. springdocVersion =2.7.0
  211. knife4jVersion =4.5.0
  212. #sdk
  213. aliyunjavasdkcoreVersion =4.6.4
  214. opentracingVersion =0.33.0
  215. tencentcloudsdkjavaVersion =3.1.33