Skip to content

Commit ac5785a

Browse files
committed
update mockito and slf4j dependencies
1 parent 3befe92 commit ac5785a

1 file changed

Lines changed: 14 additions & 4 deletions

File tree

parent_toplevel/pom.xml

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,11 @@
103103
<groupId>org.mockito</groupId>
104104
<artifactId>mockito-core</artifactId>
105105
<scope>test</scope>
106+
</dependency>
107+
<dependency>
108+
<groupId>org.mockito</groupId>
109+
<artifactId>mockito-junit-jupiter</artifactId>
110+
<scope>test</scope>
106111
</dependency>
107112
<dependency>
108113
<groupId>org.junit.jupiter</groupId>
@@ -128,17 +133,17 @@
128133
<dependency>
129134
<groupId>org.slf4j</groupId>
130135
<artifactId>slf4j-api</artifactId>
131-
<version>1.7.12</version>
136+
<version>1.7.25</version>
132137
</dependency>
133138
<dependency>
134139
<groupId>org.slf4j</groupId>
135140
<artifactId>slf4j-log4j12</artifactId>
136-
<version>1.7.12</version>
141+
<version>1.7.25</version>
137142
</dependency>
138143
<dependency>
139144
<groupId>org.slf4j</groupId>
140145
<artifactId>slf4j-simple</artifactId>
141-
<version>1.7.12</version>
146+
<version>1.7.25</version>
142147
</dependency>
143148
<dependency>
144149
<groupId>log4j</groupId>
@@ -155,7 +160,12 @@
155160
<dependency>
156161
<groupId>org.mockito</groupId>
157162
<artifactId>mockito-core</artifactId>
158-
<version>2.13.0</version>
163+
<version>2.19.0</version>
164+
</dependency>
165+
<dependency>
166+
<groupId>org.mockito</groupId>
167+
<artifactId>mockito-junit-jupiter</artifactId>
168+
<version>2.19.0</version>
159169
</dependency>
160170
<!-- Import all JUnit 5 dependencies -->
161171
<dependency>

0 commit comments

Comments
 (0)