Skip to content

Commit

Permalink
#414 Update to spring boot 3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thopap committed Jul 22, 2024
1 parent ab220d0 commit 560aa98
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<ph-commons-version>11.1.0</ph-commons-version>
<saxon-he-version>12.4</saxon-he-version>
<simple-syslog-version>0.0.16</simple-syslog-version>
<spring-boot-version>3.3.1</spring-boot-version>
<spring-boot-version>3.3.2</spring-boot-version>
<velocity-version>2.3</velocity-version>
<vibur-version>25.0</vibur-version>
<woodstox-version>7.0.0</woodstox-version>
Expand Down Expand Up @@ -597,6 +597,11 @@
<artifactId>ipf-commons-ihe-xds</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openehealth.ipf.commons</groupId>
<artifactId>ipf-commons-ihe-xua</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.openehealth.ipf.commons</groupId>
<artifactId>ipf-commons-ihe-swissepr</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
<lombok-version>1.18.34</lombok-version>
<mockserver-version>5.15.0</mockserver-version>
<quickcheck-version>0.6</quickcheck-version>
<tomcat-version>10.1.25</tomcat-version>
<tomcat-version>10.1.26</tomcat-version>
<xbean-spring-version>4.25</xbean-spring-version>
</properties>

Expand Down

0 comments on commit 560aa98

Please sign in to comment.