Skip to content

Commit

Permalink
Update dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
radcortez committed Feb 27, 2023
1 parent 18d68aa commit 5c7b8b9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@

<properties>
<version.microprofile.context-propagation>1.3</version.microprofile.context-propagation>
<version.microprofile.config>3.0.1</version.microprofile.config>
<version.microprofile.config>3.0.2</version.microprofile.config>

<version.weld-api>5.0.SP3</version.weld-api>
<version.jboss.threads>3.4.2.Final</version.jboss.threads>
<version.jta>2.0.0</version.jta>
<version.narayana>5.12.4.Final</version.narayana>
<version.jta>2.0.1</version.jta>
<version.narayana>6.0.0.Final</version.narayana>
<version.rxjava2>2.2.21</version.rxjava2>
<version.rxjava1>1.3.8</version.rxjava1>

Expand Down
2 changes: 1 addition & 1 deletion testsuite/extra/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
</dependency>
<dependency>
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>narayana-jta-jakarta</artifactId>
<artifactId>narayana-jta</artifactId>
<version>${version.narayana}</version>
<scope>test</scope>
<exclusions>
Expand Down
4 changes: 2 additions & 2 deletions testsuite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<version.smallrye.common>2.0.0</version.smallrye.common>
<version.smallrye.config>3.1.3</version.smallrye.config>
<version.weld-core>5.1.0.Final</version.weld-core>
<version.resteasy>6.2.0.Final</version.resteasy>
<version.resteasy-microprofile>2.0.0.Beta1</version.resteasy-microprofile>
<version.resteasy>6.2.2.Final</version.resteasy>
<version.resteasy-microprofile>2.0.0.Final</version.resteasy-microprofile>
<version.hibernate>6.2.0.CR2</version.hibernate>
<version.vertx>4.3.3</version.vertx>
<version.hsqldb>2.5.0</version.hsqldb>
Expand Down
2 changes: 1 addition & 1 deletion testsuite/tck/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
</dependency>
<dependency>
<groupId>org.jboss.narayana.jta</groupId>
<artifactId>narayana-jta-jakarta</artifactId>
<artifactId>narayana-jta</artifactId>
<version>${version.narayana}</version>
<scope>test</scope>
<exclusions>
Expand Down

0 comments on commit 5c7b8b9

Please sign in to comment.