Skip to content

Commit 9c2e1a8

Browse files
committed
test: update javassist for Java 16+ support
See vaadin/testbench#1288
1 parent 2102cf0 commit 9c2e1a8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,13 @@
137137
<version>4.3.1</version>
138138
<scope>test</scope>
139139
</dependency>
140+
<dependency>
141+
<!-- https://github.com/vaadin/testbench/pull/1288 -->
142+
<groupId>org.javassist</groupId>
143+
<artifactId>javassist</artifactId>
144+
<version>3.27.0-GA</version>
145+
<scope>test</scope>
146+
</dependency>
140147
<dependency>
141148
<groupId>com.flowingcode.vaadin.addons.demo</groupId>
142149
<artifactId>commons-demo</artifactId>

0 commit comments

Comments
 (0)