From 9edf927aa4c1468de48bb214d9807c5928514c78 Mon Sep 17 00:00:00 2001
From: Lennart Tange <1272512+lenntt@users.noreply.github.com>
Date: Tue, 10 Dec 2024 10:48:23 +0100
Subject: [PATCH 1/3] chore: bump test dependencies (minor versions)
---
pom.xml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/pom.xml b/pom.xml
index 1795020..ecd8e0d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,10 +45,10 @@
UTF-8
21
- 5.9.0
- 5.10.1
- 3.25.1
- 0.8.11
+ 5.14.2
+ 5.11.3
+ 3.26.3
+ 0.8.12
@@ -281,12 +281,12 @@
org.pitest
pitest-maven
- 1.15.3
+ 1.17.2
org.pitest
pitest-junit5-plugin
- 1.1.1
+ 1.2.1
From 652132615577eaced7637ebeb835105b6a1b8e2d Mon Sep 17 00:00:00 2001
From: Lennart Tange <1272512+lenntt@users.noreply.github.com>
Date: Tue, 10 Dec 2024 11:06:38 +0100
Subject: [PATCH 2/3] feat: include archunit
---
pom.xml | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/pom.xml b/pom.xml
index ecd8e0d..faad323 100644
--- a/pom.xml
+++ b/pom.xml
@@ -58,6 +58,7 @@
// assertions.fail, uses CDATA instead of plain xml text, so for the time being stay at 2.22.2 -->
3.2.5
${java.release}
+ 1.3.0
@@ -324,6 +325,11 @@
junit-jupiter-engine
${junit.jupiter.version}
+
+ com.tngtech.archunit
+ archunit-junit5
+ ${archunit.version}
+
@@ -395,6 +401,11 @@
junit-jupiter-engine
test
+
+ com.tngtech.archunit
+ archunit-junit5
+ test
+
From 922a699416a19d9ff6eed6903fb70354d249b0a8 Mon Sep 17 00:00:00 2001
From: Lennart Tange <1272512+lenntt@users.noreply.github.com>
Date: Tue, 10 Dec 2024 13:20:18 +0100
Subject: [PATCH 3/3] chore: prepare v1.5
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index faad323..0773fb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
Fontys Venlo Informatics POM
io.github.fontysvenlo
informaticspom
- 1.4
+ 1.5
pom
FontysVenlo :: InformaticsPom
https://fontysvenlo.github.io/informaticspom/