Skip to content

Commit

Permalink
MAT-7821: Bump translator to 3.18.0. Bump to translator-commons 2.0 a…
Browse files Browse the repository at this point in the history
…s requried dependency for latest translator. Update translator version config.
  • Loading branch information
jkotanchik-SB committed Nov 12, 2024
1 parent 8ba17fb commit 4b496c5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<description>Translates CQL to ELM for MADiE</description>

<properties>
<cqframework.version>3.14.0</cqframework.version>
<cqframework.version>3.18.0</cqframework.version>
<jackson.version>2.17.2</jackson.version>
<java.version>17</java.version>
<mvn.checkstyle.file>madie-checkstyle.xml</mvn.checkstyle.file>
Expand Down Expand Up @@ -212,7 +212,7 @@
<dependency>
<groupId>gov.cms.madie</groupId>
<artifactId>madie-rest-commons</artifactId>
<version>0.0.4-SNAPSHOT</version>
<version>0.0.5-SNAPSHOT</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -260,7 +260,7 @@
<dependency>
<groupId>gov.cms.madie</groupId>
<artifactId>madie-translator-commons</artifactId>
<version>0.0.5-SNAPSHOT</version>
<version>2.0.0-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ madie:
uri: /cql-libraries/cql
translatorVersion:
currentVersion: ${CURRENT_TRANSLATOR_VERSION:3.14.0}
mostRecentVersion: ${MOST_RECENT_TRANSLATOR_VERSION:3.14.0}
mostRecentVersion: ${MOST_RECENT_TRANSLATOR_VERSION:3.18.0}

springdoc:
swagger-ui:
Expand Down

0 comments on commit 4b496c5

Please sign in to comment.