Skip to content

Commit c4f5aeb

Browse files
committed
Changelog for v12.5
1 parent b631d05 commit c4f5aeb

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,20 @@ http://kiwitcms.org/blog/atodorov/2019/02/22/how-to-use-kiwi-tcms-plugins-pt-1/
8383

8484
Files signed with EC1CEB7CDFA79FB5, Kiwi TCMS <info@kiwitcms.org>
8585

86+
### 12.5 (14 Jul 2023)
87+
88+
- Add override parameter to config path (Marcin Lewandowski)
89+
- Upgrade jackson-core from 2.13.3 to 2.15.2
90+
- Upgrade jackson-databind from 2.13.4.2 to 2.15.2
91+
- Upgrade junit-jupiter-api from 5.8.2 to 5.9.3
92+
- Upgrade junit-jupiter-engine from 5.8.2 to 5.9.3
93+
- Upgrade junit-platform-launcher from 1.8.2 to 1.9.3
94+
- Upgrade maven-checkstyle-plugin from 3.1.2 to 3.3.0
95+
- Upgrade maven-compiler-plugin from 3.10.1 to 3.11.0
96+
- Upgrade maven-javadoc-plugin from 3.4.0 to 3.5.0
97+
- Upgrade maven-surefire-plugin from 3.0.0-M7 to 3.1.2
98+
- Upgrade mockito-core from 4.6.1 to 4.11.0
99+
86100
### 11.1 (14 Jul 2022)
87101

88102
- Don't hard-code test execution statuses, fetch them from API

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.kiwitcms.java</groupId>
55
<artifactId>kiwitcms-junit-plugin</artifactId>
66
<packaging>jar</packaging>
7-
<version>11.1</version>
7+
<version>12.5</version>
88

99
<name>kiwitcms-junit-plugin</name>
1010
<description>JUnit 5 plugin for Kiwi TCMS.</description>

0 commit comments

Comments
 (0)