Skip to content

Commit bdb9464

Browse files
committed
Update dependencies
1 parent 62b58cb commit bdb9464

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

easy-random-core/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -77,12 +77,6 @@
7777
<artifactId>mockito-junit-jupiter</artifactId>
7878
<scope>test</scope>
7979
</dependency>
80-
<dependency>
81-
<groupId>javax.xml.bind</groupId>
82-
<artifactId>jaxb-api</artifactId>
83-
<version>2.3.0</version>
84-
<scope>test</scope>
85-
</dependency>
8680
</dependencies>
8781

8882
<build>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<classgraph.version>4.8.65</classgraph.version>
2929
<hibernate-validator.version>6.1.2.Final</hibernate-validator.version>
3030
<javax.el.version>3.0.0</javax.el.version>
31-
<mockito.version>3.3.0</mockito.version>
31+
<mockito.version>3.3.3</mockito.version>
3232
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
3333
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
3434
<maven-cobertura-plugin.version>2.7</maven-cobertura-plugin.version>

0 commit comments

Comments
 (0)