File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 12
12
<parent >
13
13
<groupId >org.springframework.boot</groupId >
14
14
<artifactId >spring-boot-starter-parent</artifactId >
15
- <version >2.0.8.RELEASE </version >
15
+ <version >2.6.3 </version >
16
16
<relativePath /> <!-- .. lookup parent from repository -->
17
17
</parent >
18
18
90
90
<groupId >com.vaadin.external.google</groupId >
91
91
<artifactId >android-json</artifactId >
92
92
</exclusion >
93
+ <exclusion >
94
+ <groupId >org.junit.jupiter</groupId >
95
+ <artifactId >junit-jupiter</artifactId >
96
+ </exclusion >
93
97
</exclusions >
94
98
</dependency >
95
99
118
122
<dependency >
119
123
<groupId >junit</groupId >
120
124
<artifactId >junit</artifactId >
121
- <version >4.13.1 </version >
125
+ <version >4.13.2 </version >
122
126
</dependency >
123
127
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-all -->
124
128
<dependency >
125
129
<groupId >org.mockito</groupId >
126
130
<artifactId >mockito-core</artifactId >
127
- <version >2.9 .0</version >
131
+ <version >4.0 .0</version >
128
132
<scope >test</scope >
129
133
</dependency >
130
134
<!-- https://mvnrepository.com/artifact/org.mock-server/mockserver-client-java -->
You can’t perform that action at this time.
0 commit comments