Skip to content

Commit

Permalink
pom xml dependency upgrade first round
Browse files Browse the repository at this point in the history
  • Loading branch information
mrFlick72 committed Jan 18, 2025
1 parent a5e2b3c commit 9999035
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 @@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<version>3.4.1</version>
<relativePath/>
</parent>

Expand All @@ -22,10 +22,10 @@
<kotlin.version>1.9.25</kotlin.version>

<vauthenticator-starters.version>0.7</vauthenticator-starters.version>
<io.mockk.version>1.13.12</io.mockk.version>
<aws.sdk.version>2.27.15</aws.sdk.version>
<greenmail.version>2.1.0-rc-1</greenmail.version>
<oauth2-authorization-server.version>1.3.1</oauth2-authorization-server.version>
<io.mockk.version>1.13.16</io.mockk.version>
<aws.sdk.version>2.30.2</aws.sdk.version>
<greenmail.version>2.1.2</greenmail.version>
<oauth2-authorization-server.version>1.4.1</oauth2-authorization-server.version>
<wiremock.version>3.0.1</wiremock.version>
<two-factor-auth.version>1.3</two-factor-auth.version>
</properties>
Expand Down

0 comments on commit 9999035

Please sign in to comment.