Skip to content

Commit

Permalink
Release v3.2.0 (#1232)
Browse files Browse the repository at this point in the history
* update hapi, fhir, jaxb , commons lin versions

* release v3.2.0
  • Loading branch information
mdnazmulkarim authored Oct 4, 2023
1 parent 53de8be commit a1643c3
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Src/java/cqf-fhir-npm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ dependencies {
implementation project(':cql-to-elm')
implementation project(':cqf-fhir')
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'org.apache.commons:commons-compress:1.20'
implementation 'org.apache.commons:commons-compress:1.24.0'
implementation 'org.eclipse.persistence:org.eclipse.persistence.moxy:2.7.7'
}
4 changes: 2 additions & 2 deletions Src/java/cql-to-elm/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies {
exclude group: 'xpp3'
}

implementation 'org.apache.commons:commons-text:1.9'
implementation 'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.2'
implementation 'org.apache.commons:commons-text:1.10.0'
implementation 'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.15.2'

testImplementation project(':elm-jackson')
testImplementation project(':model-jackson')
Expand Down
6 changes: 3 additions & 3 deletions Src/java/elm-jackson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ plugins {
dependencies {
api project(':model')
api project(':elm')
implementation 'org.apache.commons:commons-text:1.9'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.2'
implementation 'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.2'
implementation 'org.apache.commons:commons-text:1.10.0'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2'
implementation 'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.15.2'
// needs javax.json.JsonException when using SAXUnmarshaller.getNewXMLReader
implementation 'org.glassfish:javax.json:1.0.4'
}
2 changes: 1 addition & 1 deletion Src/java/elm-jaxb/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ plugins {

dependencies {
api project(':elm')
implementation 'org.apache.commons:commons-text:1.9'
implementation 'org.apache.commons:commons-text:1.10.0'
}
6 changes: 3 additions & 3 deletions Src/java/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ org.gradle.caching=true
org.gradle.parallel=true

group=info.cqframework
version=3.2.0-SNAPSHOT
version=3.2.0
specification.version=1.5.2
hapi.version=6.8.0
fhir-core.version=6.0.22
hapi.version=6.8.3
fhir-core.version=6.0.22.2
antlr.version=4.10.1
android.api.level=28
4 changes: 2 additions & 2 deletions Src/java/model-jackson/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ plugins {

dependencies {
api project(':model')
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.13.2'
implementation 'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.13.2'
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.15.2'
implementation 'com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.15.2'

testImplementation project(":quick")
testImplementation project(":qdm")
Expand Down
2 changes: 1 addition & 1 deletion Src/java/model/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

dependencies {
implementation 'org.apache.commons:commons-text:1.9'
implementation 'org.apache.commons:commons-text:1.10.0'
}

generateSources {
Expand Down

0 comments on commit a1643c3

Please sign in to comment.