Skip to content

Commit 2f43c19

Browse files
committed
build: update dependencies
1 parent 8118c3d commit 2f43c19

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

gradle/libs.versions.toml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[versions]
2-
kotlin = "1.9.20"
3-
jetbrains-intellij = "1.17.0"
4-
jetbrains-grammarkit = "2021.2.2"
5-
commons-validator = "1.7"
6-
org-json = "20231013"
7-
org-json-schema = "1.14.3"
2+
kotlin = "1.9.23"
3+
intellij = "1.17.3"
4+
grammarkit = "2021.2.2"
5+
json = "20240303"
6+
json-schema = "1.14.4"
7+
commons-validator = "1.8.0"
88

99
[libraries]
10+
org-json = { group = "org.json", name = "json", version.ref = "json" }
11+
org-json-schema = { group = "com.github.everit-org.json-schema", name = "org.everit.json.schema", version.ref = "json-schema" }
1012
commons-validator = { group = "commons-validator", name = "commons-validator", version.ref = "commons-validator" }
11-
org-json = { group = "org.json", name = "json", version.ref = "org-json" }
12-
org-json-schema = { group = "com.github.everit-org.json-schema", name = "org.everit.json.schema", version.ref = "org-json-schema" }
1313

1414
[plugins]
1515
kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" }
16-
jetbrains-intellij = { id = "org.jetbrains.intellij", version.ref = "jetbrains-intellij" }
17-
jetbrains-grammarkit = { id = "org.jetbrains.grammarkit", version.ref = "jetbrains-grammarkit" }
16+
jetbrains-intellij = { id = "org.jetbrains.intellij", version.ref = "intellij" }
17+
jetbrains-grammarkit = { id = "org.jetbrains.grammarkit", version.ref = "grammarkit" }

0 commit comments

Comments
 (0)