Skip to content

Commit

Permalink
Update ipf and spring boot
Browse files Browse the repository at this point in the history
  • Loading branch information
Thopap authored Feb 4, 2025
1 parent 8f09b46 commit c7431f6
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.1</version>
<version>3.4.2</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.1</spring.boot.version>
<ipf.version>5.0-rc2</ipf.version>
<spring.boot.version>3.4.2</spring.boot.version>
<ipf.version>5.0.0</ipf.version>
<mockserver.version>5.15.0</mockserver.version>
</properties>
<dependencyManagement>
Expand Down

0 comments on commit c7431f6

Please sign in to comment.