|
60 | 60 |
|
61 | 61 | <properties> |
62 | 62 | <auto-service.version>1.1.0</auto-service.version> |
63 | | - <assertj-core.version>3.12.1</assertj-core.version> |
| 63 | + <assertj-core.version>3.24.2</assertj-core.version> |
64 | 64 | <apollo.version>2.1.0</apollo.version> |
65 | 65 | <byte.buddy.version>1.14.9</byte.buddy.version> |
66 | 66 | <caffeine.version>2.9.3</caffeine.version> |
|
75 | 75 | <commons.text.version>1.10.0</commons.text.version> |
76 | 76 | <commons.beanutils.version>1.9.4</commons.beanutils.version> |
77 | 77 | <nacos.config.sdk.version>0.2.12</nacos.config.sdk.version> |
78 | | - <curator.version>5.0.0</curator.version> |
| 78 | + <curator.version>5.5.0</curator.version> |
79 | 79 | <consul-api.version>1.4.5</consul-api.version> |
80 | 80 | <disruptor.version>3.4.2</disruptor.version> |
81 | 81 | <error.prone.annotations.version>2.10.0</error.prone.annotations.version> |
|
99 | 99 | <jetty.version>11.0.25</jetty.version> |
100 | 100 | <joda-time.version>2.7</joda-time.version> |
101 | 101 | <jprotobuf.version>2.4.14</jprotobuf.version> |
102 | | - <junit.version>4.13.2</junit.version> |
| 102 | + <junit.version>5.10.0</junit.version> |
103 | 103 | <javassist.version>3.28.0-GA</javassist.version> |
104 | 104 | <javax.servlet-api.version>3.1.0</javax.servlet-api.version> |
105 | 105 | <jsr305.version>3.0.2</jsr305.version> |
|
113 | 113 | <maven.plugin.testing.harness.version>3.3.0</maven.plugin.testing.harness.version> |
114 | 114 | <maven.resolver.version>1.4.1</maven.resolver.version> |
115 | 115 | <metrics.version>3.0.2</metrics.version> |
116 | | - <mockito_core.version>5.3.1</mockito_core.version> |
| 116 | + <mockito_core.version>5.5.0</mockito_core.version> |
117 | 117 | <nacos.version>1.4.2</nacos.version> |
118 | 118 | <nacos.client.version>2.2.1</nacos.client.version> |
119 | | - <objenesis.version>2.4</objenesis.version> |
| 119 | + <objenesis.version>3.3</objenesis.version> |
120 | 120 | <okhttp3.version>4.10.0</okhttp3.version> |
121 | 121 | <opentracing.version>0.33.0</opentracing.version> |
122 | 122 | <openfeign.version>12.2</openfeign.version> |
|
759 | 759 | <!--opensource dependencies end--> |
760 | 760 | <!--test dependencies--> |
761 | 761 | <dependency> |
762 | | - <artifactId>junit</artifactId> |
763 | | - <groupId>junit</groupId> |
| 762 | + <groupId>org.junit.jupiter</groupId> |
| 763 | + <artifactId>junit-jupiter-api</artifactId> |
| 764 | + <version>${junit.version}</version> |
764 | 765 | <scope>test</scope> |
| 766 | + </dependency> |
| 767 | + <dependency> |
| 768 | + <groupId>org.junit.jupiter</groupId> |
| 769 | + <artifactId>junit-jupiter-engine</artifactId> |
765 | 770 | <version>${junit.version}</version> |
| 771 | + <scope>test</scope> |
766 | 772 | </dependency> |
767 | 773 | <dependency> |
768 | 774 | <artifactId>assertj-core</artifactId> |
|
789 | 795 | <scope>test</scope> |
790 | 796 | </dependency> |
791 | 797 | <dependency> |
792 | | - <artifactId>powermock-module-junit4</artifactId> |
793 | | - <groupId>org.powermock</groupId> |
794 | | - <scope>test</scope> |
795 | | - <version>${powermock.version}</version> |
796 | | - </dependency> |
797 | | - <dependency> |
798 | | - <groupId>org.powermock</groupId> |
799 | | - <artifactId>powermock-api-mockito2</artifactId> |
800 | | - <version>${powermock.version}</version> |
801 | | - <scope>test</scope> |
802 | | - <exclusions> |
803 | | - <exclusion> |
804 | | - <artifactId>hamcrest-core</artifactId> |
805 | | - <groupId>org.hamcrest</groupId> |
806 | | - </exclusion> |
807 | | - </exclusions> |
808 | | - </dependency> |
809 | | - <dependency> |
810 | | - <groupId>org.powermock</groupId> |
811 | | - <artifactId>powermock-api-support</artifactId> |
812 | | - <version>${powermock.version}</version> |
| 798 | + <groupId>org.mockito</groupId> |
| 799 | + <artifactId>mockito-junit-jupiter</artifactId> |
| 800 | + <version>${mockito_core.version}</version> |
813 | 801 | <scope>test</scope> |
814 | | - <exclusions> |
815 | | - <exclusion> |
816 | | - <artifactId>powermock-core</artifactId> |
817 | | - <groupId>org.powermock</groupId> |
818 | | - </exclusion> |
819 | | - </exclusions> |
820 | 802 | </dependency> |
821 | 803 | <dependency> |
822 | | - <groupId>org.powermock</groupId> |
823 | | - <artifactId>powermock-module-junit4-rule</artifactId> |
824 | | - <version>${powermock.version}</version> |
| 804 | + <groupId>org.mockito</groupId> |
| 805 | + <artifactId>mockito-inline</artifactId> |
| 806 | + <version>${mockito_core.version}</version> |
825 | 807 | <scope>test</scope> |
826 | | - <exclusions> |
827 | | - <exclusion> |
828 | | - <artifactId>mockito-core</artifactId> |
829 | | - <groupId>org.mockito</groupId> |
830 | | - </exclusion> |
831 | | - </exclusions> |
832 | 808 | </dependency> |
833 | 809 | <dependency> |
834 | 810 | <groupId>org.springframework.boot</groupId> |
|
0 commit comments