Skip to content

Commit b000abe

Browse files
committed
Update dependencies.
1 parent 993b46c commit b000abe

File tree

4 files changed

+11
-19
lines changed

4 files changed

+11
-19
lines changed

parent_toplevel/changes.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
Update to reflow-maven-skin 1.0.10.
2929
</action>
3030
<action type="update" dev="sseifert">
31-
Update to global-parent 28.
31+
Update to global-parent 29.
32+
</action>
33+
<action type="update" dev="sseifert">
34+
Update dependencies.
3235
</action>
3336
</release>
3437

parent_toplevel/pom.xml

Lines changed: 5 additions & 16 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>28</version>
28+
<version>29</version>
2929
<relativePath />
3030
</parent>
3131

@@ -111,17 +111,7 @@
111111
</dependency>
112112
<dependency>
113113
<groupId>org.junit.jupiter</groupId>
114-
<artifactId>junit-jupiter-api</artifactId>
115-
<scope>test</scope>
116-
</dependency>
117-
<dependency>
118-
<groupId>org.junit.jupiter</groupId>
119-
<artifactId>junit-jupiter-params</artifactId>
120-
<scope>test</scope>
121-
</dependency>
122-
<dependency>
123-
<groupId>org.junit.jupiter</groupId>
124-
<artifactId>junit-jupiter-engine</artifactId>
114+
<artifactId>junit-jupiter</artifactId>
125115
<scope>test</scope>
126116
</dependency>
127117

@@ -160,19 +150,18 @@
160150
<dependency>
161151
<groupId>org.mockito</groupId>
162152
<artifactId>mockito-core</artifactId>
163-
<version>2.25.0</version>
153+
<version>3.2.4</version>
164154
</dependency>
165155
<dependency>
166156
<groupId>org.mockito</groupId>
167157
<artifactId>mockito-junit-jupiter</artifactId>
168-
<version>2.25.0</version>
158+
<version>3.2.4</version>
169159
</dependency>
170160
<!-- Import all JUnit 5 dependencies -->
171161
<dependency>
172162
<groupId>org.junit</groupId>
173163
<artifactId>junit-bom</artifactId>
174-
<!-- Stick with JUnit 5.3.2 until Eclipse Inifinittest plugin supports newer versions -->
175-
<version>5.3.2</version>
164+
<version>5.5.2</version>
176165
<type>pom</type>
177166
<scope>import</scope>
178167
</dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.wcm.devops</groupId>
2828
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
29-
<version>1.1.6</version>
29+
<version>1.1.7-SNAPSHOT</version>
3030
<relativePath>parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

public_site/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>io.wcm.devops</groupId>
2828
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
29-
<version>1.1.6</version>
29+
<version>1.1.7-SNAPSHOT</version>
3030
<relativePath>../parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)