Skip to content

Commit ab8ae2a

Browse files
Update all dependencies
1 parent e6e3c32 commit ab8ae2a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.springframework.boot</groupId>
88
<artifactId>spring-boot-starter-parent</artifactId>
9-
<version>3.4.4</version>
9+
<version>3.5.4</version>
1010
<relativePath/>
1111
</parent>
1212

@@ -29,16 +29,16 @@
2929

3030
<!-- Maven build plugins and their dependencies -->
3131
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
32-
<maven-enforcer-plugin.version>3.5.0</maven-enforcer-plugin.version>
33-
<build-helper-plugin.version>3.6.0</build-helper-plugin.version>
32+
<maven-enforcer-plugin.version>3.6.1</maven-enforcer-plugin.version>
33+
<build-helper-plugin.version>3.6.1</build-helper-plugin.version>
3434
<build-properties-plugin.version>1.2.1</build-properties-plugin.version>
3535
<surefire-plugin.version>3.5.3</surefire-plugin.version>
3636
<ktlint-plugin.version>3.5.0</ktlint-plugin.version>
3737

3838
<!-- Library versions -->
39-
<kotlin-logging-jvm.version>7.0.7</kotlin-logging-jvm.version>
39+
<kotlin-logging-jvm.version>7.0.11</kotlin-logging-jvm.version>
4040
<quicktheories.version>0.26</quicktheories.version>
41-
<mockk.version>1.14.0</mockk.version>
41+
<mockk.version>1.14.5</mockk.version>
4242
<springmockk.version>4.0.2</springmockk.version>
4343

4444
<!-- Other properties -->

0 commit comments

Comments
 (0)