Skip to content

Commit f235c05

Browse files
committed
prepare release
1 parent c9f74cc commit f235c05

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

parent_toplevel/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,13 @@
2323
xsi:schemaLocation="http://maven.apache.org/changes/1.0.0 http://maven.apache.org/plugins/maven-changes-plugin/xsd/changes-1.0.0.xsd">
2424
<body>
2525

26-
<release version="1.2.8" date="not released">
26+
<release version="1.2.10" date="2021-12-18">
2727
<action type="update" dev="sseifert">
2828
Update to global-parent 40.
2929
</action>
30+
<action type="update" dev="sseifert">
31+
Update testing dependencies.
32+
</action>
3033
</release>
3134

3235
<release version="1.2.8" date="2021-06-27">

parent_toplevel/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -154,23 +154,23 @@
154154
<dependency>
155155
<groupId>org.hamcrest</groupId>
156156
<artifactId>hamcrest-library</artifactId>
157-
<version>1.3</version>
157+
<version>2.2</version>
158158
</dependency>
159159
<dependency>
160160
<groupId>org.mockito</groupId>
161161
<artifactId>mockito-core</artifactId>
162-
<version>3.2.4</version>
162+
<version>4.2.0</version>
163163
</dependency>
164164
<dependency>
165165
<groupId>org.mockito</groupId>
166166
<artifactId>mockito-junit-jupiter</artifactId>
167-
<version>3.2.4</version>
167+
<version>4.2.0</version>
168168
</dependency>
169169
<!-- Import all JUnit 5 dependencies -->
170170
<dependency>
171171
<groupId>org.junit</groupId>
172172
<artifactId>junit-bom</artifactId>
173-
<version>5.5.2</version>
173+
<version>5.8.2</version>
174174
<type>pom</type>
175175
<scope>import</scope>
176176
</dependency>

0 commit comments

Comments
 (0)