Skip to content

Commit 7cc4a55

Browse files
committed
Compatibility with 223 and dependencies update
1 parent 15f5d07 commit 7cc4a55

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

6262
dependencies {
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

7676
tasks {

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ org.gradle.jvmargs=-Xmx3g -XX:MaxPermSize=2048m
66
pluginGroup=com.intellij.lang.jsgraphql
77
pluginVersion=3.1.4
88
pluginSinceBuild=212.0
9-
pluginUntilBuild=222.*
9+
pluginUntilBuild=223.*
1010

1111
platformType=IU
1212
platformVersion=IU-222-EAP-SNAPSHOT

0 commit comments

Comments
 (0)