-
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.
Updated Scala version and other dependencies (#37)
Fixes #21
- Loading branch information
Showing
6 changed files
with
90 additions
and
23 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,29 @@ | ||
# Parquet for Java 1.2.1, released 2021-11-26 | ||
|
||
Code name: Dependency Updates | ||
|
||
## Summary | ||
|
||
In this release we updated project dependencies and build plugins. | ||
|
||
## Features | ||
|
||
* #21: Updated Scala dependency version to 2.13 | ||
|
||
## Dependency Updates | ||
|
||
### Compile Dependency Updates | ||
|
||
* Updated `org.scala-lang:scala-library:2.12.15` to `2.13.7` | ||
|
||
### Test Dependency Updates | ||
|
||
* Updated `org.mockito:mockito-core:4.0.0` to `4.1.0` | ||
* Updated `org.mockito:mockito-junit-jupiter:4.0.0` to `4.1.0` | ||
* Removed `org.scalatest:scalatest_2.12:3.2.7` | ||
* Added `org.scalatest:scalatest_2.13:3.2.7` | ||
|
||
### Plugin Dependency Updates | ||
|
||
* Updated `com.exasol:project-keeper-maven-plugin:1.3.1` to `1.3.4` | ||
* Updated `io.github.zlika:reproducible-build-maven-plugin:0.13` to `0.14` |
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