Skip to content

Commit

Permalink
Merge pull request #24454 from dmatej/jboss-logging
Browse files Browse the repository at this point in the history
Updated several dependencies
  • Loading branch information
dmatej committed Jun 9, 2023
2 parents 087b911 + 6c39db1 commit f985ae7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion appserver/pom.xml
Expand Up @@ -136,7 +136,7 @@
<wasp.version>3.2.0</wasp.version>

<!-- Used for Jakarta SOAP (XML Web Services) -->
<xmlsec.version>3.0.1</xmlsec.version>
<xmlsec.version>3.0.2</xmlsec.version>
<woodstox.version>6.5.1</woodstox.version>
<stax2-api.version>4.2.1</stax2-api.version>

Expand Down
14 changes: 7 additions & 7 deletions appserver/tests/tck/rest_cdi/pom.xml
Expand Up @@ -25,16 +25,16 @@
<parent>
<groupId>org.glassfish.main.tests.tck</groupId>
<artifactId>tck</artifactId>
<version>7.0.5-SNAPSHOT</version>
<version>7.0.6-SNAPSHOT</version>
</parent>

<artifactId>glassfish-internal-tck-rest-cdi</artifactId>
<packaging>war</packaging>

<name>TCK: REST CDI (optional)</name>
<description>
This verifies the compliance of Eclipse Glassfish using CDI to inject REST artefacts.
This verifies the compliance of Eclipse Glassfish using CDI to inject REST artefacts.

Note: this is an optional test that will likely become mandatory in REST 4.0 only.
</description>

Expand All @@ -61,7 +61,7 @@
</dependency>
</dependencies>
</dependencyManagement>

<dependencies>
<dependency>
<groupId>jakarta.platform</groupId>
Expand Down Expand Up @@ -92,8 +92,8 @@
<scope>test</scope>
</dependency>

<!-- Client libraries for Jakarta EE. These provide implementations
of e.g. the REST client, that lets tests do REST requests. These tests just
<!-- Client libraries for Jakarta EE. These provide implementations
of e.g. the REST client, that lets tests do REST requests. These tests just
depend on the API for these client tools. -->
<dependency>
<groupId>org.omnifaces.arquillian</groupId>
Expand All @@ -102,7 +102,7 @@
<scope>test</scope>
</dependency>

<!-- The Arquillian connector for GlassFish. This lets Arquillian
<!-- The Arquillian connector for GlassFish. This lets Arquillian
start and stop GlassFish, and deploy and undeploy war files to it. -->
<dependency>
<groupId>org.omnifaces.arquillian</groupId>
Expand Down
10 changes: 5 additions & 5 deletions nucleus/parent/pom.xml
Expand Up @@ -138,7 +138,7 @@

<commons-io.version>2.12.0</commons-io.version>
<jboss.logging.annotation.version>2.2.1.Final</jboss.logging.annotation.version>
<jboss.logging.version>3.5.0.Final</jboss.logging.version>
<jboss.logging.version>3.5.1.Final</jboss.logging.version>
<javassist.version>3.29.2-GA</javassist.version>
<asm.version>9.5</asm.version>
<jsch.version>0.1.56</jsch.version>
Expand Down Expand Up @@ -860,7 +860,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M9</version>
<version>3.1.2</version>
<configuration>
<environmentVariables>
<LANG>en</LANG>
Expand All @@ -883,7 +883,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0-M9</version>
<version>3.1.2</version>
<configuration>
<environmentVariables>
<LANG>en</LANG>
Expand Down Expand Up @@ -919,7 +919,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.0.0-M9</version>
<version>3.1.2</version>
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
Expand Down Expand Up @@ -1546,7 +1546,7 @@
<id>jacoco</id>
<properties>
<jacoco.report.outputDirectory>${project.build.directory}/jacoco</jacoco.report.outputDirectory>
<jacoco.version>0.8.8</jacoco.version>
<jacoco.version>0.8.10</jacoco.version>
<maven.test.failure.ignore>true</maven.test.failure.ignore>
<surefire.argLine>${maven.test.jvmoptions} @{argLine}</surefire.argLine>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -148,7 +148,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.8</version>
<version>0.8.10</version>
<executions>
<execution>
<id>jacoco-merge</id>
Expand Down

0 comments on commit f985ae7

Please sign in to comment.