Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IVYPORTAL-17519 Update dependencies to latest possible versions for release 12.0 #1007

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions AxonIvyPortal/portal-components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.3</version>
<version>1.18.1</version>
</dependency>
<dependency>
<groupId>com.itextpdf</groupId>
<artifactId>itextpdf</artifactId>
<version>5.5.13.3</version>
<version>5.5.13.4</version>
</dependency>
</dependencies>
<repositories>
Expand Down
22 changes: 0 additions & 22 deletions AxonIvyPortal/portal-selenium-test/customized_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<version>9.1.0.0-SNAPSHOT</version>
<packaging>iar</packaging>
<properties>
<powermock.version>2.0.2</powermock.version>
<build.plugin.version>11.4.0-SNAPSHOT</build.plugin.version>
<ivy.engine.version>11.4.0</ivy.engine.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -18,27 +17,6 @@
<version>9.1.0.0-SNAPSHOT</version>
<type>iar</type>
</dependency>
<dependency>
<!-- required: test framework used by the maven-surefire-plugin to
run tests -->
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<!-- for GUI test -->
<dependency>
<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-tester</artifactId>
Expand Down
22 changes: 0 additions & 22 deletions AxonIvyPortal/portal-selenium-test/document_screenshot_pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<version>9.1.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<powermock.version>2.0.2</powermock.version>
<build.plugin.version>11.4.0-SNAPSHOT</build.plugin.version>
<ivy.engine.version>11.4.0</ivy.engine.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand All @@ -28,27 +27,6 @@
<version>9.1.0.0-SNAPSHOT</version>
<type>iar</type>
</dependency>
<dependency>
<!-- required: test framework used by the maven-surefire-plugin to
run tests -->
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-module-junit4</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.powermock</groupId>
<artifactId>powermock-api-mockito2</artifactId>
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<!-- for GUI test -->
<dependency>
<groupId>com.axonivy.ivy.webtest</groupId>
<artifactId>web-tester</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion Documentation/public-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.3</version>
<version>1.18.1</version>
</dependency>
</dependencies>
<build>
Expand Down
Loading