We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57d15d7 commit ae01b3cCopy full SHA for ae01b3c
build.gradle.kts
@@ -45,7 +45,7 @@ val isSnapshot = gitVersioning.gitVersionDetails.refType != GitRefType.TAG
45
dependencies {
46
implementation("com.tunnelvisionlabs", "antlr4", "4.9.0")
47
implementation("com.github.1c-syntax", "utils", "0.5.1")
48
- implementation("commons-io", "commons-io", "2.6")
+ implementation("commons-io", "commons-io", "2.15.1")
49
}
50
51
java {
0 commit comments