Skip to content

Commit

Permalink
Dependencies updates (#839)
Browse files Browse the repository at this point in the history
* Bump graphene-webdriver 2.5.4

* wildfly.arquillian 3.0.1.Final, dom4j 2.1.3, json 20220924

* Added inherited freemarker artifact

* org.jboss.xnio 3.8.8.Final
  • Loading branch information
mrizzi committed Oct 14, 2022
1 parent e847ad6 commit 46d1256
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@
<dependency>
<groupId>org.jboss.arquillian.graphene</groupId>
<artifactId>graphene-webdriver</artifactId>
<version>2.0.3.Final</version>
<version>2.5.4</version>
<type>pom</type>
</dependency>
<dependency>
Expand Down
13 changes: 7 additions & 6 deletions services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
<properties>
<!-- No additional args by default -->
<server.jvm.args>${jvm.debug.args}</server.jvm.args>
<version.xnio>3.6.5.Final</version.xnio>
<version.xnio>3.8.8.Final</version.xnio>
<version.wildfly.arquillian>3.0.1.Final</version.wildfly.arquillian>
</properties>

<artifactId>windup-web-services</artifactId>
Expand Down Expand Up @@ -45,7 +46,7 @@
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>20160810</version>
<version>20220924</version>
</dependency>
<dependency>
<groupId>org.jboss.resteasy</groupId>
Expand Down Expand Up @@ -304,9 +305,9 @@
</dependency>

<dependency>
<groupId>dom4j</groupId>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>1.6.1</version>
<version>2.1.3</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -558,13 +559,13 @@
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-container-managed</artifactId>
<version>2.2.0.Final</version>
<version>${version.wildfly.arquillian}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.wildfly.arquillian</groupId>
<artifactId>wildfly-arquillian-protocol-jmx</artifactId>
<version>2.2.0.Final</version>
<version>${version.wildfly.arquillian}</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
16 changes: 16 additions & 0 deletions tsmodelsgen-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,12 @@
<groupId>org.jboss.windup.graph</groupId>
<artifactId>windup-graph-impl</artifactId>
<version>${version.windup.core}</version>
<exclusions>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.jboss.windup.rules.apps</groupId>
Expand Down Expand Up @@ -163,6 +169,16 @@
<groupId>org.jboss.forge.addon</groupId>
<artifactId>core</artifactId>
<classifier>forge-addon</classifier>
<exclusions>
<exclusion>
<groupId>dom4j</groupId>
<artifactId>dom4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
<artifactId>freemarker</artifactId>
</dependency>
</dependencies>

Expand Down

0 comments on commit 46d1256

Please sign in to comment.