We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaca437 commit 9488ba5Copy full SHA for 9488ba5
server/pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>au.csiro.pathling</groupId>
8
<artifactId>server</artifactId>
9
- <version>1.1.1-SNAPSHOT</version>
+ <version>1.1.1</version>
10
11
<name>Pathling Server</name>
12
<description>
@@ -18,7 +18,7 @@
18
<maven.compiler.target>21</maven.compiler.target>
19
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
20
<project.majorVersion>1</project.majorVersion>
21
- <pathling.version>9.3.1</pathling.version>
+ <pathling.version>9.4.0</pathling.version>
22
<pathling.hapiFhirVersion>8.6.0</pathling.hapiFhirVersion>
23
<pathling.springBootVersion>3.5.9</pathling.springBootVersion>
24
<pathling.sparkVersion>4.0.2</pathling.sparkVersion>
0 commit comments