File tree 2 files changed +11
-2
lines changed
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change
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
+
1
9
## 2.2.3
2
10
- Uplifted eiffel-remrem-parent version from 2.0.7 to 2.0.8.
3
11
- Uplifted eiffel-remrem-protocol-interface version from 2.1.2 to 2.1.3.
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >com.github.eiffel-community</groupId >
6
6
<artifactId >eiffel-remrem-parent</artifactId >
7
- <version >2.0.11 </version >
7
+ <version >2.0.12 </version >
8
8
</parent >
9
9
<artifactId >eiffel-remrem-semantics</artifactId >
10
- <version >2.2.5 </version >
10
+ <version >2.2.6 </version >
11
11
<packaging >jar</packaging >
12
12
<properties >
13
13
<eclipse .jgit.version>5.0.1.201806211838-r</eclipse .jgit.version>
91
91
<dependency >
92
92
<groupId >org.mockito</groupId >
93
93
<artifactId >mockito-core</artifactId >
94
+ <version >${mockito.version} </version >
94
95
<scope >test</scope >
95
96
</dependency >
96
97
<dependency >
You can’t perform that action at this time.
0 commit comments