mirror of https://github.com/apache/jmeter.git
fix(deps): update dependency org.nosphere.apache.rat:org.nosphere.apache.rat.gradle.plugin to v0.8.1
Fixes https://github.com/apache/jmeter/pull/6129
This commit is contained in:
parent
dc1c767165
commit
5fb39e2d60
|
|
@ -117,8 +117,8 @@
|
|||
<dependency group='org.jetbrains.kotlin' module='kotlin-gradle-plugin' version='1.8.21'>
|
||||
<sha512>09D6B646399888DBD6498D24C2B6FABBEF49444FD0710E8F93FE266FFFD11A4A2C1CFEE3431D52AD03CA781E2EFAB60896DCA53AE56924AA0C48F9C85FCE66BB</sha512>
|
||||
</dependency>
|
||||
<dependency group='org.nosphere.apache' module='creadur-rat-gradle' version='0.8.0'>
|
||||
<sha512>F9C0C770036768965D955BF849933DFA1B5805959D0C93C2C70DA31D67C200140CAC7B9B93CF28B3F86AA3A5993DD25D566E37B0C451264CB0F6F2B5CD88F760</sha512>
|
||||
<dependency group='org.nosphere.apache' module='creadur-rat-gradle' version='0.8.1'>
|
||||
<sha512>397C3257C5448C26304B312212F6DA1649AD15E52CE0419C5BA647F8A68864707A0C8071FA9860C28AA9D626D66C8FAF2D5F576E693F9D01B0F71EEEB84B57FB</sha512>
|
||||
</dependency>
|
||||
<dependency group='org.sonarsource.scanner.gradle' module='sonarqube-gradle-plugin' version='4.0.0.2929'>
|
||||
<sha512>5CD9C5E9C91145E6F5FC1DA819F6241ADCE8685C6C71F480CB7F7F1D2ACFCDFD19C631E7DC2E9FDDEDBA840C6063A020A377644C80543A9E366DF65642F16F8C</sha512>
|
||||
|
|
|
|||
|
|
@ -25,7 +25,7 @@ dependencies {
|
|||
api("com.github.vlsi.crlf:com.github.vlsi.crlf.gradle.plugin:1.90")
|
||||
api("com.github.vlsi.ide:com.github.vlsi.ide.gradle.plugin:1.90")
|
||||
api("com.github.vlsi.gradle-extensions:com.github.vlsi.gradle-extensions.gradle.plugin:1.90")
|
||||
api("org.nosphere.apache.rat:org.nosphere.apache.rat.gradle.plugin:0.8.0")
|
||||
api("org.nosphere.apache.rat:org.nosphere.apache.rat.gradle.plugin:0.8.1")
|
||||
api("org.jetbrains.gradle.plugin.idea-ext:org.jetbrains.gradle.plugin.idea-ext.gradle.plugin:1.1.7")
|
||||
api("org.jetbrains.kotlin.jvm:org.jetbrains.kotlin.jvm.gradle.plugin:1.9.21")
|
||||
}
|
||||
|
|
|
|||
|
|
@ -342,8 +342,8 @@
|
|||
<dependency group='org.jetbrains.kotlinx' module='kotlinx-coroutines-core' version='1.7.1'>
|
||||
<sha512>89CA3D64D42938DCB50AC58CD53D1DAEAF6EA0BF69CC01DEFE7467D2D1F23BE7932D005861A6E08C2C81980EE1F8EFB9A944B939FE02AF99518753704383C086</sha512>
|
||||
</dependency>
|
||||
<dependency group='org.nosphere.apache' module='creadur-rat-gradle' version='0.8.0'>
|
||||
<sha512>F9C0C770036768965D955BF849933DFA1B5805959D0C93C2C70DA31D67C200140CAC7B9B93CF28B3F86AA3A5993DD25D566E37B0C451264CB0F6F2B5CD88F760</sha512>
|
||||
<dependency group='org.nosphere.apache' module='creadur-rat-gradle' version='0.8.1'>
|
||||
<sha512>397C3257C5448C26304B312212F6DA1649AD15E52CE0419C5BA647F8A68864707A0C8071FA9860C28AA9D626D66C8FAF2D5F576E693F9D01B0F71EEEB84B57FB</sha512>
|
||||
</dependency>
|
||||
<dependency group='org.ow2.asm' module='asm-analysis' version='6.2.1'>
|
||||
<sha512>BE273F8E886BBCFDA81180917145996AB8FD26A17264EBEB5E1FC2337950A309D64DC8CBD373220009728622A8CBF56B8578E960B5561C22EA66848D296AE44E</sha512>
|
||||
|
|
|
|||
Loading…
Reference in New Issue