Skip to content

Commit 31ea307

Browse files
authored
Uplift to Mockito 5.3.1 (#161)
1 parent 1932912 commit 31ea307

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.2.6
2+
- Mockito framework upgraded to 5.3.1
3+
4+
## 2.2.5
5+
- Necessary changes to support OpenJDK 17
6+
7+
## 2.2.4
8+
19
## 2.2.3
210
- Uplifted eiffel-remrem-parent version from 2.0.7 to 2.0.8.
311
- Uplifted eiffel-remrem-protocol-interface version from 2.1.2 to 2.1.3.

pom.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>com.github.eiffel-community</groupId>
66
<artifactId>eiffel-remrem-parent</artifactId>
7-
<version>2.0.11</version>
7+
<version>2.0.12</version>
88
</parent>
99
<artifactId>eiffel-remrem-semantics</artifactId>
10-
<version>2.2.5</version>
10+
<version>2.2.6</version>
1111
<packaging>jar</packaging>
1212
<properties>
1313
<eclipse.jgit.version>5.0.1.201806211838-r</eclipse.jgit.version>
@@ -91,6 +91,7 @@
9191
<dependency>
9292
<groupId>org.mockito</groupId>
9393
<artifactId>mockito-core</artifactId>
94+
<version>${mockito.version}</version>
9495
<scope>test</scope>
9596
</dependency>
9697
<dependency>

0 commit comments

Comments
 (0)