-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #67
- Loading branch information
Showing
11 changed files
with
45 additions
and
15 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
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
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,27 @@ | ||
# Kafka Connector Extension 1.5.3, released 2022-01-19 | ||
|
||
Code name: Fixed mismatch between uploaded jar and checksum | ||
|
||
## Summary | ||
|
||
In this release, we fixed mismatch between release artifact jar file and uploaded checksum file value. | ||
|
||
## Bug Fixes | ||
|
||
* #67: Fixed mismatch between jar artifact and checksum value | ||
|
||
## Dependency Updates | ||
|
||
### Runtime Dependency Updates | ||
|
||
* Updated `org.scala-lang:scala-library:2.13.7` to `2.13.8` | ||
|
||
### Test Dependency Updates | ||
|
||
* Updated `com.exasol:test-db-builder-java:3.2.1` to `3.2.2` | ||
|
||
### Plugin Updates | ||
|
||
* Updated `org.scalameta:sbt-scalafmt:2.4.5` to `2.4.6` | ||
* Updated `org.scoverage:sbt-scoverage:1.9.2` to `1.9.3` | ||
* Updated `com.timushev.sbt:sbt-updates:0.6.0` to `0.6.1` |
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 |
---|---|---|
@@ -1 +1 @@ | ||
sbt.version=1.5.7 | ||
sbt.version=1.6.1 |
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 |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Used to get updates for plugins | ||
// see https://github.com/rtimush/sbt-updates/issues/10 | ||
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.0") | ||
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.1") |
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