aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update dependency org.codehaus.mojo:versions-maven-plugin to v2.16.0Renovate Bot2023-06-061-1/+1
|
* Update dependency io.hosuaby:inject-resources-junit-jupiter to v0.3.3Renovate Bot2023-05-281-1/+1
|
* Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.37.0Renovate Bot2023-05-241-1/+1
|
* Update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.0Renovate Bot2023-05-211-1/+1
|
* Update dependency org.apache.maven.plugins:maven-scm-plugin to v2.0.1Renovate Bot2023-05-181-1/+1
|
* Update all non-major dependencies to v2.19.1Renovate Bot2023-05-101-1/+1
|
* Update dependency org.codehaus.mojo:flatten-maven-plugin to v1.5.0Renovate Bot2023-05-091-1/+1
|
* Update all non-major dependencies to v2.19.0Renovate Bot2023-05-081-1/+1
|
* Update all non-major dependencies to v3.1.0Renovate Bot2023-05-081-2/+2
|
* Update junit5 monorepo to v5.9.3Renovate Bot2023-04-261-1/+1
|
* Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.36.0Renovate Bot2023-04-061-1/+1
|
* Update dependency org.codehaus.mojo:flatten-maven-plugin to v1.4.1Renovate Bot2023-03-271-1/+1
|
* Update all non-major dependenciesRenovate Bot2023-03-241-4/+4
|
* Update dependency com.uber.nullaway:nullaway to v0.10.10Renovate Bot2023-03-081-1/+1
|
* Update all non-major dependenciesRenovate Bot2023-03-061-3/+3
|
* Update dependency org.codehaus.mojo:versions-maven-plugin to v2.15.0Renovate Bot2023-02-221-1/+1
|
* Update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.5.0Renovate Bot2023-02-151-1/+1
|
* Update all non-major dependencies to v3.0.0-M9Renovate Bot2023-02-141-1/+1
|
* Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.33.0Renovate Bot2023-02-101-1/+1
|
* Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.32.0Renovate Bot2023-02-051-1/+1
|
* Update dependency com.uber.nullaway:nullaway to v0.10.9Renovate Bot2023-02-011-1/+1
|
* Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.31.0Renovate Bot2023-01-261-1/+1
|
* Update dependency com.uber.nullaway:nullaway to v0.10.8Renovate Bot2023-01-141-1/+1
|
* Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.30.0Renovate Bot2023-01-141-1/+1
|
* Update all non-major dependencies (mulk/jgvariant!22)Renovate Bot2023-01-121-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.google.errorprone:error_prone_core](https://errorprone.info) ([source](https://github.com/google/error-prone)) | | minor | `2.16` -> `2.18.0` | | [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://github.com/google/error-prone)) | compile | minor | `2.16` -> `2.18.0` | | [org.apache.maven.plugins:maven-failsafe-plugin](https://maven.apache.org/surefire/) | build | patch | `3.0.0-M7` -> `3.0.0-M8` | | [org.apache.maven.plugins:maven-surefire-plugin](https://maven.apache.org/surefire/) | build | patch | `3.0.0-M7` -> `3.0.0-M8` | --- ### Release Notes <details> <summary>google/error-prone</summary> ### [`v2.18.0`](https://github.com/google/error-prone/releases/tag/v2.18.0): Error Prone 2.18.0 [Compare Source](https://github.com/google/error-prone/compare/v2.17.0...v2.18.0) New Checkers: - [`InjectOnBugCheckers`](https://errorprone.info/bugpattern/InjectOnBugCheckers) - [`LabelledBreakTarget`](https://errorprone.info/bugpattern/LabelledBreakTarget) - [`UnusedLabel`](https://errorprone.info/bugpattern/UnusedLabel) - [`YodaCondition`](https://errorprone.info/bugpattern/YodaCondition) Fixes issues: [#&#8203;1650](https://github.com/google/error-prone/issues/1650), [#&#8203;2706](https://github.com/google/error-prone/issues/2706), [#&#8203;3404](https://github.com/google/error-prone/issues/3404), [#&#8203;3493](https://github.com/google/error-prone/issues/3493), [#&#8203;3504](https://github.com/google/error-prone/issues/3504), [#&#8203;3519](https://github.com/google/error-prone/issues/3519), [#&#8203;3579](https://github.com/google/error-prone/issues/3579), [#&#8203;3610](https://github.com/google/error-prone/issues/3610), [#&#8203;3632](https://github.com/google/error-prone/issues/3632), [#&#8203;3638](https://github.com/google/error-prone/issues/3638), [#&#8203;3645](https://github.com/google/error-prone/issues/3645), [#&#8203;3646](https://github.com/google/error-prone/issues/3646), [#&#8203;3652](https://github.com/google/error-prone/issues/3652), [#&#8203;3690](https://github.com/google/error-prone/issues/3690) **Full Changelog**: https://github.com/google/error-prone/compare/v2.17.0...v2.18.0 ### [`v2.17.0`](https://github.com/google/error-prone/releases/tag/v2.17.0): Error Prone 2.17.0 [Compare Source](https://github.com/google/error-prone/compare/v2.16...v2.17.0) New Checkers: - [`AvoidObjectArrays`](https://errorprone.info/bugpattern/AvoidObjectArrays) - [`Finalize`](https://errorprone.info/bugpattern/Finalize) - [`IgnoredPureGetter`](https://errorprone.info/bugpattern/IgnoredPureGetter) - [`ImpossibleNullComparison`](https://errorprone.info/bugpattern/ProtoFieldNullComparison) - [`MathAbsoluteNegative`](https://errorprone.info/bugpattern/MathAbsoluteNegative) - [`NewFileSystem`](https://errorprone.info/bugpattern/NewFileSystem) - [`StatementSwitchToExpressionSwitch`](https://errorprone.info/bugpattern/StatementSwitchToExpressionSwitch) - [`UnqualifiedYield`](https://errorprone.info/bugpattern/UnqualifiedYield) Fixed issues: [#&#8203;2321](https://github.com/google/error-prone/issues/2321), [#&#8203;3144](https://github.com/google/error-prone/issues/3144), [#&#8203;3297](https://github.com/google/error-prone/issues/3297), [#&#8203;3428](https://github.com/google/error-prone/issues/3428), [#&#8203;3437](https://github.com/google/error-prone/issues/3437), [#&#8203;3462](https://github.com/google/error-prone/issues/3462), [#&#8203;3482](https://github.com/google/error-prone/issues/3482), [#&#8203;3494](https://github.com/google/error-prone/issues/3494) **Full Changelog**: https://github.com/google/error-prone/compare/v2.16...v2.17.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This MR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
| * Update all non-major dependenciesRenovate Bot2023-01-121-2/+2
|/
* Remove Picnic Error Prone Support (mulk/jgvariant!23)Matthias Benkard2023-01-121-12/+1
|\
| * Remove Error Code Support parameters.Matthias Benkard2023-01-121-1/+1
| |
| * Remove Picnic Error Prone Support.Matthias Andreas Benkard2023-01-121-11/+0
|/ | | | Change-Id: I3978fc97fc232ed182f4331011e513ef9d443c0e
* Renovate: Automerge minor updates.Matthias Benkard2023-01-121-1/+4
|
* Update all non-major dependencies (mulk/jgvariant!18)Marge Bot2023-01-111-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [com.uber.nullaway:nullaway](https://github.com/uber/NullAway) | | patch | `0.10.5` -> `0.10.7` | | [tech.picnic.error-prone-support:refaster-runner](https://error-prone.picnic.tech) ([source](https://github.com/PicnicSupermarket/error-prone-support)) | | minor | `0.6.0` -> `0.7.0` | | [tech.picnic.error-prone-support:error-prone-contrib](https://error-prone.picnic.tech) ([source](https://github.com/PicnicSupermarket/error-prone-support)) | | minor | `0.6.0` -> `0.7.0` | | [com.google.errorprone:error_prone_core](https://errorprone.info) ([source](https://github.com/google/error-prone)) | | minor | `2.16` -> `2.18.0` | | [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://github.com/google/error-prone)) | compile | minor | `2.16` -> `2.18.0` | | [org.codehaus.mojo:versions-maven-plugin](https://www.mojohaus.org/versions/) ([source](https://github.com/mojohaus/versions)) | build | patch | `2.14.1` -> `2.14.2` | | [com.diffplug.spotless:spotless-maven-plugin](https://github.com/diffplug/spotless) | build | minor | `2.28.0` -> `2.29.0` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Renovate will not automatically rebase this PR, because other commits have been found. 👻 **Immortal**: This MR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
| * Fix Error Prone by downgrading to 2.16.Matthias Andreas Benkard2023-01-111-1/+1
| | | | | | | | | | | | Change-Id: Ic267ab33d07bd2f4bbb505e9e88e110fd0e8c346 Tested-by: Marge Bot <https://gitlab.benkard.de/mulk/jgvariant/-/merge_requests/18> Part-of: <https://gitlab.benkard.de/mulk/jgvariant/-/merge_requests/18>
| * Update all non-major dependenciesRenovate Bot2023-01-111-1/+1
|/ | | | Part-of: <https://gitlab.benkard.de/mulk/jgvariant/-/merge_requests/18>
* Merge remote-tracking branch 'origin/master' into HEADMatthias Andreas Benkard2023-01-111-4/+4
|\ | | | | | | Change-Id: Ibe388266370d7456cf5e3888c4a7cd19c9d8c2fc
| * chore(deps): update dependency com.diffplug.spotless:spotless-maven-plugin ↵renovate[bot]2023-01-021-1/+1
| | | | | | | | | | to v2.29.0 (#17) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * chore(deps): update all non-major dependencies (#16)renovate[bot]2022-12-301-2/+2
| | | | | | Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
| * chore(deps): update dependency org.codehaus.mojo:versions-maven-plugin to ↵renovate[bot]2022-12-271-1/+1
| | | | | | | | | | | | | | v2.14.2 (#15) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Change-Id: I90224be74197d9d610a9c6d53065016c927b49ac
* | Update dependency org.jetbrains:annotations to v24 (mulk/jgvariant!21)Matthias Benkard2023-01-111-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.jetbrains:annotations](https://github.com/JetBrains/java-annotations) | compile | major | `23.1.0` -> `24.0.0` | --- ### Release Notes <details> <summary>JetBrains/java-annotations</summary> ### [`v24.0.0`](https://github.com/JetBrains/java-annotations/compare/23.1.0...24.0.0) [Compare Source](https://github.com/JetBrains/java-annotations/compare/23.1.0...24.0.0) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
| * | Update dependency org.jetbrains:annotations to v24Renovate Bot2023-01-111-1/+1
|/ /
* | Update junit5 monorepo to v5.9.2 (mulk/jgvariant!20)Matthias Benkard2023-01-101-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This MR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [org.junit.jupiter:junit-jupiter-api](https://junit.org/junit5/) ([source](https://github.com/junit-team/junit5)) | test | patch | `5.9.1` -> `5.9.2` | | [org.junit.jupiter:junit-jupiter-engine](https://junit.org/junit5/) ([source](https://github.com/junit-team/junit5)) | test | patch | `5.9.1` -> `5.9.2` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC4yNC4wIiwidXBkYXRlZEluVmVyIjoiMzQuMjQuMCJ9-->
| * | Update junit5 monorepo to v5.9.2Renovate Bot2023-01-101-1/+1
|/ /
* | Merge branch 'feature/better-ci' into 'master'Marge Bot2023-01-081-0/+9
|\ \ | | | | | | | | | | | | GitLab CI: Define cache, Maven options See merge request mulk/jgvariant!19
| * | GitLab CI: Define cache, Maven options.Matthias Benkard2023-01-081-0/+9
|/ / | | | | | | Part-of: <https://gitlab.benkard.de/mulk/jgvariant/-/merge_requests/19>
* | Merge branch 'set-sast-config-1' into 'master'Marge Bot2023-01-081-3/+9
|\ \ | | | | | | | | | | | | Configure GitLab SAST See merge request mulk/jgvariant!17
| * | CI: Clean up some more.Matthias Benkard2023-01-081-3/+4
| | | | | | | | | | | | Part-of: <https://gitlab.benkard.de/mulk/jgvariant/-/merge_requests/17>
| * | Clean up .gitlab-ci.yml.Matthias Benkard2023-01-081-13/+8
| | | | | | | | | | | | Part-of: <https://gitlab.benkard.de/mulk/jgvariant/-/merge_requests/17>
| * | Configure SAST in `.gitlab-ci.yml`, creating this file if it does not ↵Matthias Benkard2023-01-081-4/+14
|/ / | | | | | | | | | | already exist Part-of: <https://gitlab.benkard.de/mulk/jgvariant/-/merge_requests/17>
* | Merge branch '10-action-required-fix-renovate-configuration' into 'master'Matthias Benkard2023-01-081-1/+1
|\ \ | | | | | | | | | | | | Update Renovate configuration for GitLab See merge request mulk/jgvariant!16
| * | Renovate: Use local preset path.Matthias Benkard2023-01-081-1/+1
| | |
| * | Update renovate.jsonMatthias Benkard2023-01-071-1/+1
|/ /