Skip to content

Commit cbda7ab

Browse files
committed
Upgrade to AssertJ 3.23.1.
See #1758
1 parent 5fec771 commit cbda7ab

File tree

1 file changed

+8
-15
lines changed

1 file changed

+8
-15
lines changed

parent/pom.xml

Lines changed: 8 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
43

54
<!--
65
@@ -100,7 +99,7 @@
10099

101100
<apt>1.1.3</apt>
102101
<aspectj>1.9.9.1</aspectj>
103-
<assertj>3.22.0</assertj>
102+
<assertj>3.23.1</assertj>
104103
<cdi>3.0.0</cdi>
105104
<commons-io>2.5</commons-io>
106105
<eclipse-collections>11.0.0</eclipse-collections>
@@ -188,8 +187,7 @@
188187

189188
<module name="io.spring.nohttp.checkstyle.check.NoHttpCheck">
190189
<!-- XML requires double escaping, config gets XML-processed twice -->
191-
<property name="allowlist"
192-
value="http://www\.querydsl\.com.*&amp;#10;http://www\.prowaveconsulting\.com.*&amp;#10;http://www\.scispike\.com.*&amp;#10;http://.*.icu-project\.org.*"/>
190+
<property name="allowlist" value="http://www\.querydsl\.com.*&amp;#10;http://www\.prowaveconsulting\.com.*&amp;#10;http://www\.scispike\.com.*&amp;#10;http://.*.icu-project\.org.*"/>
193191
</module>
194192
</module>
195193
</checkstyleRules>
@@ -245,8 +243,7 @@
245243
<exclude>org.springframework.data:*</exclude>
246244
</excludes>
247245
</requireReleaseDeps>
248-
<NoSnapshotDependenciesInDependencyManagementRule
249-
implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
246+
<NoSnapshotDependenciesInDependencyManagementRule implementation="de.smartics.maven.enforcer.rule.NoSnapshotsInDependencyManagementRule">
250247
<onlyWhenRelease>true</onlyWhenRelease>
251248
</NoSnapshotDependenciesInDependencyManagementRule>
252249
</rules>
@@ -410,8 +407,7 @@
410407
<copy failonerror="false" todir="${generated-asciidoc-sources.directory}/">
411408
<fileset dir="${project.root}/src/main/asciidoc" includes="**/*.adoc"/>
412409
</copy>
413-
<copy failonerror="false"
414-
todir="${generated-asciidoc-sources.directory}/images/">
410+
<copy failonerror="false" todir="${generated-asciidoc-sources.directory}/images/">
415411
<fileset dir="${project.root}/src/main/asciidoc/images"/>
416412
</copy>
417413

@@ -435,8 +431,7 @@
435431
<target>
436432

437433
<!-- Copy files for the single-file HTML version -->
438-
<copy failonerror="false"
439-
todir="${project.root}/target/site/reference/html/images">
434+
<copy failonerror="false" todir="${project.root}/target/site/reference/html/images">
440435
<fileset dir="${generated-docs.directory}/images"/>
441436
</copy>
442437

@@ -460,12 +455,10 @@
460455
</copy>
461456

462457
<!-- Copy and rename the Epub file -->
463-
<copy failonerror="false" file="${generated-docs.directory}/index.pdf"
464-
tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf"/>
458+
<copy failonerror="false" file="${generated-docs.directory}/index.pdf" tofile="${project.root}/target/site/reference/pdf/${dist.id}-reference.pdf"/>
465459

466460
<!-- Copy and rename the PDF file -->
467-
<copy failonerror="false" file="${generated-docs.directory}/index.epub"
468-
tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub"/>
461+
<copy failonerror="false" file="${generated-docs.directory}/index.epub" tofile="${project.root}/target/site/reference/epub/${dist.id}-reference.epub"/>
469462

470463
</target>
471464
</configuration>

0 commit comments

Comments
 (0)