Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
frantuma committed Nov 10, 2023
1 parent 699f70e commit d7e7c25
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions modules/swagger-jaxrs2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@
<dependency>
<groupId>org.jboss.weld</groupId>
<artifactId>weld-core-impl</artifactId>
<version>3.1.6.Final</version>
<version>3.1.9.Final</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -245,7 +245,7 @@
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-weld-embedded</artifactId>
<version>2.0.0.Final</version>
<version>2.1.0.Final</version>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-project-jakarta/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@
<jetty-version>9.4.53.v20231009</jetty-version>
<testng-version>7.8.0</testng-version>
<mockito-version>2.28.2</mockito-version>
<rest-assured-version>4.3.2</rest-assured-version>
<rest-assured-version>4.5.1</rest-assured-version>
<httpcomponents-version>4.5.14</httpcomponents-version>
<commons-codec-version>1.16.0</commons-codec-version>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<extension>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-ssh-external</artifactId>
<version>3.5.2</version>
<version>3.5.3</version>
</extension>
<extension>
<groupId>org.apache.maven.wagon</groupId>
Expand Down Expand Up @@ -654,7 +654,7 @@
<jakarta.xml.bind-api-version>2.3.3</jakarta.xml.bind-api-version>
<jakarta.activation-api-version>1.2.2</jakarta.activation-api-version>
<bnd-version>6.4.0</bnd-version>
<servlet-api-version>4.0.3</servlet-api-version>
<servlet-api-version>4.0.4</servlet-api-version>
<jersey2-version>2.41</jersey2-version>
<junit-version>4.13.2</junit-version>
<jackson-version>2.15.2</jackson-version>
Expand All @@ -669,7 +669,7 @@
<jetty-version>9.4.53.v20231009</jetty-version>
<testng-version>7.8.0</testng-version>
<mockito-version>2.28.2</mockito-version>
<rest-assured-version>4.3.2</rest-assured-version>
<rest-assured-version>4.5.1</rest-assured-version>
<httpcomponents-version>4.5.14</httpcomponents-version>
<commons-codec-version>1.16.0</commons-codec-version>

Expand Down

0 comments on commit d7e7c25

Please sign in to comment.