Skip to content

Commit 8bcc3f3

Browse files
committed
Merge branch 'release/2025.11.0'
2 parents 2a16d2d + 94edc5f commit 8bcc3f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>io.toolisticon.maven.parent</groupId>
99
<artifactId>maven-parent-kotlin-base</artifactId>
10-
<version>2025.10.2</version>
10+
<version>2025.11.0</version>
1111

1212
<name>Maven Parent - Kotlin Base</name>
1313
<description>Maven parent for a holistic kotlin lib project.</description>
@@ -362,7 +362,7 @@
362362
<dependency>
363363
<groupId>ch.qos.logback</groupId>
364364
<artifactId>logback-classic</artifactId>
365-
<version>1.5.20</version>
365+
<version>1.5.21</version>
366366
</dependency>
367367

368368
<dependency>
@@ -405,7 +405,7 @@
405405
<dependency>
406406
<groupId>nl.jqno.equalsverifier</groupId>
407407
<artifactId>equalsverifier</artifactId>
408-
<version>4.2.1</version>
408+
<version>4.2.2</version>
409409
<scope>test</scope>
410410
</dependency>
411411

@@ -426,7 +426,7 @@
426426
<dependency>
427427
<groupId>org.junit</groupId>
428428
<artifactId>junit-bom</artifactId>
429-
<version>6.0.0</version>
429+
<version>6.0.1</version>
430430
<type>pom</type>
431431
<scope>import</scope>
432432
</dependency>

0 commit comments

Comments
 (0)