Skip to content

Commit a648d11

Browse files
Bump assertj-core from 3.18.1 to 3.19.0 (#136)
* Bump assertj-core from 3.18.1 to 3.19.0 Bumps [assertj-core](https://github.com/assertj/assertj-core) from 3.18.1 to 3.19.0. - [Release notes](https://github.com/assertj/assertj-core/releases) - [Commits](assertj/assertj@assertj-core-3.18.1...assertj-core-3.19.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: Michał Chmielarz <[email protected]>
1 parent 0d51c05 commit a648d11

File tree

84 files changed

+130
-1071
lines changed

Some content is hidden

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

84 files changed

+130
-1071
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>org.assertj</groupId>
103103
<artifactId>assertj-core</artifactId>
104-
<version>3.18.1</version>
104+
<version>3.19.0</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>io.vavr</groupId>

src/main/java/org/assertj/vavr/api/AbstractEitherAssert.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@
1212
*/
1313
package org.assertj.vavr.api;
1414

15-
/*
16-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
17-
the License. You may obtain a copy of the License at
18-
<p>
19-
http://www.apache.org/licenses/LICENSE-2.0
20-
<p>
21-
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
22-
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
23-
specific language governing permissions and limitations under the License.
24-
<p>
25-
Copyright 2012-2019 the original author or authors.
26-
*/
27-
2815
import io.vavr.control.Either;
2916
import org.assertj.core.api.Assertions;
3017
import org.assertj.core.internal.ComparatorBasedComparisonStrategy;

src/main/java/org/assertj/vavr/api/AbstractMapAssert.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@
1212
*/
1313
package org.assertj.vavr.api;
1414

15-
/*
16-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
17-
* the License. You may obtain a copy of the License at
18-
* <p>
19-
* http://www.apache.org/licenses/LICENSE-2.0
20-
* <p>
21-
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
22-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
23-
* specific language governing permissions and limitations under the License.
24-
* <p>
25-
* Copyright 2012-2019 the original author or authors.
26-
*/
27-
2815
import io.vavr.Tuple;
2916
import io.vavr.Tuple2;
3017
import io.vavr.collection.Map;

src/main/java/org/assertj/vavr/api/AbstractOptionAssert.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@
1212
*/
1313
package org.assertj.vavr.api;
1414

15-
/*
16-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
17-
the License. You may obtain a copy of the License at
18-
<p>
19-
http://www.apache.org/licenses/LICENSE-2.0
20-
<p>
21-
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
22-
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
23-
specific language governing permissions and limitations under the License.
24-
<p>
25-
Copyright 2012-2017 the original author or authors.
26-
*/
27-
2815
import io.vavr.control.Option;
2916
import org.assertj.core.api.Assertions;
3017
import org.assertj.core.api.Condition;

src/main/java/org/assertj/vavr/api/AbstractSeqAssert.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@
1212
*/
1313
package org.assertj.vavr.api;
1414

15-
/*
16-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
17-
the License. You may obtain a copy of the License at
18-
<p>
19-
http://www.apache.org/licenses/LICENSE-2.0
20-
<p>
21-
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
22-
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
23-
specific language governing permissions and limitations under the License.
24-
<p>
25-
Copyright 2012-2019 the original author or authors.
26-
*/
27-
2815
import io.vavr.collection.Seq;
2916
import org.assertj.core.api.AbstractAssert;
3017
import org.assertj.core.api.Condition;

src/main/java/org/assertj/vavr/api/AbstractTryAssert.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@
1212
*/
1313
package org.assertj.vavr.api;
1414

15-
/*
16-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
17-
the License. You may obtain a copy of the License at
18-
<p>
19-
http://www.apache.org/licenses/LICENSE-2.0
20-
<p>
21-
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
22-
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
23-
specific language governing permissions and limitations under the License.
24-
<p>
25-
Copyright 2012-2017 the original author or authors.
26-
*/
27-
2815
import io.vavr.control.Try;
2916
import org.assertj.core.api.Assertions;
3017
import org.assertj.core.api.Condition;

src/main/java/org/assertj/vavr/api/AbstractValidationAssert.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@
1212
*/
1313
package org.assertj.vavr.api;
1414

15-
/*
16-
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
17-
the License. You may obtain a copy of the License at
18-
<p>
19-
http://www.apache.org/licenses/LICENSE-2.0
20-
<p>
21-
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
22-
an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
23-
specific language governing permissions and limitations under the License.
24-
<p>
25-
Copyright 2012-2019 the original author or authors.
26-
*/
27-
2815
import io.vavr.control.Validation;
2916
import org.assertj.core.api.Assertions;
3017
import org.assertj.core.internal.ComparatorBasedComparisonStrategy;

src/main/java/org/assertj/vavr/api/EitherShouldContain.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@
1212
*/
1313
package org.assertj.vavr.api;
1414

15-
/*
16-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
17-
* the License. You may obtain a copy of the License at
18-
* <p>
19-
* http://www.apache.org/licenses/LICENSE-2.0
20-
* <p>
21-
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
22-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
23-
* specific language governing permissions and limitations under the License.
24-
* <p>
25-
* Copyright 2012-2019 the original author or authors.
26-
*/
27-
2815
import io.vavr.control.Either;
2916
import org.assertj.core.error.BasicErrorMessageFactory;
3017

src/main/java/org/assertj/vavr/api/EitherShouldContainInstanceOf.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@
1212
*/
1313
package org.assertj.vavr.api;
1414

15-
/*
16-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
17-
* the License. You may obtain a copy of the License at
18-
* <p>
19-
* http://www.apache.org/licenses/LICENSE-2.0
20-
* <p>
21-
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
22-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
23-
* specific language governing permissions and limitations under the License.
24-
* <p>
25-
* Copyright 2012-2019 the original author or authors.
26-
*/
27-
2815
import io.vavr.control.Either;
2916
import org.assertj.core.error.BasicErrorMessageFactory;
3017

src/main/java/org/assertj/vavr/api/OptionShouldContain.java

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,6 @@
1212
*/
1313
package org.assertj.vavr.api;
1414

15-
/*
16-
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
17-
* the License. You may obtain a copy of the License at
18-
* <p>
19-
* http://www.apache.org/licenses/LICENSE-2.0
20-
* <p>
21-
* Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on
22-
* an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the
23-
* specific language governing permissions and limitations under the License.
24-
* <p>
25-
* Copyright 2012-2017 the original author or authors.
26-
*/
27-
2815
import io.vavr.control.Option;
2916
import org.assertj.core.error.BasicErrorMessageFactory;
3017

0 commit comments

Comments
 (0)