Skip to content

Commit

Permalink
deps: updated javassist to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
lprimak committed Jun 18, 2024
1 parent 649fd81 commit 0858795
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,4 @@ release.properties
pom.xml.*
-
.sdkmanrc
.DS_Store
12 changes: 12 additions & 0 deletions integration-tests/jakarta-ee/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,18 @@
<artifactId>arquillian-suite-extension</artifactId>
<version>1.2.2</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.30.2-GA</version>
<scope>test</scope>
</dependency>

<!-- Selenium test dependencies -->
Expand Down

0 comments on commit 0858795

Please sign in to comment.