|
91 | 91 | <!-- <spring_version>4.3.30.RELEASE</spring_version> -->
|
92 | 92 | <spring_version>5.3.39</spring_version>
|
93 | 93 | <spring_boot_version>2.7.18</spring_boot_version>
|
94 |
| - <spring_security_version>5.8.15</spring_security_version> |
| 94 | + <spring_security_version>5.8.16</spring_security_version> |
95 | 95 | <javassist_version>3.30.2-GA</javassist_version>
|
96 | 96 | <byte-buddy_version>1.15.10</byte-buddy_version>
|
97 | 97 | <netty_version>3.2.10.Final</netty_version>
|
|
104 | 104 | <zookeeper_version>3.7.2</zookeeper_version>
|
105 | 105 | <curator_version>5.7.1</curator_version>
|
106 | 106 | <curator_test_version>2.12.0</curator_test_version>
|
107 |
| - <jedis_version>3.10.0</jedis_version> |
108 | 107 | <hessian_version>4.0.66</hessian_version>
|
109 | 108 | <protobuf-java_version>3.25.5</protobuf-java_version>
|
110 | 109 | <javax_annotation-api_version>1.3.2</javax_annotation-api_version>
|
|
150 | 149 | <log4j_version>1.2.17</log4j_version>
|
151 | 150 | <logback_version>1.2.13</logback_version>
|
152 | 151 | <!-- Fix the bug of log4j refer:https://github.com/apache/logging-log4j2/pull/608 -->
|
153 |
| - <log4j2_version>2.24.1</log4j2_version> |
154 |
| - <commons_io_version>2.17.0</commons_io_version> |
| 152 | + <log4j2_version>2.24.2</log4j2_version> |
| 153 | + <commons_io_version>2.18.0</commons_io_version> |
155 | 154 | <commons-codec_version>1.17.1</commons-codec_version>
|
156 | 155 | <groovy_version>4.0.24</groovy_version>
|
157 | 156 |
|
|
161 | 160 | <awaitility_version>4.2.2</awaitility_version>
|
162 | 161 | <hamcrest_version>2.2</hamcrest_version>
|
163 | 162 | <cglib_version>2.2.2</cglib_version>
|
164 |
| - <embedded_redis_version>1.4.3</embedded_redis_version> |
165 | 163 | <mockito_version>4.11.0</mockito_version>
|
166 | 164 | <spock_version>2.3-groovy-4.0</spock_version>
|
167 | 165 |
|
168 | 166 | <jaxb_version>2.2.7</jaxb_version>
|
169 | 167 | <activation_version>1.2.0</activation_version>
|
170 |
| - <test_container_version>1.20.3</test_container_version> |
| 168 | + <test_container_version>1.20.4</test_container_version> |
171 | 169 | <hessian_lite_version>4.0.3</hessian_lite_version>
|
172 | 170 | <swagger_version>1.6.14</swagger_version>
|
173 | 171 |
|
174 | 172 | <snappy_java_version>1.1.10.7</snappy_java_version>
|
175 | 173 | <bouncycastle-bcprov_version>1.70</bouncycastle-bcprov_version>
|
176 |
| - <sofa_registry_version>5.4.3</sofa_registry_version> |
177 | 174 | <metrics_version>2.0.6</metrics_version>
|
178 | 175 | <gson_version>2.11.0</gson_version>
|
179 | 176 | <jackson_version>2.18.1</jackson_version>
|
|
185 | 182 | <spotless.action>check</spotless.action>
|
186 | 183 | <dubbo-shared-resources.version>1.0.0</dubbo-shared-resources.version>
|
187 | 184 | <palantirJavaFormat.version>2.38.0</palantirJavaFormat.version>
|
188 |
| - <open_feign_version>3.1.9</open_feign_version> |
189 | 185 | <jakarta.xml.bind-api.version>4.0.2</jakarta.xml.bind-api.version>
|
190 | 186 | <jaxb-runtime.version>2.4.0-b180830.0438</jaxb-runtime.version>
|
191 | 187 | <!-- Spring boot buddy is lower than the delivery dependency package version and can only show the defined dependency version -->
|
|
400 | 396 | </exclusion>
|
401 | 397 | </exclusions>
|
402 | 398 | </dependency>
|
403 |
| - <dependency> |
404 |
| - <groupId>redis.clients</groupId> |
405 |
| - <artifactId>jedis</artifactId> |
406 |
| - <version>${jedis_version}</version> |
407 |
| - </dependency> |
408 | 399 |
|
409 | 400 | <!-- Alibaba -->
|
410 | 401 |
|
|
724 | 715 | <version>${swagger_version}</version>
|
725 | 716 | </dependency>
|
726 | 717 |
|
727 |
| - <!-- for dubbo-registry-sofa --> |
728 |
| - <dependency> |
729 |
| - <groupId>com.alipay.sofa</groupId> |
730 |
| - <artifactId>registry-client-all</artifactId> |
731 |
| - <version>${sofa_registry_version}</version> |
732 |
| - </dependency> |
733 |
| - <dependency> |
734 |
| - <groupId>com.alipay.sofa</groupId> |
735 |
| - <artifactId>registry-test</artifactId> |
736 |
| - <version>${sofa_registry_version}</version> |
737 |
| - <scope>test</scope> |
738 |
| - </dependency> |
739 |
| - |
740 | 718 | <!-- Test libs -->
|
741 | 719 | <dependency>
|
742 | 720 | <groupId>org.junit.jupiter</groupId>
|
|
804 | 782 | <version>${cglib_version}</version>
|
805 | 783 | <scope>test</scope>
|
806 | 784 | </dependency>
|
807 |
| - <dependency> |
808 |
| - <groupId>com.github.codemonstur</groupId> |
809 |
| - <artifactId>embedded-redis</artifactId> |
810 |
| - <version>${embedded_redis_version}</version> |
811 |
| - <scope>test</scope> |
812 |
| - </dependency> |
813 | 785 | <dependency>
|
814 | 786 | <groupId>org.springframework</groupId>
|
815 | 787 | <artifactId>spring-test</artifactId>
|
|
998 | 970 | <artifactId>rxjava</artifactId>
|
999 | 971 | <version>${rxjava.version}</version>
|
1000 | 972 | </dependency>
|
1001 |
| - <dependency> |
1002 |
| - <groupId>org.springframework.cloud</groupId> |
1003 |
| - <artifactId>spring-cloud-openfeign-core</artifactId> |
1004 |
| - <version>${open_feign_version}</version> |
1005 |
| - </dependency> |
1006 | 973 | <dependency>
|
1007 | 974 | <groupId>jakarta.xml.bind</groupId>
|
1008 | 975 | <artifactId>jakarta.xml.bind-api</artifactId>
|
|
0 commit comments