Skip to content

Commit

Permalink
Spring-boot → 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
farjamm committed Jul 9, 2024
1 parent 086a241 commit 9898e62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion apps/backend/polly-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,10 @@
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
</dependency>

<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-database-postgresql</artifactId>
</dependency>
<dependency>
<groupId>io.hypersistence</groupId>
<artifactId>hypersistence-utils-hibernate-63</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion apps/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.6</version>
<version>3.3.0</version>
</parent>

<groupId>no.nav.data</groupId>
Expand Down

0 comments on commit 9898e62

Please sign in to comment.