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 b18ae61 commit 0fb77fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

#### Version 1.0.0 (TBD)

#### 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
Original file line number Diff line number Diff line change
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.4.1'
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 0fb77fa

Please sign in to comment.