Skip to content

Commit 2042473

Browse files
committed
#605 - Update ontology to 3.8.3
1 parent b2940a8 commit 2042473

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
@@ -157,7 +157,7 @@ jobs:
157157
needs: tests
158158
runs-on: ubuntu-latest
159159
env:
160-
ONTOLOGY_GIT_TAG: v3.8.1
160+
ONTOLOGY_GIT_TAG: v3.8.3
161161
ELASTIC_HOST: http://localhost:9200
162162
ELASTIC_FILEPATH: https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/download/TAGPLACEHOLDER/
163163
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.1
142+
ONTO_GIT_TAG: v3.8.3
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>4.12.0</mockwebserver.version>
2929
<okhttp3.version>4.10.0</okhttp3.version>
30-
<ontology-tag>v3.8.1</ontology-tag>
30+
<ontology-tag>v3.8.3</ontology-tag>
3131
</properties>
3232

3333
<dependencies>

0 commit comments

Comments
 (0)