From 72e9a2af2a6dfc68cceb768bc719e6b3a6b9b629 Mon Sep 17 00:00:00 2001 From: Samuel Audet Date: Fri, 16 Sep 2022 21:34:43 +0900 Subject: [PATCH] * Upgrade dependencies for OpenBLAS 0.3.21, FFmpeg 5.1.1 --- CHANGELOG.md | 2 +- platform/pom.xml | 4 ++-- pom.xml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fa8f865..1d3f2929 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ * Update `FFmpegStreamingTimeout` sample to use `timeout` instead of `stimeout` for RTSP ([pull #1758](https://github.com/bytedeco/javacv/pull/1758)) * Restore static calls to `FFmpegFrameGrabber.tryLoad()` and `FFmpegFrameRecorder.tryLoad()` ([issue #1756](https://github.com/bytedeco/javacv/issues/1756)) * Enable by default on `RealSense2FrameGrabber.start()` all color, depth, and IR streams as `videoStream` ([pull #1750](https://github.com/bytedeco/javacv/pull/1750)) - * Upgrade dependencies for OpenBLAS 0.3.20, OpenCV 4.6.0, FFmpeg 5.1, Leptonica 1.82.0 ([pull #1791](https://github.com/bytedeco/javacv/pull/1791)), Tesseract 5.2.0 + * Upgrade dependencies for OpenBLAS 0.3.21, OpenCV 4.6.0, FFmpeg 5.1.1, Leptonica 1.82.0 ([pull #1791](https://github.com/bytedeco/javacv/pull/1791)), Tesseract 5.2.0 ### February 11, 2022 version 1.5.7 * Fix accuracy and latency issues with `FFmpegFrameGrabber.setVideoFrameNumber()` ([pull #1734](https://github.com/bytedeco/javacv/pull/1734)) diff --git a/platform/pom.xml b/platform/pom.xml index 9466522a..bc5df81a 100644 --- a/platform/pom.xml +++ b/platform/pom.xml @@ -28,7 +28,7 @@ org.bytedeco openblas-platform - 0.3.20-${javacpp.version} + 0.3.21-${javacpp.version} org.bytedeco @@ -38,7 +38,7 @@ org.bytedeco ffmpeg-platform - 5.1-${javacpp.version} + 5.1.1-${javacpp.version} org.bytedeco diff --git a/pom.xml b/pom.xml index 75a4d1b4..e8d41147 100644 --- a/pom.xml +++ b/pom.xml @@ -70,7 +70,7 @@ org.bytedeco openblas - 0.3.20-${javacpp.version} + 0.3.21-${javacpp.version} org.bytedeco @@ -80,7 +80,7 @@ org.bytedeco ffmpeg - 5.1-${javacpp.version} + 5.1.1-${javacpp.version} org.bytedeco