Skip to content

Commit d8a6fd2

Browse files
Bump org.assertj:assertj-parent from 3.27.0 to 3.27.1 (#255)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Stefano Cordio <[email protected]>
1 parent 16f37f6 commit d8a6fd2

File tree

70 files changed

+70
-70
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

70 files changed

+70
-70
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.assertj</groupId>
77
<artifactId>assertj-parent</artifactId>
8-
<version>3.27.0</version>
8+
<version>3.27.1</version>
99
</parent>
1010

1111
<artifactId>assertj-assertions-generator</artifactId>

src/main/java/org/assertj/assertions/generator/AssertionGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2024 the original author or authors.
11+
* Copyright 2012-2025 the original author or authors.
1212
*/
1313
package org.assertj.assertions.generator;
1414

src/main/java/org/assertj/assertions/generator/AssertionsEntryPointGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2024 the original author or authors.
11+
* Copyright 2012-2025 the original author or authors.
1212
*/
1313
package org.assertj.assertions.generator;
1414

src/main/java/org/assertj/assertions/generator/AssertionsEntryPointType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2024 the original author or authors.
11+
* Copyright 2012-2025 the original author or authors.
1212
*/
1313
package org.assertj.assertions.generator;
1414

src/main/java/org/assertj/assertions/generator/BaseAssertionGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2024 the original author or authors.
11+
* Copyright 2012-2025 the original author or authors.
1212
*/
1313
package org.assertj.assertions.generator;
1414

src/main/java/org/assertj/assertions/generator/DefaultTemplateRegistryProducer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2024 the original author or authors.
11+
* Copyright 2012-2025 the original author or authors.
1212
*/
1313
package org.assertj.assertions.generator;
1414

src/main/java/org/assertj/assertions/generator/GenerateAssertion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2024 the original author or authors.
11+
* Copyright 2012-2025 the original author or authors.
1212
*/
1313
package org.assertj.assertions.generator;
1414

src/main/java/org/assertj/assertions/generator/Template.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2024 the original author or authors.
11+
* Copyright 2012-2025 the original author or authors.
1212
*/
1313
/*
1414
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with

src/main/java/org/assertj/assertions/generator/TemplateRegistry.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2024 the original author or authors.
11+
* Copyright 2012-2025 the original author or authors.
1212
*/
1313
package org.assertj.assertions.generator;
1414

src/main/java/org/assertj/assertions/generator/cli/AssertionGeneratorLauncher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
99
* specific language governing permissions and limitations under the License.
1010
*
11-
* Copyright 2012-2024 the original author or authors.
11+
* Copyright 2012-2025 the original author or authors.
1212
*/
1313
package org.assertj.assertions.generator.cli;
1414

0 commit comments

Comments
 (0)