Skip to content

Commit

Permalink
Update spring + ipf
Browse files Browse the repository at this point in the history
  • Loading branch information
Thopap committed Dec 20, 2024
1 parent a6617a4 commit 8f09b46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4.0</version>
<version>3.4.1</version>
<relativePath/><!-- lookup parent from repository -->
</parent>
<groupId>org.openehealth.app</groupId>
Expand All @@ -16,8 +16,8 @@
<description>IHE XDS.b Registry using a FHIR server as backend</description>
<properties>
<java.version>21</java.version>
<spring.boot.version>3.4.0</spring.boot.version>
<ipf.version>5.0-rc1</ipf.version>
<spring.boot.version>3.4.1</spring.boot.version>
<ipf.version>5.0-rc2</ipf.version>
<mockserver.version>5.15.0</mockserver.version>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit 8f09b46

Please sign in to comment.