@@ -7,7 +7,7 @@ plugins {
77}
88
99group ' org.tonybaloney.security'
10- version ' 1.24.3 '
10+ version ' 1.25.0 '
1111
1212def ktor_version = " 1.6.6"
1313def kotlin_version = " 1.6.0"
@@ -21,9 +21,9 @@ repositories {
2121
2222dependencies {
2323 testCompile group : ' org.junit.jupiter' , name : ' junit-jupiter' , version : ' 5.8.2'
24- testImplementation " com.nhaarman.mockitokotlin2 :mockito-kotlin:2.2 .0"
25- testImplementation " net.bytebuddy:byte-buddy:1.12.2"
26- testImplementation " net.bytebuddy:byte-buddy-agent:1.12.2"
24+ testImplementation " org.mockito.kotlin :mockito-kotlin:4.0 .0"
25+ testImplementation ' net.bytebuddy:byte-buddy:1.12.2'
26+ testImplementation ' net.bytebuddy:byte-buddy-agent:1.12.2'
2727 implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
2828 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
2929 compile " io.ktor:ktor-client-core:$ktor_version "
3939
4040// See https://github.com/JetBrains/gradle-intellij-plugin/
4141// Make the intellij version overridable on the command line to support multiple build versions..
42- def intellijversion = project. hasProperty(' intellijVersion' ) ? project. getProperty(' intellijVersion' ) : ' 2021.2 '
42+ def intellijversion = project. hasProperty(' intellijVersion' ) ? project. getProperty(' intellijVersion' ) : ' 2021.3 '
4343
4444intellij {
4545 type = ' PC'
@@ -50,9 +50,11 @@ intellij {
5050
5151patchPluginXml {
5252 changeNotes = """
53- <h2>1.24.3 </h2>
53+ <h2>1.25.0 </h2>
5454 <ul>
55- <li>Safety db update</li>
55+ <li>Added a PyPi API option for package security checking that uses the new PyPI vulnerability API</li>
56+ <li>Support for 2021.3</li>
57+ <li>Update safety DB to december </li>
5658 </ul>
5759 """
5860}
0 commit comments