Skip to content

Commit ffa8e58

Browse files
author
jainadc9
committed
Uplifted spring boot version 2.6.3
1 parent f841549 commit ffa8e58

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

pom.xml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<parent>
1313
<groupId>org.springframework.boot</groupId>
1414
<artifactId>spring-boot-starter-parent</artifactId>
15-
<version>2.0.8.RELEASE</version>
15+
<version>2.6.3</version>
1616
<relativePath /> <!-- .. lookup parent from repository -->
1717
</parent>
1818

@@ -90,6 +90,10 @@
9090
<groupId>com.vaadin.external.google</groupId>
9191
<artifactId>android-json</artifactId>
9292
</exclusion>
93+
<exclusion>
94+
<groupId>org.junit.jupiter</groupId>
95+
<artifactId>junit-jupiter</artifactId>
96+
</exclusion>
9397
</exclusions>
9498
</dependency>
9599

@@ -118,13 +122,13 @@
118122
<dependency>
119123
<groupId>junit</groupId>
120124
<artifactId>junit</artifactId>
121-
<version>4.13.1</version>
125+
<version>4.13.2</version>
122126
</dependency>
123127
<!-- https://mvnrepository.com/artifact/org.mockito/mockito-all -->
124128
<dependency>
125129
<groupId>org.mockito</groupId>
126130
<artifactId>mockito-core</artifactId>
127-
<version>2.9.0</version>
131+
<version>4.0.0</version>
128132
<scope>test</scope>
129133
</dependency>
130134
<!-- https://mvnrepository.com/artifact/org.mock-server/mockserver-client-java -->

0 commit comments

Comments
 (0)