@@ -10,7 +10,7 @@ plugins {
1010 java
1111 kotlin(" jvm" ) version " 1.6.21"
1212
13- id(" org.jetbrains.intellij" ) version " 1.6 .0"
13+ id(" org.jetbrains.intellij" ) version " 1.7 .0"
1414 id(" org.jetbrains.grammarkit" ) version " 2021.2.2"
1515 id(" com.github.ManifestClasspath" ) version " 0.1.0-RELEASE"
1616 id(" org.jetbrains.changelog" ) version " 1.3.1"
@@ -60,17 +60,17 @@ kotlin {
6060}
6161
6262dependencies {
63- implementation(" commons-io:commons-io:2.6 " )
63+ implementation(" commons-io:commons-io:2.7 " )
6464 implementation(" com.atlassian.commonmark:commonmark:0.12.1" )
65- implementation(group = " org.yaml" , name = " snakeyaml" , version = " 1.21 " )
65+ implementation(group = " org.yaml" , name = " snakeyaml" , version = " 1.26 " )
6666 implementation(" fr.opensagres.js:minimatch.java:1.1.0" )
6767 implementation(" io.github.cdimascio:dotenv-kotlin:6.2.2" )
6868 implementation(" io.sentry:sentry:5.4.3" )
6969
7070 implementation(" com.graphql-java:java-dataloader:2.2.3" )
7171 implementation(" org.reactivestreams:reactive-streams:1.0.2" )
7272
73- testImplementation(group = " junit" , name = " junit" , version = " 4.12 " )
73+ testImplementation(group = " junit" , name = " junit" , version = " 4.13.1 " )
7474}
7575
7676tasks {
0 commit comments