Skip to content

Commit 10e9ee3

Browse files
committed
Update to global-parent 47.
Update testing dependencies.
1 parent a26ddf8 commit 10e9ee3

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

parent_toplevel/changes.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,15 @@
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.3.4" date="not released">
27+
<action type="update" dev="sseifert">
28+
Update to global-parent 47.
29+
</action>
30+
<action type="update" dev="sseifert">
31+
Update testing dependencies.
32+
</action>
33+
</release>
34+
2635
<release version="1.3.2" date="2022-05-10">
2736
<action type="update" dev="sseifert">
2837
Update to global-parent 44.

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>44</version>
28+
<version>47-SNAPSHOT</version>
2929
<relativePath />
3030
</parent>
3131

@@ -152,18 +152,18 @@
152152
<dependency>
153153
<groupId>org.mockito</groupId>
154154
<artifactId>mockito-core</artifactId>
155-
<version>4.5.1</version>
155+
<version>4.8.0</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>org.mockito</groupId>
159159
<artifactId>mockito-junit-jupiter</artifactId>
160-
<version>4.5.1</version>
160+
<version>4.8.0</version>
161161
</dependency>
162162
<!-- Import all JUnit 5 dependencies -->
163163
<dependency>
164164
<groupId>org.junit</groupId>
165165
<artifactId>junit-bom</artifactId>
166-
<version>5.8.2</version>
166+
<version>5.9.1</version>
167167
<type>pom</type>
168168
<scope>import</scope>
169169
</dependency>

0 commit comments

Comments
 (0)