This is an automated email from the ASF dual-hosted git repository. vladimirsitnikov pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/jmeter.git
commit fde3c093bb9c685e25280a9ba5958cd354a24da5 Author: Vladimir Sitnikov <[email protected]> AuthorDate: Fri Dec 3 11:00:30 2021 +0300 Bump vlsi-release-plugins to 1.77 This updates org.eclipse.jgit as the previous version was not compatible with Java 1.8 (it has been compiled with bytecode 55, Java 11) --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 57fcd13..4c87f94 100644 --- a/gradle.properties +++ b/gradle.properties @@ -43,8 +43,8 @@ velocity.version=1.7 com.github.autostyle.version=3.0 com.github.spotbugs.version=4.5.0 com.github.vlsi.checksum-dependency.sha512=84572B7F654D1F9842DDD7E0D4331461DC55B92CDC1DA8EBA2269870CE027B021AB91D1942043145825B00521A92029C969BFA388A27BD63CC509BF7AB18E35F -com.github.vlsi.checksum-dependency.version=1.76 -com.github.vlsi.vlsi-release-plugins.version=1.76 +com.github.vlsi.checksum-dependency.version=1.77 +com.github.vlsi.vlsi-release-plugins.version=1.77 kotlin.version=1.6.0 # Restrict uses of Kotlin APIs to 1.5 only, so projects that use Kotlin 1.5 can use JMeter kotlin.api.version=1.5
