diff options
author | chibash <chiba@javassist.org> | 2021-01-30 11:16:52 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2021-01-30 11:16:52 +0900 |
commit | 0d468da4e95daeef7413c99a81b71d72eb8e7cad (patch) | |
tree | 82eb17cf8084ef9be7753fdd380973f5055d492e /pom.xml | |
parent | 5668291e06b827aabdff733a0cc56378a68ce490 (diff) | |
download | javassist-0d468da4e95daeef7413c99a81b71d72eb8e7cad.tar.gz javassist-0d468da4e95daeef7413c99a81b71d72eb8e7cad.zip |
fixes a security problem in pom.xml
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -321,7 +321,7 @@ Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.</i>]]></bottom> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>4.12</version> + <version>[4.13.1,)</version> <scope>test</scope> </dependency> <dependency> |