Skip to content

Commit a663bb1

Browse files
Update all dependencies
1 parent c328093 commit a663bb1

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
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-starter-parent</artifactId>
8-
<version>4.0.1</version>
8+
<version>4.0.3</version>
99
<relativePath/> <!-- lookup parent from repository -->
1010
</parent>
1111
<groupId>fi.hsl.jore</groupId>
@@ -30,16 +30,16 @@
3030

3131
<!-- Test library version -->
3232
<quicktheories.version>0.26</quicktheories.version>
33-
<assertj-db.version>3.0.1</assertj-db.version>
33+
<assertj-db.version>3.0.2</assertj-db.version>
3434
<wiremock.version>3.13.2</wiremock.version>
3535
<jsonassert.version>1.5.3</jsonassert.version>
3636

3737
<!-- Maven plugins -->
38-
<maven-compiler.plugin.version>3.14.1</maven-compiler.plugin.version>
38+
<maven-compiler.plugin.version>3.15.0</maven-compiler.plugin.version>
3939
<maven-properties.plugin.version>1.3.0</maven-properties.plugin.version>
4040
<maven-enforcer.plugin.version>3.6.2</maven-enforcer.plugin.version>
4141
<maven-build-helper.plugin.version>3.6.1</maven-build-helper.plugin.version>
42-
<maven-spotless.plugin.version>3.1.0</maven-spotless.plugin.version>
42+
<maven-spotless.plugin.version>3.2.1</maven-spotless.plugin.version>
4343

4444
<!-- Packaging -->
4545
<build.profile.id>dev</build.profile.id>

0 commit comments

Comments
 (0)