Skip to content

Commit

Permalink
* #18: Review findings
Browse files Browse the repository at this point in the history
  • Loading branch information
AnastasiiaSergienko committed Dec 11, 2020
1 parent 8144d83 commit 3116528
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ env:

before_install:
- git fetch --tags
- docker pull exasol/docker-db:latest
- docker pull exasol/docker-db:6.2.7-d1
- docker pull exasol/docker-db:7.0.4

matrix:
include:
Expand Down
5 changes: 3 additions & 2 deletions doc/changes/changes_0.1.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Code name:

## Bug
## Bug Fixes

* #18: Fixed jackson-core/jackson-dataformat-cbor incompatible library version.

Expand All @@ -22,4 +22,5 @@ Code name:
* Updated `com.fasterxml.jackson.core:jackson-module-scala:2.11.2` to `2.12.0`
* Updated `com.exasol:exasol-testcontainers:3.0.0` to `3.4.0`
* Updated `org.testcontainers:localstack:1.14.3` to `1.15.0`
* Updated `com.amazonaws:aws-java-sdk-core:1.11.860` to `1.11.916`
* Updated `com.amazonaws:aws-java-sdk-core:1.11.860` to `1.11.916`
* Updated `com.exasol:import-export-udf-common-scala:0.1.0` to `0.2.0`
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {

// Runtime dependencies versions
private val ExasolVersion = "6.1.7"
private val ImportExportUDFVersion = "0.1.0"
private val ImportExportUDFVersion = "0.2.0"
private val AwsJavaSdkVersion = "1.11.916"
private val FasterxmlJacksonVersion = "2.12.0"

Expand Down

0 comments on commit 3116528

Please sign in to comment.