Skip to content

Commit 94f473c

Browse files
authored
Merge pull request #667 from medizininformatik-initiative/task/666-update-ontology-to-384
#666 - Update ontology to 3.8.4
2 parents 4d9eedf + 6625bbe commit 94f473c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
needs: tests
166166
runs-on: ubuntu-latest
167167
env:
168-
ONTOLOGY_GIT_TAG: v3.8.3
168+
ONTOLOGY_GIT_TAG: v3.8.4
169169
ELASTIC_HOST: http://localhost:9200
170170
ELASTIC_FILEPATH: https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/download/TAGPLACEHOLDER/
171171
ELASTIC_FILENAME: elastic.zip

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ services:
139139
environment:
140140
ES_HOST: http://dataportal-elastic
141141
ES_PORT: 9200
142-
ONTO_GIT_TAG: v3.8.3
142+
ONTO_GIT_TAG: v3.8.4
143143
ONTO_REPO: https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/download
144144
DOWNLOAD_FILENAME: elastic.zip
145145
EXIT_ON_EXISTING_INDICES: false

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<java.version>17</java.version>
2828
<mockwebserver.version>5.1.0</mockwebserver.version>
2929
<okhttp3.version>4.10.0</okhttp3.version>
30-
<ontology-tag>v3.8.3</ontology-tag>
30+
<ontology-tag>v3.8.4</ontology-tag>
3131
</properties>
3232

3333
<dependencies>

0 commit comments

Comments
 (0)