Skip to content

Commit

Permalink
Migrating CQL Evaluator and its dependencies to 2.4 to fix google#1733
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpamplona committed Nov 29, 2022
1 parent ce89b23 commit 6ab643a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -185,9 +185,9 @@ object Dependencies {

object Cql {
const val antlr = "4.10.1"
const val engine = "2.1.0"
const val evaluator = "2.1.0"
const val translator = "2.2.0"
const val engine = "2.3.0"
const val evaluator = "2.3.0"
const val translator = "2.4.0"
}

object Kotlin {
Expand All @@ -203,7 +203,7 @@ object Dependencies {
const val guava = "28.2-android"
const val hapiFhir = "6.0.1"
const val http = "4.9.1"
const val jackson = "2.12.2"
const val jackson = "2.13.2"
const val jsonToolsPatch = "1.13"
const val jsonAssert = "1.5.1"
const val kotlinPoet = "1.9.0"
Expand Down

0 comments on commit 6ab643a

Please sign in to comment.