Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Oppdaterer spring boot til 3.2, kotlin til 1.9.21, surefire, mockk og…
Browse files Browse the repository at this point in the history
… kotest
  • Loading branch information
simhos committed Dec 20, 2023
1 parent f615e68 commit 04bb307
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,17 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!-- dependencies -->
<spring-boot.version>3.0.6</spring-boot.version>
<spring-boot.version>3.2.0</spring-boot.version>

<!-- language -->
<java.version>21</java.version>

<!-- plugins -->
<maven-compiler.version>3.8.1</maven-compiler.version>
<maven-surefire.version>2.22.2</maven-surefire.version>
<kotlin.version>1.8.10</kotlin.version>
<mockk.version>1.13.4</mockk.version>
<kotest.version>5.5.5</kotest.version>
<maven-surefire.version>3.2.3</maven-surefire.version>
<kotlin.version>1.9.21</kotlin.version>
<mockk.version>1.13.8</mockk.version>
<kotest.version>5.8.0</kotest.version>
</properties>

<distributionManagement>
Expand Down

0 comments on commit 04bb307

Please sign in to comment.