diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -7,7 +7,7 @@ Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java. </description> - <version>3.26.0-GA</version> + <version>3.28.0-GA</version> <name>Javassist</name> <url>http://www.javassist.org/</url> @@ -40,7 +40,7 @@ --> <license> <name>Apache License 2.0</name> - <url>http://www.apache.org/licenses/</url> + <url>https://www.apache.org/licenses/LICENSE-2.0</url> </license> </licenses> @@ -202,7 +202,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-javadoc-plugin</artifactId> - <version>3.0.1</version> + <version>3.2.0</version> <configuration> <attach>true</attach> <excludePackageNames>javassist.compiler:javassist.convert:javassist.scopedpool:javassist.bytecode.stackmap</excludePackageNames> @@ -211,6 +211,7 @@ Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.</i>]]></bottom> <show>public</show> <nohelp>true</nohelp> <doclint>none</doclint> + <source>8</source> </configuration> </plugin> <plugin> @@ -320,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> |