Tradeshift / blayze

A fast and flexible Naive Bayes implementation for the JVM
MIT License
19 stars 11 forks source link

chore(deps): update dependency com.github.os72:protoc-jar-maven-plugin to v3.11.4 #75

Closed tradeshift-renovate[bot] closed 1 year ago

tradeshift-renovate[bot] commented 1 year ago

This PR contains the following updates:

Package Type Update Change
com.github.os72:protoc-jar-maven-plugin build minor 3.5.1.1 -> 3.11.4

Release Notes

os72/protoc-jar-maven-plugin ### [`v3.11.4`](https://togithub.com/os72/protoc-jar-maven-plugin/blob/HEAD/RELEASE_NOTES.md#​3114-7-Mar-2020) [Compare Source](https://togithub.com/os72/protoc-jar-maven-plugin/compare/v3.11.1...v3.11.4) - Upgrade to protoc 3.11.4 - Preserve native plugin artifact extension (issue [#​89](https://togithub.com/os72/protoc-jar-maven-plugin/issues/89)) - Expose option "includeImports" (only applies to type "descriptor") (issue [#​88](https://togithub.com/os72/protoc-jar-maven-plugin/issues/88)) - Shading fix for version 3.11.1 or higher (protoc-jar issue [#​78](https://togithub.com/os72/protoc-jar-maven-plugin/issues/78)) - Improve log output when using default maven settings (protoc-jar issue [#​77](https://togithub.com/os72/protoc-jar-maven-plugin/issues/77)) ### [`v3.11.1`](https://togithub.com/os72/protoc-jar-maven-plugin/blob/HEAD/RELEASE_NOTES.md#​3111-10-Dec-2019) [Compare Source](https://togithub.com/os72/protoc-jar-maven-plugin/compare/v3.10.1...v3.11.1) - Upgrade to protoc 3.11.1 - Support using .proto files in dependencies that aren't packaged (issue [#​79](https://togithub.com/os72/protoc-jar-maven-plugin/issues/79)) - Small enhancement for shading naming convention ### [`v3.10.1`](https://togithub.com/os72/protoc-jar-maven-plugin/blob/HEAD/RELEASE_NOTES.md#​3101-30-Nov-2019) [Compare Source](https://togithub.com/os72/protoc-jar-maven-plugin/compare/v3.9.2...v3.10.1) - Upgrade to protoc 3.10.1 ### [`v3.9.2`](https://togithub.com/os72/protoc-jar-maven-plugin/blob/HEAD/RELEASE_NOTES.md#​392-29-Nov-2019) [Compare Source](https://togithub.com/os72/protoc-jar-maven-plugin/compare/v3.8.0...v3.9.2) - Upgrade to protoc 3.9.2 - Add test and documentation for javalite output option (issue [#​80](https://togithub.com/os72/protoc-jar-maven-plugin/issues/80)) - Small fix for optimizeCodegen option ### [`v3.8.0`](https://togithub.com/os72/protoc-jar-maven-plugin/blob/HEAD/RELEASE_NOTES.md#​380-9-Jun-2019) [Compare Source](https://togithub.com/os72/protoc-jar-maven-plugin/compare/v3.7.1...v3.8.0) - Upgrade to protoc 3.8.0 - Support custom classifier extensions for plugin artifacts (issue [#​75](https://togithub.com/os72/protoc-jar-maven-plugin/issues/75)) ### [`v3.7.1`](https://togithub.com/os72/protoc-jar-maven-plugin/blob/HEAD/RELEASE_NOTES.md#​371-17-May-2019) [Compare Source](https://togithub.com/os72/protoc-jar-maven-plugin/compare/v3.7.0.2...v3.7.1) - Upgrade to protoc 3.7.1 - Fix: regenerate code if missing an output directory (issue [#​72](https://togithub.com/os72/protoc-jar-maven-plugin/issues/72)) - Fix: error extracting maven include types (issue [#​74](https://togithub.com/os72/protoc-jar-maven-plugin/issues/74)) ### [`v3.7.0.2`](https://togithub.com/os72/protoc-jar-maven-plugin/blob/HEAD/RELEASE_NOTES.md#​3702-3-Apr-2019) [Compare Source](https://togithub.com/os72/protoc-jar-maven-plugin/compare/v3.7.0.1...v3.7.0.2) - Some fixes for option "optimizeCodegen" (issue [#​41](https://togithub.com/os72/protoc-jar-maven-plugin/issues/41), issue [#​71](https://togithub.com/os72/protoc-jar-maven-plugin/issues/71)) ### [`v3.7.0.1`](https://togithub.com/os72/protoc-jar-maven-plugin/blob/HEAD/RELEASE_NOTES.md#​3701-28-Mar-2019) [Compare Source](https://togithub.com/os72/protoc-jar-maven-plugin/compare/v3.7.0...v3.7.0.1) - New option "optimizeCodegen" to skip code generation when .proto input files appear unchanged (issue [#​41](https://togithub.com/os72/protoc-jar-maven-plugin/issues/41)) - Support download via maven mirror and/or proxy (issue [#​68](https://togithub.com/os72/protoc-jar-maven-plugin/issues/68), protoc-jar issue [#​57](https://togithub.com/os72/protoc-jar-maven-plugin/issues/57)) ### [`v3.7.0`](https://togithub.com/os72/protoc-jar-maven-plugin/blob/HEAD/RELEASE_NOTES.md#​3702-3-Apr-2019) [Compare Source](https://togithub.com/os72/protoc-jar-maven-plugin/compare/v3.6.0.2...v3.7.0) - Some fixes for option "optimizeCodegen" (issue [#​41](https://togithub.com/os72/protoc-jar-maven-plugin/issues/41), issue [#​71](https://togithub.com/os72/protoc-jar-maven-plugin/issues/71)) ### [`v3.6.0.2`](https://togithub.com/os72/protoc-jar-maven-plugin/blob/HEAD/RELEASE_NOTES.md#​3602-16-Dec-2018) [Compare Source](https://togithub.com/os72/protoc-jar-maven-plugin/compare/v3.6.0.1...v3.6.0.2) - Fix: NPE when includeStdTypes is set to true (issue [#​60](https://togithub.com/os72/protoc-jar-maven-plugin/issues/60)) - Add integration tests (issue [#​31](https://togithub.com/os72/protoc-jar-maven-plugin/issues/31)) - Fix: download can fail/freeze silently (protoc-jar issue [#​56](https://togithub.com/os72/protoc-jar-maven-plugin/issues/56)) - Set download connection timeout (5 sec) - Supports FreeBSD/x86, Solaris/x86, Linux/POWER8 (freebsd-x86\_64, sunos-x86\_64, linux-ppcle\_64) - Supports Linux/ARM, provided by Google (linux-aarch\_64) ### [`v3.6.0.1`](https://togithub.com/os72/protoc-jar-maven-plugin/blob/HEAD/RELEASE_NOTES.md#​3601-1-Jul-2018) [Compare Source](https://togithub.com/os72/protoc-jar-maven-plugin/compare/v3.6.0...v3.6.0.1) - Fix: handle errors when parsing protoc warnings/errors ### [`v3.6.0`](https://togithub.com/os72/protoc-jar-maven-plugin/blob/HEAD/RELEASE_NOTES.md#​3602-16-Dec-2018) [Compare Source](https://togithub.com/os72/protoc-jar-maven-plugin/compare/v3.5.1.1...v3.6.0) - Fix: NPE when includeStdTypes is set to true (issue [#​60](https://togithub.com/os72/protoc-jar-maven-plugin/issues/60)) - Add integration tests (issue [#​31](https://togithub.com/os72/protoc-jar-maven-plugin/issues/31)) - Fix: download can fail/freeze silently (protoc-jar issue [#​56](https://togithub.com/os72/protoc-jar-maven-plugin/issues/56)) - Set download connection timeout (5 sec) - Supports FreeBSD/x86, Solaris/x86, Linux/POWER8 (freebsd-x86\_64, sunos-x86\_64, linux-ppcle\_64) - Supports Linux/ARM, provided by Google (linux-aarch\_64)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.