diff --git a/pom.xml b/pom.xml
index c2c010d..a533eb5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.assertj
assertj-parent
- 3.27.0
+ 3.27.1
assertj-assertions-generator
diff --git a/src/main/java/org/assertj/assertions/generator/AssertionGenerator.java b/src/main/java/org/assertj/assertions/generator/AssertionGenerator.java
index 44b680f..65926dc 100644
--- a/src/main/java/org/assertj/assertions/generator/AssertionGenerator.java
+++ b/src/main/java/org/assertj/assertions/generator/AssertionGenerator.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointGenerator.java b/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointGenerator.java
index 195d323..1115e0b 100644
--- a/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointGenerator.java
+++ b/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointGenerator.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointType.java b/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointType.java
index 2771a7b..ee38514 100644
--- a/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointType.java
+++ b/src/main/java/org/assertj/assertions/generator/AssertionsEntryPointType.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/main/java/org/assertj/assertions/generator/BaseAssertionGenerator.java b/src/main/java/org/assertj/assertions/generator/BaseAssertionGenerator.java
index fb6c58f..44a74b5 100644
--- a/src/main/java/org/assertj/assertions/generator/BaseAssertionGenerator.java
+++ b/src/main/java/org/assertj/assertions/generator/BaseAssertionGenerator.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/main/java/org/assertj/assertions/generator/DefaultTemplateRegistryProducer.java b/src/main/java/org/assertj/assertions/generator/DefaultTemplateRegistryProducer.java
index 6eabfb5..15182c5 100644
--- a/src/main/java/org/assertj/assertions/generator/DefaultTemplateRegistryProducer.java
+++ b/src/main/java/org/assertj/assertions/generator/DefaultTemplateRegistryProducer.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/main/java/org/assertj/assertions/generator/GenerateAssertion.java b/src/main/java/org/assertj/assertions/generator/GenerateAssertion.java
index 467ea98..af8290a 100644
--- a/src/main/java/org/assertj/assertions/generator/GenerateAssertion.java
+++ b/src/main/java/org/assertj/assertions/generator/GenerateAssertion.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/main/java/org/assertj/assertions/generator/Template.java b/src/main/java/org/assertj/assertions/generator/Template.java
index 7566d2c..9d2a3b6 100644
--- a/src/main/java/org/assertj/assertions/generator/Template.java
+++ b/src/main/java/org/assertj/assertions/generator/Template.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
diff --git a/src/main/java/org/assertj/assertions/generator/TemplateRegistry.java b/src/main/java/org/assertj/assertions/generator/TemplateRegistry.java
index 69ac403..e3b0cfe 100644
--- a/src/main/java/org/assertj/assertions/generator/TemplateRegistry.java
+++ b/src/main/java/org/assertj/assertions/generator/TemplateRegistry.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/main/java/org/assertj/assertions/generator/cli/AssertionGeneratorLauncher.java b/src/main/java/org/assertj/assertions/generator/cli/AssertionGeneratorLauncher.java
index 4c846f3..74f8c91 100644
--- a/src/main/java/org/assertj/assertions/generator/cli/AssertionGeneratorLauncher.java
+++ b/src/main/java/org/assertj/assertions/generator/cli/AssertionGeneratorLauncher.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.cli;
diff --git a/src/main/java/org/assertj/assertions/generator/description/ClassDescription.java b/src/main/java/org/assertj/assertions/generator/description/ClassDescription.java
index 93e62f9..e0e2156 100644
--- a/src/main/java/org/assertj/assertions/generator/description/ClassDescription.java
+++ b/src/main/java/org/assertj/assertions/generator/description/ClassDescription.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.description;
diff --git a/src/main/java/org/assertj/assertions/generator/description/DataDescription.java b/src/main/java/org/assertj/assertions/generator/description/DataDescription.java
index cc3cec0..2a69ca4 100644
--- a/src/main/java/org/assertj/assertions/generator/description/DataDescription.java
+++ b/src/main/java/org/assertj/assertions/generator/description/DataDescription.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.description;
diff --git a/src/main/java/org/assertj/assertions/generator/description/FieldDescription.java b/src/main/java/org/assertj/assertions/generator/description/FieldDescription.java
index 663a96d..8e22fa2 100644
--- a/src/main/java/org/assertj/assertions/generator/description/FieldDescription.java
+++ b/src/main/java/org/assertj/assertions/generator/description/FieldDescription.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.description;
diff --git a/src/main/java/org/assertj/assertions/generator/description/GetterDescription.java b/src/main/java/org/assertj/assertions/generator/description/GetterDescription.java
index 99a8a74..a4ece40 100644
--- a/src/main/java/org/assertj/assertions/generator/description/GetterDescription.java
+++ b/src/main/java/org/assertj/assertions/generator/description/GetterDescription.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.description;
diff --git a/src/main/java/org/assertj/assertions/generator/description/Visibility.java b/src/main/java/org/assertj/assertions/generator/description/Visibility.java
index 4ffb5d2..38cb7a5 100644
--- a/src/main/java/org/assertj/assertions/generator/description/Visibility.java
+++ b/src/main/java/org/assertj/assertions/generator/description/Visibility.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.description;
diff --git a/src/main/java/org/assertj/assertions/generator/description/converter/AnnotationConfiguration.java b/src/main/java/org/assertj/assertions/generator/description/converter/AnnotationConfiguration.java
index bbec0e3..af5f0b1 100644
--- a/src/main/java/org/assertj/assertions/generator/description/converter/AnnotationConfiguration.java
+++ b/src/main/java/org/assertj/assertions/generator/description/converter/AnnotationConfiguration.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.description.converter;
diff --git a/src/main/java/org/assertj/assertions/generator/description/converter/ClassDescriptionConverter.java b/src/main/java/org/assertj/assertions/generator/description/converter/ClassDescriptionConverter.java
index 1248c6b..1782bab 100644
--- a/src/main/java/org/assertj/assertions/generator/description/converter/ClassDescriptionConverter.java
+++ b/src/main/java/org/assertj/assertions/generator/description/converter/ClassDescriptionConverter.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.description.converter;
diff --git a/src/main/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverter.java b/src/main/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverter.java
index 7bf6d64..170bc37 100644
--- a/src/main/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverter.java
+++ b/src/main/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverter.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.description.converter;
diff --git a/src/main/java/org/assertj/assertions/generator/util/ClassUtil.java b/src/main/java/org/assertj/assertions/generator/util/ClassUtil.java
index bf855eb..e3fe3cb 100644
--- a/src/main/java/org/assertj/assertions/generator/util/ClassUtil.java
+++ b/src/main/java/org/assertj/assertions/generator/util/ClassUtil.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.util;
diff --git a/src/main/java/org/assertj/assertions/generator/util/StringUtil.java b/src/main/java/org/assertj/assertions/generator/util/StringUtil.java
index d074ee1..e9fba11 100644
--- a/src/main/java/org/assertj/assertions/generator/util/StringUtil.java
+++ b/src/main/java/org/assertj/assertions/generator/util/StringUtil.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.util;
diff --git a/src/test/java/my/assertions/OuterClassStaticNestedPersonAssert.java b/src/test/java/my/assertions/OuterClassStaticNestedPersonAssert.java
index 003d0fc..f14c6e7 100644
--- a/src/test/java/my/assertions/OuterClassStaticNestedPersonAssert.java
+++ b/src/test/java/my/assertions/OuterClassStaticNestedPersonAssert.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package my.assertions;
diff --git a/src/test/java/org/assertj/assertions/generator/AssertionGeneratorOverrideTemplateTest.java b/src/test/java/org/assertj/assertions/generator/AssertionGeneratorOverrideTemplateTest.java
index 19e5846..91e84a3 100644
--- a/src/test/java/org/assertj/assertions/generator/AssertionGeneratorOverrideTemplateTest.java
+++ b/src/test/java/org/assertj/assertions/generator/AssertionGeneratorOverrideTemplateTest.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/test/java/org/assertj/assertions/generator/AssertionGeneratorTest.java b/src/test/java/org/assertj/assertions/generator/AssertionGeneratorTest.java
index b0fa5a9..9a66321 100644
--- a/src/test/java/org/assertj/assertions/generator/AssertionGeneratorTest.java
+++ b/src/test/java/org/assertj/assertions/generator/AssertionGeneratorTest.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/test/java/org/assertj/assertions/generator/AssertionsEntryPointGeneratorTest.java b/src/test/java/org/assertj/assertions/generator/AssertionsEntryPointGeneratorTest.java
index 4cbd885..e48a437 100644
--- a/src/test/java/org/assertj/assertions/generator/AssertionsEntryPointGeneratorTest.java
+++ b/src/test/java/org/assertj/assertions/generator/AssertionsEntryPointGeneratorTest.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/test/java/org/assertj/assertions/generator/BeanWithExceptionsTest.java b/src/test/java/org/assertj/assertions/generator/BeanWithExceptionsTest.java
index 88b4478..4a88cb9 100644
--- a/src/test/java/org/assertj/assertions/generator/BeanWithExceptionsTest.java
+++ b/src/test/java/org/assertj/assertions/generator/BeanWithExceptionsTest.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/test/java/org/assertj/assertions/generator/ClassUsingDifferentClassesWithSameName.java b/src/test/java/org/assertj/assertions/generator/ClassUsingDifferentClassesWithSameName.java
index 09316ff..cc8667a 100644
--- a/src/test/java/org/assertj/assertions/generator/ClassUsingDifferentClassesWithSameName.java
+++ b/src/test/java/org/assertj/assertions/generator/ClassUsingDifferentClassesWithSameName.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/test/java/org/assertj/assertions/generator/GenerationHandler.java b/src/test/java/org/assertj/assertions/generator/GenerationHandler.java
index 279dc96..e1de1ee 100644
--- a/src/test/java/org/assertj/assertions/generator/GenerationHandler.java
+++ b/src/test/java/org/assertj/assertions/generator/GenerationHandler.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/test/java/org/assertj/assertions/generator/NestedClassesTest.java b/src/test/java/org/assertj/assertions/generator/NestedClassesTest.java
index be22469..78e8b81 100644
--- a/src/test/java/org/assertj/assertions/generator/NestedClassesTest.java
+++ b/src/test/java/org/assertj/assertions/generator/NestedClassesTest.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/test/java/org/assertj/assertions/generator/PlayerAssertTest.java b/src/test/java/org/assertj/assertions/generator/PlayerAssertTest.java
index ef13e7e..ddf2da4 100644
--- a/src/test/java/org/assertj/assertions/generator/PlayerAssertTest.java
+++ b/src/test/java/org/assertj/assertions/generator/PlayerAssertTest.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/test/java/org/assertj/assertions/generator/TemplateTest.java b/src/test/java/org/assertj/assertions/generator/TemplateTest.java
index 0cc49ea..2ccaee0 100644
--- a/src/test/java/org/assertj/assertions/generator/TemplateTest.java
+++ b/src/test/java/org/assertj/assertions/generator/TemplateTest.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator;
diff --git a/src/test/java/org/assertj/assertions/generator/data/AnnotatedClass.java b/src/test/java/org/assertj/assertions/generator/data/AnnotatedClass.java
index d5da291..0def899 100644
--- a/src/test/java/org/assertj/assertions/generator/data/AnnotatedClass.java
+++ b/src/test/java/org/assertj/assertions/generator/data/AnnotatedClass.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/AutoValue.java b/src/test/java/org/assertj/assertions/generator/data/AutoValue.java
index 490524f..e00f0b5 100644
--- a/src/test/java/org/assertj/assertions/generator/data/AutoValue.java
+++ b/src/test/java/org/assertj/assertions/generator/data/AutoValue.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/AutoValueAnnotatedClass.java b/src/test/java/org/assertj/assertions/generator/data/AutoValueAnnotatedClass.java
index 9701826..f6dfbe9 100644
--- a/src/test/java/org/assertj/assertions/generator/data/AutoValueAnnotatedClass.java
+++ b/src/test/java/org/assertj/assertions/generator/data/AutoValueAnnotatedClass.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/BeanWithOneException.java b/src/test/java/org/assertj/assertions/generator/data/BeanWithOneException.java
index 6b665f8..e90e8f7 100644
--- a/src/test/java/org/assertj/assertions/generator/data/BeanWithOneException.java
+++ b/src/test/java/org/assertj/assertions/generator/data/BeanWithOneException.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/BeanWithTwoExceptions.java b/src/test/java/org/assertj/assertions/generator/data/BeanWithTwoExceptions.java
index 5c908c8..d4d026a 100644
--- a/src/test/java/org/assertj/assertions/generator/data/BeanWithTwoExceptions.java
+++ b/src/test/java/org/assertj/assertions/generator/data/BeanWithTwoExceptions.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/BlockBuster.java b/src/test/java/org/assertj/assertions/generator/data/BlockBuster.java
index 4b99e1c..70f98f8 100644
--- a/src/test/java/org/assertj/assertions/generator/data/BlockBuster.java
+++ b/src/test/java/org/assertj/assertions/generator/data/BlockBuster.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/BooleanPredicates.java b/src/test/java/org/assertj/assertions/generator/data/BooleanPredicates.java
index f3978c1..dc7ac49 100644
--- a/src/test/java/org/assertj/assertions/generator/data/BooleanPredicates.java
+++ b/src/test/java/org/assertj/assertions/generator/data/BooleanPredicates.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/Dollar$.java b/src/test/java/org/assertj/assertions/generator/data/Dollar$.java
index 0156a5d..305dcac 100644
--- a/src/test/java/org/assertj/assertions/generator/data/Dollar$.java
+++ b/src/test/java/org/assertj/assertions/generator/data/Dollar$.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/EnemyReport.java b/src/test/java/org/assertj/assertions/generator/data/EnemyReport.java
index c15eb1b..a1a6d06 100644
--- a/src/test/java/org/assertj/assertions/generator/data/EnemyReport.java
+++ b/src/test/java/org/assertj/assertions/generator/data/EnemyReport.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/FieldPropertyClash.java b/src/test/java/org/assertj/assertions/generator/data/FieldPropertyClash.java
index 6c34f37..1e696b4 100644
--- a/src/test/java/org/assertj/assertions/generator/data/FieldPropertyClash.java
+++ b/src/test/java/org/assertj/assertions/generator/data/FieldPropertyClash.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/InterferencePrimitives.java b/src/test/java/org/assertj/assertions/generator/data/InterferencePrimitives.java
index 4296e03..06d75bc 100644
--- a/src/test/java/org/assertj/assertions/generator/data/InterferencePrimitives.java
+++ b/src/test/java/org/assertj/assertions/generator/data/InterferencePrimitives.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/Keywords.java b/src/test/java/org/assertj/assertions/generator/data/Keywords.java
index 5594d5c..60fe22c 100644
--- a/src/test/java/org/assertj/assertions/generator/data/Keywords.java
+++ b/src/test/java/org/assertj/assertions/generator/data/Keywords.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/Movie.java b/src/test/java/org/assertj/assertions/generator/data/Movie.java
index 5d95c27..724743a 100644
--- a/src/test/java/org/assertj/assertions/generator/data/Movie.java
+++ b/src/test/java/org/assertj/assertions/generator/data/Movie.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/Name.java b/src/test/java/org/assertj/assertions/generator/data/Name.java
index 6d37618..6e70ec2 100644
--- a/src/test/java/org/assertj/assertions/generator/data/Name.java
+++ b/src/test/java/org/assertj/assertions/generator/data/Name.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/OuterClass.java b/src/test/java/org/assertj/assertions/generator/data/OuterClass.java
index c16e17e..577bcec 100644
--- a/src/test/java/org/assertj/assertions/generator/data/OuterClass.java
+++ b/src/test/java/org/assertj/assertions/generator/data/OuterClass.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/ParameterClashWithVariables.java b/src/test/java/org/assertj/assertions/generator/data/ParameterClashWithVariables.java
index 522557e..ae847d2 100644
--- a/src/test/java/org/assertj/assertions/generator/data/ParameterClashWithVariables.java
+++ b/src/test/java/org/assertj/assertions/generator/data/ParameterClashWithVariables.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/Primitives.java b/src/test/java/org/assertj/assertions/generator/data/Primitives.java
index ac8db3b..5b9a1f9 100644
--- a/src/test/java/org/assertj/assertions/generator/data/Primitives.java
+++ b/src/test/java/org/assertj/assertions/generator/data/Primitives.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/Team.java b/src/test/java/org/assertj/assertions/generator/data/Team.java
index 4e93e99..0a01b32 100644
--- a/src/test/java/org/assertj/assertions/generator/data/Team.java
+++ b/src/test/java/org/assertj/assertions/generator/data/Team.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/TreeEnum.java b/src/test/java/org/assertj/assertions/generator/data/TreeEnum.java
index f2ae81d..09e28db 100644
--- a/src/test/java/org/assertj/assertions/generator/data/TreeEnum.java
+++ b/src/test/java/org/assertj/assertions/generator/data/TreeEnum.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/WithPrivateFields.java b/src/test/java/org/assertj/assertions/generator/data/WithPrivateFields.java
index 4400e21..d325870 100644
--- a/src/test/java/org/assertj/assertions/generator/data/WithPrivateFields.java
+++ b/src/test/java/org/assertj/assertions/generator/data/WithPrivateFields.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/WithPrivateFieldsParent.java b/src/test/java/org/assertj/assertions/generator/data/WithPrivateFieldsParent.java
index a6206f0..7fef48c 100644
--- a/src/test/java/org/assertj/assertions/generator/data/WithPrivateFieldsParent.java
+++ b/src/test/java/org/assertj/assertions/generator/data/WithPrivateFieldsParent.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data;
diff --git a/src/test/java/org/assertj/assertions/generator/data/art/ArtWork.java b/src/test/java/org/assertj/assertions/generator/data/art/ArtWork.java
index 8eaff8a..589bb34 100644
--- a/src/test/java/org/assertj/assertions/generator/data/art/ArtWork.java
+++ b/src/test/java/org/assertj/assertions/generator/data/art/ArtWork.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data.art;
diff --git a/src/test/java/org/assertj/assertions/generator/data/cars/Car.java b/src/test/java/org/assertj/assertions/generator/data/cars/Car.java
index 6a60014..5c288db 100644
--- a/src/test/java/org/assertj/assertions/generator/data/cars/Car.java
+++ b/src/test/java/org/assertj/assertions/generator/data/cars/Car.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data.cars;
diff --git a/src/test/java/org/assertj/assertions/generator/data/inner/Data.java b/src/test/java/org/assertj/assertions/generator/data/inner/Data.java
index e533a49..5e6b106 100644
--- a/src/test/java/org/assertj/assertions/generator/data/inner/Data.java
+++ b/src/test/java/org/assertj/assertions/generator/data/inner/Data.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data.inner;
diff --git a/src/test/java/org/assertj/assertions/generator/data/inner/PackagePrivate.java b/src/test/java/org/assertj/assertions/generator/data/inner/PackagePrivate.java
index 5a65d8d..c7a78bb 100644
--- a/src/test/java/org/assertj/assertions/generator/data/inner/PackagePrivate.java
+++ b/src/test/java/org/assertj/assertions/generator/data/inner/PackagePrivate.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data.inner;
diff --git a/src/test/java/org/assertj/assertions/generator/data/lotr/FellowshipOfTheRing.java b/src/test/java/org/assertj/assertions/generator/data/lotr/FellowshipOfTheRing.java
index c635c6b..49b6e3d 100644
--- a/src/test/java/org/assertj/assertions/generator/data/lotr/FellowshipOfTheRing.java
+++ b/src/test/java/org/assertj/assertions/generator/data/lotr/FellowshipOfTheRing.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data.lotr;
diff --git a/src/test/java/org/assertj/assertions/generator/data/lotr/Race.java b/src/test/java/org/assertj/assertions/generator/data/lotr/Race.java
index 378fc54..7fe64d5 100644
--- a/src/test/java/org/assertj/assertions/generator/data/lotr/Race.java
+++ b/src/test/java/org/assertj/assertions/generator/data/lotr/Race.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data.lotr;
diff --git a/src/test/java/org/assertj/assertions/generator/data/lotr/Ring.java b/src/test/java/org/assertj/assertions/generator/data/lotr/Ring.java
index 7d2539c..a5f219d 100644
--- a/src/test/java/org/assertj/assertions/generator/data/lotr/Ring.java
+++ b/src/test/java/org/assertj/assertions/generator/data/lotr/Ring.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data.lotr;
diff --git a/src/test/java/org/assertj/assertions/generator/data/lotr/TolkienCharacter.java b/src/test/java/org/assertj/assertions/generator/data/lotr/TolkienCharacter.java
index 621e07c..200889e 100644
--- a/src/test/java/org/assertj/assertions/generator/data/lotr/TolkienCharacter.java
+++ b/src/test/java/org/assertj/assertions/generator/data/lotr/TolkienCharacter.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data.lotr;
diff --git a/src/test/java/org/assertj/assertions/generator/data/nba/Player.java b/src/test/java/org/assertj/assertions/generator/data/nba/Player.java
index 2249156..383aea9 100644
--- a/src/test/java/org/assertj/assertions/generator/data/nba/Player.java
+++ b/src/test/java/org/assertj/assertions/generator/data/nba/Player.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data.nba;
diff --git a/src/test/java/org/assertj/assertions/generator/data/nba/PlayerAgent.java b/src/test/java/org/assertj/assertions/generator/data/nba/PlayerAgent.java
index c5cf032..a1bb99a 100644
--- a/src/test/java/org/assertj/assertions/generator/data/nba/PlayerAgent.java
+++ b/src/test/java/org/assertj/assertions/generator/data/nba/PlayerAgent.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data.nba;
diff --git a/src/test/java/org/assertj/assertions/generator/data/nba/team/Coach.java b/src/test/java/org/assertj/assertions/generator/data/nba/team/Coach.java
index a613e5f..2c104f7 100644
--- a/src/test/java/org/assertj/assertions/generator/data/nba/team/Coach.java
+++ b/src/test/java/org/assertj/assertions/generator/data/nba/team/Coach.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data.nba.team;
diff --git a/src/test/java/org/assertj/assertions/generator/data/nba/team/Team.java b/src/test/java/org/assertj/assertions/generator/data/nba/team/Team.java
index 53c43e6..c772db8 100644
--- a/src/test/java/org/assertj/assertions/generator/data/nba/team/Team.java
+++ b/src/test/java/org/assertj/assertions/generator/data/nba/team/Team.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.data.nba.team;
diff --git a/src/test/java/org/assertj/assertions/generator/data/package-info.java b/src/test/java/org/assertj/assertions/generator/data/package-info.java
index 099e07c..0ddb831 100644
--- a/src/test/java/org/assertj/assertions/generator/data/package-info.java
+++ b/src/test/java/org/assertj/assertions/generator/data/package-info.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
/**
* This package contains classes to test the assertion generator
diff --git a/src/test/java/org/assertj/assertions/generator/description/FieldDescriptionTest.java b/src/test/java/org/assertj/assertions/generator/description/FieldDescriptionTest.java
index 174c4b7..9186aed 100644
--- a/src/test/java/org/assertj/assertions/generator/description/FieldDescriptionTest.java
+++ b/src/test/java/org/assertj/assertions/generator/description/FieldDescriptionTest.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.description;
diff --git a/src/test/java/org/assertj/assertions/generator/description/GetterDescriptionTest.java b/src/test/java/org/assertj/assertions/generator/description/GetterDescriptionTest.java
index fe637ad..811b3db 100644
--- a/src/test/java/org/assertj/assertions/generator/description/GetterDescriptionTest.java
+++ b/src/test/java/org/assertj/assertions/generator/description/GetterDescriptionTest.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.description;
diff --git a/src/test/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverterTest.java b/src/test/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverterTest.java
index acb47a4..49de052 100644
--- a/src/test/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverterTest.java
+++ b/src/test/java/org/assertj/assertions/generator/description/converter/ClassToClassDescriptionConverterTest.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.description.converter;
diff --git a/src/test/java/org/assertj/assertions/generator/util/ClassUtilTest.java b/src/test/java/org/assertj/assertions/generator/util/ClassUtilTest.java
index 5d24a66..8460033 100644
--- a/src/test/java/org/assertj/assertions/generator/util/ClassUtilTest.java
+++ b/src/test/java/org/assertj/assertions/generator/util/ClassUtilTest.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.util;
diff --git a/src/test/java/org/assertj/assertions/generator/util/PackagePrivate.java b/src/test/java/org/assertj/assertions/generator/util/PackagePrivate.java
index 223866b..6f3ee20 100644
--- a/src/test/java/org/assertj/assertions/generator/util/PackagePrivate.java
+++ b/src/test/java/org/assertj/assertions/generator/util/PackagePrivate.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.util;
diff --git a/src/test/java/org/assertj/assertions/generator/util/StringUtilTest.java b/src/test/java/org/assertj/assertions/generator/util/StringUtilTest.java
index cc2c7b4..76ce763 100644
--- a/src/test/java/org/assertj/assertions/generator/util/StringUtilTest.java
+++ b/src/test/java/org/assertj/assertions/generator/util/StringUtilTest.java
@@ -8,7 +8,7 @@
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
* specific language governing permissions and limitations under the License.
*
- * Copyright 2012-2024 the original author or authors.
+ * Copyright 2012-2025 the original author or authors.
*/
package org.assertj.assertions.generator.util;