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
The following commit(s) were added to refs/heads/master by this push:
new 89c2f0d Update buildSrc/checksum.xml to account for Gradle 6.1
89c2f0d is described below
commit 89c2f0d97248957c637c7628bb48a3c217e8d1a3
Author: Vladimir Sitnikov <[email protected]>
AuthorDate: Thu Jan 16 15:56:01 2020 +0300
Update buildSrc/checksum.xml to account for Gradle 6.1
---
buildSrc/checksum.xml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/buildSrc/checksum.xml b/buildSrc/checksum.xml
index 02a4767..04fcb00 100644
--- a/buildSrc/checksum.xml
+++ b/buildSrc/checksum.xml
@@ -48,6 +48,9 @@
<dependency group='org.gradle.kotlin' module='plugins' version='1.3.1'>
<sha512>8563C160EF97CF2E2C62875B438177212AC247304E4A94466C687F3E4D354E34D69BC31E790F8409BE55C16A25F2B0BABFC9C6311ECA64ADF932F68AB8B2B484</sha512>
</dependency>
+ <dependency group='org.gradle.kotlin' module='plugins' version='1.3.3'>
+
<sha512>651EACA737F0F794E5805ED6503E4E00A8105BD97DA60A6A75C161C03F2DCF649466D35831D9466D7B1297C707EBEC33D75B2C7FD411F713EB51522629995206</sha512>
+ </dependency>
<dependency group='org.slf4j' module='jcl-over-slf4j' version='1.6.2'>
<sha512>3BA508C96EE0985865C9E86EBE803D1903835F7C198EB15723CDC86B028D6C82DBB7E96ECB01CEFAD7CC6EC7023155676D034B6B730A911D0FFE9F91FE532592</sha512>
</dependency>