update: 更新javassist版本号,解决"invalid constant type: 15"

This commit is contained in:
Wendal Chen 2018-03-01 11:04:59 +08:00
parent b61703110c
commit d62de1d043
2 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# NB进化史
# dev 迭代中
* 变更:
* update: javassist更新为3.22.0-GA,解决"invalid constant type: 15"
* add: 添加将普通web项目转换为NutzBoot项目的指南
# 2.1.3 "Never Enough"
炒币有风险,上车请谨慎. 区块链 != 炒币

View File

@ -668,7 +668,7 @@
<dependency>
<groupId>javassist</groupId>
<artifactId>javassist</artifactId>
<version>3.12.1.GA</version>
<version>3.22.0-GA</version>
</dependency>
<dependency>
<groupId>com.github.ben-manes.caffeine</groupId>