-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* #38: Removed exasol-test-setup-abstraction as compile dependency
- Loading branch information
1 parent
a2fcc20
commit 68e0705
Showing
4 changed files
with
33 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# udf-debugging-java 0.6.3, released 2022-06-24 | ||
|
||
Code name: Removed ETSA dependency | ||
|
||
## Summary | ||
|
||
In this release we removed the exasol-test-setup-abstraction from the compile dependencies. Now it's declared as `provided`. By that, it's no longer pulled as transitive dependency into other projects. | ||
|
||
## Bug Fixes | ||
|
||
* #38: Removed exasol-test-setup-abstraction as compile dependency | ||
|
||
## Dependency Updates | ||
|
||
### Compile Dependency Updates | ||
|
||
* Removed `com.exasol:exasol-test-setup-abstraction-java:0.3.2` | ||
|
||
### Test Dependency Updates | ||
|
||
* Updated `com.exasol:exasol-testcontainers:6.1.1` to `6.1.2` | ||
* Updated `com.exasol:test-db-builder-java:3.3.2` to `3.3.3` | ||
* Updated `org.mockito:mockito-junit-jupiter:4.5.1` to `4.6.1` | ||
* Updated `org.testcontainers:junit-jupiter:1.17.1` to `1.17.2` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters