wandnz / streamevmon

Framework and pipeline for time series anomaly detection
GNU General Public License v3.0
1 stars 1 forks source link

Upgrade to Flink 1.12 #47

Closed wandgitlabbot closed 3 years ago

wandgitlabbot commented 3 years ago

In GitLab, by Daniel Oosterwijk on 2021-01-21

We might as well upgrade the rest of our dependencies while we're at it. This includes Scala 2.12.13, a minor patch update, as well as minor version updates for many of our important libraries.

wandgitlabbot commented 3 years ago

In GitLab, by Daniel Oosterwijk on 2021-01-21

We'll skip version 2.12.1 for jackson-module-scala, since there is a regression since 2.12.0 that should be fixed with 2.12.2:

Testcontainers-scala seems to have an internal inconsistency where a deprecation warning is thrown for code we can't touch, so we'll avoid updating to 0.38.8. It seems like there was also some other issue preventing certain test classes from being proper scalatest Suites, so there's multiple reasons to avoid this version.

All other updates have been applied.