From ebfbe8106ad05f7cee3e03bf28bbcd841319470b Mon Sep 17 00:00:00 2001 From: Toshiaki Maki Date: Tue, 25 Aug 2026 13:43:01 +0900 Subject: [PATCH] Upgrade JSpecify from 1.0.0 to 1.0.1 Update the JSpecify version used in all integration test projects and the README example. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 2 +- src/it/basic-check/pom.xml | 2 +- src/it/compiler-plugin-management/pom.xml | 2 +- src/it/errorprone-arg-element-name/pom.xml | 2 +- src/it/existing-compiler-config/pom.xml | 2 +- src/it/existing-errorprone-config/pom.xml | 2 +- src/it/generate-package-info-in-source/pom.xml | 2 +- src/it/generate-package-info-partial/pom.xml | 2 +- src/it/generate-package-info/pom.xml | 2 +- src/it/no-compiler-plugin/pom.xml | 2 +- src/it/nullaway-error-detection/pom.xml | 2 +- src/it/nullaway-options/pom.xml | 2 +- src/it/nullaway-warn-severity/pom.xml | 2 +- src/it/test-checking-error-detection/pom.xml | 2 +- src/it/test-checking/pom.xml | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 595e2ef..a0c81a6 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You also need the JSpecify dependency: org.jspecify jspecify - 1.0.0 + 1.0.1 ``` diff --git a/src/it/basic-check/pom.xml b/src/it/basic-check/pom.xml index 730e354..6b5de29 100644 --- a/src/it/basic-check/pom.xml +++ b/src/it/basic-check/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 diff --git a/src/it/compiler-plugin-management/pom.xml b/src/it/compiler-plugin-management/pom.xml index 36a071f..b942c8f 100644 --- a/src/it/compiler-plugin-management/pom.xml +++ b/src/it/compiler-plugin-management/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 diff --git a/src/it/errorprone-arg-element-name/pom.xml b/src/it/errorprone-arg-element-name/pom.xml index 604eec3..90b6851 100644 --- a/src/it/errorprone-arg-element-name/pom.xml +++ b/src/it/errorprone-arg-element-name/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 diff --git a/src/it/existing-compiler-config/pom.xml b/src/it/existing-compiler-config/pom.xml index 6fe116a..9090fa8 100644 --- a/src/it/existing-compiler-config/pom.xml +++ b/src/it/existing-compiler-config/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 org.mapstruct diff --git a/src/it/existing-errorprone-config/pom.xml b/src/it/existing-errorprone-config/pom.xml index b5e2d86..b9b3d2f 100644 --- a/src/it/existing-errorprone-config/pom.xml +++ b/src/it/existing-errorprone-config/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 diff --git a/src/it/generate-package-info-in-source/pom.xml b/src/it/generate-package-info-in-source/pom.xml index f56e7e9..6e3b866 100644 --- a/src/it/generate-package-info-in-source/pom.xml +++ b/src/it/generate-package-info-in-source/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 org.junit.jupiter diff --git a/src/it/generate-package-info-partial/pom.xml b/src/it/generate-package-info-partial/pom.xml index 7db7842..96be2fe 100644 --- a/src/it/generate-package-info-partial/pom.xml +++ b/src/it/generate-package-info-partial/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 diff --git a/src/it/generate-package-info/pom.xml b/src/it/generate-package-info/pom.xml index ab89728..78eac45 100644 --- a/src/it/generate-package-info/pom.xml +++ b/src/it/generate-package-info/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 diff --git a/src/it/no-compiler-plugin/pom.xml b/src/it/no-compiler-plugin/pom.xml index edc6615..daf4609 100644 --- a/src/it/no-compiler-plugin/pom.xml +++ b/src/it/no-compiler-plugin/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 diff --git a/src/it/nullaway-error-detection/pom.xml b/src/it/nullaway-error-detection/pom.xml index ad1b7e2..97e6b63 100644 --- a/src/it/nullaway-error-detection/pom.xml +++ b/src/it/nullaway-error-detection/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 diff --git a/src/it/nullaway-options/pom.xml b/src/it/nullaway-options/pom.xml index 040aedc..43cf1e8 100644 --- a/src/it/nullaway-options/pom.xml +++ b/src/it/nullaway-options/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 diff --git a/src/it/nullaway-warn-severity/pom.xml b/src/it/nullaway-warn-severity/pom.xml index d375851..1f76c57 100644 --- a/src/it/nullaway-warn-severity/pom.xml +++ b/src/it/nullaway-warn-severity/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 diff --git a/src/it/test-checking-error-detection/pom.xml b/src/it/test-checking-error-detection/pom.xml index fda07df..857f5b4 100644 --- a/src/it/test-checking-error-detection/pom.xml +++ b/src/it/test-checking-error-detection/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 diff --git a/src/it/test-checking/pom.xml b/src/it/test-checking/pom.xml index 97b0a87..b4d5392 100644 --- a/src/it/test-checking/pom.xml +++ b/src/it/test-checking/pom.xml @@ -16,7 +16,7 @@ org.jspecify jspecify - 1.0.0 + 1.0.1 org.assertj