Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update dependency net.jqwik:jqwik to v1.8.5 | Renovate Bot | 2024-05-24 | 1 | -1/+1 |
| | |||||
* | Update dependency org.codehaus.mojo:exec-maven-plugin to v3.3.0 | Renovate Bot | 2024-05-21 | 1 | -1/+1 |
| | |||||
* | Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.2 | Renovate Bot | 2024-05-17 | 1 | -1/+1 |
| | |||||
* | Update all non-major dependencies to v4.7.6 | Renovate Bot | 2024-05-07 | 1 | -1/+1 |
| | |||||
* | Update dependency com.uber.nullaway:nullaway to v0.10.26 | Renovate Bot | 2024-05-03 | 1 | -1/+1 |
| | |||||
* | Update all non-major dependencies to v2.27.1 | Renovate Bot | 2024-05-01 | 1 | -1/+1 |
| | |||||
* | Update all non-major dependencies to v2.27.0 | Renovate Bot | 2024-04-26 | 1 | -1/+1 |
| | |||||
* | Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.1 | Renovate Bot | 2024-04-20 | 1 | -1/+1 |
| | |||||
* | Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.4 | Renovate Bot | 2024-04-19 | 1 | -1/+1 |
| | |||||
* | Update dependency org.apache.maven.plugins:maven-scm-plugin to v2.1.0 | Renovate Bot | 2024-04-14 | 1 | -1/+1 |
| | |||||
* | Update dependency org.apache.maven.plugins:maven-jar-plugin to v3.4.0 | Renovate Bot | 2024-04-13 | 1 | -1/+1 |
| | |||||
* | Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.3 | Renovate Bot | 2024-04-11 | 1 | -1/+1 |
| | |||||
* | Update dependency org.eclipse.parsson:parsson to v1.1.6 | Renovate Bot | 2024-04-05 | 1 | -1/+1 |
| | |||||
* | Update dependency org.apache.maven.plugins:maven-source-plugin to v3.3.1 | Renovate Bot | 2024-04-04 | 1 | -1/+1 |
| | |||||
* | Update dependency com.uber.nullaway:nullaway to v0.10.25 | Renovate Bot | 2024-03-29 | 1 | -1/+1 |
| | |||||
* | Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.2 | Renovate Bot | 2024-03-26 | 1 | -1/+1 |
| | |||||
* | Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.13.0 | Renovate Bot | 2024-03-18 | 1 | -1/+1 |
| | |||||
* | Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.1 | Renovate Bot | 2024-03-18 | 1 | -1/+1 |
| | |||||
* | Update dependency net.jqwik:jqwik to v1.8.4 | Renovate Bot | 2024-03-15 | 1 | -1/+1 |
| | |||||
* | Update all non-major dependencies to v2.26.1 (mulk/jgvariant!26) | Renovate Bot | 2024-03-12 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.25.0` -> `2.26.1` | | [com.google.errorprone:error_prone_annotations](https://errorprone.info) ([source](https://github.com/google/error-prone)) | compile | minor | `2.25.0` -> `2.26.1` | --- ### Release Notes <details> <summary>google/error-prone</summary> ### [`v2.26.1`](https://github.com/google/error-prone/releases/tag/v2.26.1): Error Prone 2.26.1 [Compare Source](https://github.com/google/error-prone/compare/v2.26.0...v2.26.1) Changes: - Fix the module name of the annotations artifact: `com.google.errorprone.annotations` (https://github.com/google/error-prone/commit/9d99ee76f2ca8568b69150f5df7fe845c8545d16) Full Changelog: https://github.com/google/error-prone/compare/v2.26.0...v2.26.1 ### [`v2.26.0`](https://github.com/google/error-prone/releases/tag/v2.26.0): Error Prone 2.26.0 [Compare Source](https://github.com/google/error-prone/compare/v2.25.0...v2.26.0) Changes: - The 'annotations' artifact now includes a `module-info.java` for Java Platform Module System support, thanks to [@​sgammon](https://github.com/sgammon) in [#​4311](https://github.com/google/error-prone/issues/4311). - Disabled checks passed to `-XepPatchChecks` are now ignored, instead of causing a crash. Thanks to [@​oxkitsune](https://github.com/oxkitsune) in [#​4028](https://github.com/google/error-prone/issues/4028). New checks: - [`SystemConsoleNull`](https://errorprone.info/bugpattern/SystemConsoleNull): Null-checking `System.console()` is not a reliable way to detect if the console is connected to a terminal. - [`EnumOrdinal`](https://errorprone.info/bugpattern/EnumOrdinal): Discourage uses of `Enum.ordinal()` Closed issues: [#​2649](https://github.com/google/error-prone/issues/2649), [#​3908](https://github.com/google/error-prone/issues/3908), [#​4028](https://github.com/google/error-prone/issues/4028), [#​4311](https://github.com/google/error-prone/issues/4311), [#​4314](https://github.com/google/error-prone/issues/4314) Full Changelog: https://github.com/google/error-prone/compare/v2.25.0...v2.26.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. 🔕 **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 all non-major dependencies to v2.26.1 | Renovate Bot | 2024-03-12 | 1 | -1/+1 |
|/ | |||||
* | Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3.2.0 | Renovate Bot | 2024-03-11 | 1 | -1/+1 |
| | |||||
* | Update dependency com.uber.nullaway:nullaway to v0.10.24 | Renovate Bot | 2024-03-04 | 1 | -1/+1 |
| | |||||
* | jgvariant-core: Property tests for some maps and lists. | Matthias Andreas Benkard | 2024-03-03 | 1 | -31/+74 |
| | | | | Change-Id: I1edb66339290f02bf147582f9541b7fd2f3533ce | ||||
* | jgvariant-tool: Mark compile-time-only dependencies as optional. | Matthias Andreas Benkard | 2024-03-02 | 1 | -0/+3 |
| | | | | | | | | | The way flatten-maven-plugin is configured, optional dependencies are omitted, but provided dependencies are included in the final POM. Since they are not needed at runtime, it makes sense to omit them by marking them as optional. This causes fewer security alerts. Change-Id: I8f39c0066331c067186b9fa016bf60477653a48c | ||||
* | Bump version to 0.1.10-SNAPSHOT. | Matthias Andreas Benkard | 2024-03-02 | 6 | -14/+14 |
| | | | | Change-Id: Ie61b7c7ee7e8124eeaa62372067e3234011a76f3 | ||||
* | Release 0.1.9.v0.1.9 | Matthias Andreas Benkard | 2024-03-02 | 6 | -14/+14 |
| | | | | Change-Id: I8e9baefaaecf57a5fef7e6cde65847a6cbd83a07 | ||||
* | jgvariant-tool, add-static-delta: Document better, accept modified Base64. | Matthias Andreas Benkard | 2024-03-02 | 4 | -29/+82 |
| | | | | Change-Id: Icad477b34d074164ffdd162afd91f4abf627b979 | ||||
* | jgvariant-tool: Add 'ostree summary add-static-delta' command. | Matthias Andreas Benkard | 2024-03-02 | 4 | -6/+122 |
| | | | | Change-Id: I3b318269c4c85b581d6639fe5ec6a14bf2604ad4 | ||||
* | Reformat. | Matthias Andreas Benkard | 2024-03-02 | 5 | -14/+14 |
| | | | | Change-Id: I63bc83ade4d99856a0317104efbe1d4420c361bd | ||||
* | jgvariant-tool: Factor out generic read command. | Matthias Andreas Benkard | 2024-03-02 | 2 | -7/+14 |
| | | | | Change-Id: I977a3a36ae5dec7e5a2847b2d0558dd7026184b1 | ||||
* | Update dependency net.jqwik:jqwik to v1.8.3 | Renovate Bot | 2024-02-23 | 1 | -1/+1 |
| | |||||
* | Update dependency org.codehaus.mojo:exec-maven-plugin to v3.2.0 | Renovate Bot | 2024-02-22 | 1 | -1/+1 |
| | |||||
* | Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.1 | Renovate Bot | 2024-02-19 | 1 | -1/+1 |
| | |||||
* | Update all non-major dependencies to v2.25.0 | Renovate Bot | 2024-02-16 | 1 | -1/+1 |
| | |||||
* | Update dependency com.uber.nullaway:nullaway to v0.10.23 | Renovate Bot | 2024-02-15 | 1 | -1/+1 |
| | |||||
* | Update junit5 monorepo to v5.10.2 | Renovate Bot | 2024-02-04 | 1 | -1/+1 |
| | |||||
* | Update dependency org.graalvm.buildtools:native-maven-plugin to v0.10.0 | Renovate Bot | 2024-02-01 | 1 | -1/+1 |
| | |||||
* | Update dependency com.uber.nullaway:nullaway to v0.10.22 | Renovate Bot | 2024-01-29 | 1 | -1/+1 |
| | |||||
* | Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.43.0 | Renovate Bot | 2024-01-23 | 1 | -1/+1 |
| | |||||
* | Update dependency com.diffplug.spotless:spotless-maven-plugin to v2.42.0 | Renovate Bot | 2024-01-15 | 1 | -1/+1 |
| | |||||
* | Update dependency org.codehaus.mojo:flatten-maven-plugin to v1.6.0 | Renovate Bot | 2024-01-14 | 1 | -1/+1 |
| | |||||
* | Update dependency com.uber.nullaway:nullaway to v0.10.21 | Renovate Bot | 2024-01-14 | 1 | -1/+1 |
| | |||||
* | Update dependency com.uber.nullaway:nullaway to v0.10.20 | Renovate Bot | 2024-01-12 | 1 | -1/+1 |
| | |||||
* | Update all non-major dependencies to v3.2.5 | Renovate Bot | 2024-01-09 | 1 | -1/+1 |
| | |||||
* | Update all non-major dependencies to v2.24.1 | Renovate Bot | 2024-01-03 | 1 | -1/+1 |
| | |||||
* | Update dependency com.uber.nullaway:nullaway to v0.10.19 | Renovate Bot | 2023-12-27 | 1 | -1/+1 |
| | |||||
* | Update dependency org.apache.maven.plugins:maven-compiler-plugin to v3.12.1 | Renovate Bot | 2023-12-24 | 1 | -1/+1 |
| | |||||
* | Update all non-major dependencies to v2.24.0 | Renovate Bot | 2023-12-21 | 1 | -1/+1 |
| | |||||
* | POM: Remove unused Guava dependency. | Matthias Benkard | 2023-12-19 | 1 | -8/+0 |
| |