Skip to content

Commit

Permalink
Merge branch 'develop' into feature/MAT-7852/set-activeOnly-argument-…
Browse files Browse the repository at this point in the history
…to-false-when-manifest-selection-is-latest
  • Loading branch information
etan-sb authored Nov 25, 2024
2 parents ce007d3 + 47c7387 commit e516797
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.10</version>
<version>3.2.11</version>
<relativePath/>
<!-- lookup parent from repository -->
</parent>
Expand Down Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-r4</artifactId>
<version>7.0.2</version>
<version>7.4.4</version>
</dependency>

<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ private void recursiveRetrieveCodeSystems(
codeSystemsPage.add(
CodeSystem.builder()
.id(codeSystem.getTitle() + codeSystem.getVersion())
.fullUrl(codeSystem.getUrl())
.fullUrl(entry.getFullUrl())
.title(codeSystem.getTitle())
.name(codeSystem.getName())
.version(codeSystem.getVersion())
Expand Down

0 comments on commit e516797

Please sign in to comment.