Skip to content

Commit

Permalink
Stash of 7.4.5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMayfield committed Jan 17, 2025
1 parent 943c2a8 commit 2e4d738
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM openjdk:23
FROM openjdk:24

VOLUME /tmp

Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<java.version>20</java.version>
<kotlin.version>1.9.22</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<fhir.version>7.4.5</fhir.version>
<swagger_version>2.2.25</swagger_version>
<parser_version>2.1.20</parser_version>
Expand Down Expand Up @@ -85,7 +85,7 @@
<dependency>
<groupId>jakarta.activation</groupId>
<artifactId>jakarta.activation-api</artifactId>
<version>2.1.2</version>
<version>2.1.3</version>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
Expand Down Expand Up @@ -240,12 +240,12 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-cognitoidp</artifactId>
<version>1.12.681</version>
<version>1.12.744</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-sqs</artifactId>
<version>1.12.681</version>
<version>1.12.744</version>
</dependency>

<!-- https://mvnrepository.com/artifact/net.sf.saxon/Saxon-HE -->
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class ValidateR4Provider (
}
if (issue.diagnostics.contains("http://unstats.un.org/unsd/")
|| issue.diagnostics.contains("note that the validator cannot judge what is suitable")
// || issue.diagnostics.contains("A resource should have narrative for robust management")
|| issue.diagnostics.contains("A resource should have narrative for robust management")
) {
issue.severity = OperationOutcome.IssueSeverity.INFORMATION
}
Expand Down

0 comments on commit 2e4d738

Please sign in to comment.