Skip to content

Commit 533885c

Browse files
Bump org.assertj:assertj-core in /tests/tas-distribution-zip
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.26.3 to 3.27.7. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.26.3...assertj-build-3.27.7) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.7 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ab02a66 commit 533885c

1 file changed

Lines changed: 76 additions & 76 deletions

File tree

tests/tas-distribution-zip/pom.xml

Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3-
<modelVersion>4.0.0</modelVersion>
4-
<groupId>org.alfresco.tas</groupId>
5-
<artifactId>content-repository-distribution-test</artifactId>
6-
<name>Distribution test</name>
7-
<packaging>jar</packaging>
8-
9-
<parent>
10-
<groupId>org.alfresco</groupId>
11-
<artifactId>content-repository-tests</artifactId>
12-
<version>26.1.0-A.23-SNAPSHOT</version>
13-
</parent>
14-
15-
<properties>
16-
<dependency.assertj-core.version>3.13.2</dependency.assertj-core.version>
17-
<suiteXmlFile>${project.basedir}/src/test/resources/distribution-suite.xml</suiteXmlFile>
18-
</properties>
19-
20-
<dependencies>
21-
<dependency>
22-
<groupId>org.assertj</groupId>
23-
<artifactId>assertj-core</artifactId>
24-
<version>3.26.3</version>
25-
<scope>test</scope>
26-
</dependency>
27-
<dependency>
28-
<groupId>org.alfresco.tas</groupId>
29-
<artifactId>restapi</artifactId>
30-
<scope>test</scope>
31-
</dependency>
32-
<dependency>
33-
<groupId>org.apache.maven</groupId>
34-
<artifactId>maven-model</artifactId>
35-
<version>3.9.11</version>
36-
</dependency>
37-
</dependencies>
38-
39-
<profiles>
40-
<profile>
41-
<id>run-distribution-zip-contents-check</id>
42-
<properties>
43-
<suiteXmlFile>${project.basedir}/src/test/resources/distribution-suite.xml</suiteXmlFile>
44-
</properties>
45-
</profile>
46-
</profiles>
47-
48-
<build>
49-
<plugins>
50-
<plugin>
51-
<groupId>org.apache.maven.plugins</groupId>
52-
<artifactId>maven-surefire-plugin</artifactId>
53-
<configuration>
54-
<suiteXmlFiles>
55-
<suiteXmlFile>${suiteXmlFile}</suiteXmlFile>
56-
</suiteXmlFiles>
57-
<argLine>
58-
--illegal-access=warn
59-
</argLine>
60-
</configuration>
61-
</plugin>
62-
<!-- Build only test jar -->
63-
<plugin>
64-
<groupId>org.apache.maven.plugins</groupId>
65-
<artifactId>maven-jar-plugin</artifactId>
66-
<executions>
67-
<execution>
68-
<goals>
69-
<goal>test-jar</goal>
70-
</goals>
71-
</execution>
72-
</executions>
73-
</plugin>
74-
</plugins>
75-
</build>
76-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
3+
<modelVersion>4.0.0</modelVersion>
4+
<groupId>org.alfresco.tas</groupId>
5+
<artifactId>content-repository-distribution-test</artifactId>
6+
<name>Distribution test</name>
7+
<packaging>jar</packaging>
8+
9+
<parent>
10+
<groupId>org.alfresco</groupId>
11+
<artifactId>content-repository-tests</artifactId>
12+
<version>26.1.0-A.23-SNAPSHOT</version>
13+
</parent>
14+
15+
<properties>
16+
<dependency.assertj-core.version>3.13.2</dependency.assertj-core.version>
17+
<suiteXmlFile>${project.basedir}/src/test/resources/distribution-suite.xml</suiteXmlFile>
18+
</properties>
19+
20+
<dependencies>
21+
<dependency>
22+
<groupId>org.assertj</groupId>
23+
<artifactId>assertj-core</artifactId>
24+
<version>3.27.7</version>
25+
<scope>test</scope>
26+
</dependency>
27+
<dependency>
28+
<groupId>org.alfresco.tas</groupId>
29+
<artifactId>restapi</artifactId>
30+
<scope>test</scope>
31+
</dependency>
32+
<dependency>
33+
<groupId>org.apache.maven</groupId>
34+
<artifactId>maven-model</artifactId>
35+
<version>3.9.11</version>
36+
</dependency>
37+
</dependencies>
38+
39+
<profiles>
40+
<profile>
41+
<id>run-distribution-zip-contents-check</id>
42+
<properties>
43+
<suiteXmlFile>${project.basedir}/src/test/resources/distribution-suite.xml</suiteXmlFile>
44+
</properties>
45+
</profile>
46+
</profiles>
47+
48+
<build>
49+
<plugins>
50+
<plugin>
51+
<groupId>org.apache.maven.plugins</groupId>
52+
<artifactId>maven-surefire-plugin</artifactId>
53+
<configuration>
54+
<suiteXmlFiles>
55+
<suiteXmlFile>${suiteXmlFile}</suiteXmlFile>
56+
</suiteXmlFiles>
57+
<argLine>
58+
--illegal-access=warn
59+
</argLine>
60+
</configuration>
61+
</plugin>
62+
<!-- Build only test jar -->
63+
<plugin>
64+
<groupId>org.apache.maven.plugins</groupId>
65+
<artifactId>maven-jar-plugin</artifactId>
66+
<executions>
67+
<execution>
68+
<goals>
69+
<goal>test-jar</goal>
70+
</goals>
71+
</execution>
72+
</executions>
73+
</plugin>
74+
</plugins>
75+
</build>
76+
</project>

0 commit comments

Comments
 (0)