Skip to content

Commit

Permalink
Upgrade to CCL 2.5.1 to capture new context that is added to exceptio…
Browse files Browse the repository at this point in the history
…ns thrown from v2 parser
  • Loading branch information
jtnelson committed Oct 31, 2018
1 parent 57b54a4 commit 7ce17b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,7 +8,8 @@
* A `Strainer` can be used to process a `Map<String, Object>` using Concourse's data model rules. In particular, the `Strainer` encapsulates logic to break down top-level sequence values and process their elements individually.
* The `Transform` class contains functions for common data transformations.

#### Version 0.9.4 (TBD)
#### Version 0.9.4 (October 31, 2018)
* Context has been added exceptions thrown from the `v2` `ccl` parser which makes it easier to identify what statements are causing issues.

#### Version 0.9.3 (October 7, 2018)
* Fixed a bug that caused a `NullPointerException` to be thrown when trying to `set` configuration data in `.prefs` files.
Expand Down
2 changes: 1 addition & 1 deletion concourse-driver-java/build.gradle
Expand Up @@ -25,7 +25,7 @@ dependencies {
compile 'org.slf4j:log4j-over-slf4j:1.7.5'
compile 'org.slf4j:jcl-over-slf4j:1.7.5'
compile 'com.google.code.gson:gson:2.5'
compile group: 'com.cinchapi', name: 'ccl', version:'2.5.0'
compile group: 'com.cinchapi', name: 'ccl', version:'2.5.1'

testCompile project(':concourse-unit-test-core')
testCompile 'com.github.marschall:memoryfilesystem:0.9.0'
Expand Down

0 comments on commit 7ce17b8

Please sign in to comment.