Skip to content

Commit 386d3a1

Browse files
committed
Merge branch 'develop'
2 parents 47a9664 + 00339f8 commit 386d3a1

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
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.4.4" date="2024-01-25">
27+
<action type="update" dev="sseifert">
28+
Update to global-parent 56.
29+
</action>
30+
<action type="update" dev="sseifert">
31+
Update testing dependencies.
32+
</action>
33+
</release>
34+
2635
<release version="1.4.2" date="2023-10-18">
2736
<action type="update" dev="sseifert">
2837
Update to global-parent 54.

parent_toplevel/pom.xml

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

3232
<groupId>io.wcm.devops</groupId>
3333
<artifactId>io.wcm.devops.parent_toplevel</artifactId>
34-
<version>1.4.2</version>
34+
<version>1.4.4</version>
3535
<packaging>pom</packaging>
3636

3737
<name>Toplevel Parent</name>
@@ -84,7 +84,7 @@
8484
<site.deploy.url>scm:git:https://github.com/wcm-io-devops/wcm-io-devops.github.io.git</site.deploy.url>
8585

8686
<!-- Versions -->
87-
<mockito.version>5.6.0</mockito.version>
87+
<mockito.version>5.10.0</mockito.version>
8888

8989
<!-- SonarCloud -->
9090
<sonar.organization>wcm-io-devops</sonar.organization>
@@ -165,7 +165,7 @@
165165
<dependency>
166166
<groupId>org.junit</groupId>
167167
<artifactId>junit-bom</artifactId>
168-
<version>5.10.0</version>
168+
<version>5.10.1</version>
169169
<type>pom</type>
170170
<scope>import</scope>
171171
</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.4.1-SNAPSHOT</version>
29+
<version>1.4.2</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.4.1-SNAPSHOT</version>
29+
<version>1.4.2</version>
3030
<relativePath>../parent_toplevel/pom.xml</relativePath>
3131
</parent>
3232

0 commit comments

Comments
 (0)