Skip to content

Commit

Permalink
Bump org.jboss.arquillian.container:arquillian-container-test-api
Browse files Browse the repository at this point in the history
Bumps org.jboss.arquillian.container:arquillian-container-test-api from 1.9.1.Final to 1.9.2.Final.

---
updated-dependencies:
- dependency-name: org.jboss.arquillian.container:arquillian-container-test-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and rzo1 committed Jan 6, 2025
1 parent 60ac2fa commit 075c6e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/concurrency-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-container-test-api</artifactId>
<version>1.9.1.Final</version>
<version>1.9.2.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion examples/websocket-tls-basic-auth/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>org.jboss.arquillian.container</groupId>
<artifactId>arquillian-container-test-api</artifactId>
<version>1.9.1.Final</version>
<version>1.9.2.Final</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit 075c6e2

Please sign in to comment.