File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -165,7 +165,7 @@ jobs:
165
165
needs : tests
166
166
runs-on : ubuntu-latest
167
167
env :
168
- ONTOLOGY_GIT_TAG : v3.8.3
168
+ ONTOLOGY_GIT_TAG : v3.8.4
169
169
ELASTIC_HOST : http://localhost:9200
170
170
ELASTIC_FILEPATH : https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/download/TAGPLACEHOLDER/
171
171
ELASTIC_FILENAME : elastic.zip
Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ services:
139
139
environment :
140
140
ES_HOST : http://dataportal-elastic
141
141
ES_PORT : 9200
142
- ONTO_GIT_TAG : v3.8.3
142
+ ONTO_GIT_TAG : v3.8.4
143
143
ONTO_REPO : https://github.com/medizininformatik-initiative/fhir-ontology-generator/releases/download
144
144
DOWNLOAD_FILENAME : elastic.zip
145
145
EXIT_ON_EXISTING_INDICES : false
Original file line number Diff line number Diff line change 27
27
<java .version>17</java .version>
28
28
<mockwebserver .version>5.1.0</mockwebserver .version>
29
29
<okhttp3 .version>4.10.0</okhttp3 .version>
30
- <ontology-tag >v3.8.3 </ontology-tag >
30
+ <ontology-tag >v3.8.4 </ontology-tag >
31
31
</properties >
32
32
33
33
<dependencies >
You can’t perform that action at this time.
0 commit comments