Skip to content

Commit

Permalink
Issue #9146: update javassist to 3.27
Browse files Browse the repository at this point in the history
  • Loading branch information
pbludov committed Feb 18, 2021
1 parent 3ca8677 commit 0d02d43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ci/jsoref-spellchecker/whitelist.words
Original file line number Diff line number Diff line change
Expand Up @@ -685,6 +685,7 @@ javancss
javaparser
javarevisited
javascript
javassist
javase
javastrangefolder
javax
Expand Down
7 changes: 7 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,13 @@
<version>${powermock.version}</version>
<scope>test</scope>
</dependency>
<!-- till https://github.com/checkstyle/checkstyle/issues/7368 -->
<dependency>
<groupId>org.javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.27.0-GA</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
Expand Down

0 comments on commit 0d02d43

Please sign in to comment.