Skip to content

Commit f6cd386

Browse files
committed
Update to global-parent 24.
Update dependencies.
1 parent f9378ef commit f6cd386

File tree

2 files changed

+16
-4
lines changed

2 files changed

+16
-4
lines changed

parent_toplevel/changes.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,18 @@
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.1.2" date="not released">
27+
<action type="update" dev="sseifert">
28+
Update to reflow-maven-skin 1.0.6.
29+
</action>
30+
<action type="update" dev="sseifert">
31+
Update to global-parent 24.
32+
</action>
33+
<action type="update" dev="sseifert">
34+
Update dependencies.
35+
</action>
36+
</release>
37+
2638
<release version="1.1.0" date="2018-07-11">
2739
<action type="update" dev="sseifert">
2840
Switch to JUnit 5 as default test framework.

parent_toplevel/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>io.wcm.maven</groupId>
2727
<artifactId>io.wcm.maven.global-parent</artifactId>
28-
<version>20</version>
28+
<version>24</version>
2929
<relativePath />
3030
</parent>
3131

@@ -160,18 +160,18 @@
160160
<dependency>
161161
<groupId>org.mockito</groupId>
162162
<artifactId>mockito-core</artifactId>
163-
<version>2.19.0</version>
163+
<version>2.25.0</version>
164164
</dependency>
165165
<dependency>
166166
<groupId>org.mockito</groupId>
167167
<artifactId>mockito-junit-jupiter</artifactId>
168-
<version>2.19.0</version>
168+
<version>2.25.0</version>
169169
</dependency>
170170
<!-- Import all JUnit 5 dependencies -->
171171
<dependency>
172172
<groupId>org.junit</groupId>
173173
<artifactId>junit-bom</artifactId>
174-
<version>5.2.0</version>
174+
<version>5.4.0</version>
175175
<type>pom</type>
176176
<scope>import</scope>
177177
</dependency>

0 commit comments

Comments
 (0)