@@ -9,13 +9,13 @@ plugins {
99 antlr
1010 id(" org.cadixdev.licenser" ) version " 0.6.1"
1111 id(" me.qoomon.git-versioning" ) version " 6.4.4"
12- id(" io.freefair.javadoc-links" ) version " 8.14.2 "
13- id(" io.freefair.javadoc-utf-8" ) version " 8.14.2 "
14- id(" io.freefair.maven-central.validate-poms" ) version " 8.14.2 "
15- id(" com.github.ben-manes.versions" ) version " 0.52 .0"
12+ id(" io.freefair.javadoc-links" ) version " 9.1.0 "
13+ id(" io.freefair.javadoc-utf-8" ) version " 9.1.0 "
14+ id(" io.freefair.maven-central.validate-poms" ) version " 9.1.0 "
15+ id(" com.github.ben-manes.versions" ) version " 0.53 .0"
1616 id(" ru.vyarus.pom" ) version " 3.0.0"
17- id(" org.jreleaser" ) version " 1.19 .0"
18- id(" org.sonarqube" ) version " 6.2 .0.5505 "
17+ id(" org.jreleaser" ) version " 1.21 .0"
18+ id(" org.sonarqube" ) version " 7.1 .0.6387 "
1919 id(" me.champeau.gradle.jmh" ) version " 0.5.3"
2020}
2121
@@ -49,15 +49,14 @@ gitVersioning.apply {
4949}
5050
5151dependencies {
52- antlr(" io.github.1c-syntax" , " antlr4" , " 0.1.2" )
53-
54- implementation(" io.github.1c-syntax" , " bsl-parser-core" , " 0.3.1" )
52+ antlr(" io.github.1c-syntax" , " antlr4" , " 0.2.0" )
5553
5654 // stat analysis
5755 compileOnly(" com.github.spotbugs" , " spotbugs-annotations" , " 4.8.6" )
5856
5957 // testing
60- testImplementation(" io.github.1c-syntax" , " bsl-parser-testing" , " 0.3.1" )
58+ testImplementation(" io.github.1c-syntax" , " bsl-parser-testing" , " 0.4.0" )
59+
6160 testImplementation(" org.junit.jupiter" , " junit-jupiter-api" , " 5.11.4" )
6261 testImplementation(" org.junit.jupiter" , " junit-jupiter-engine" , " 5.11.4" )
6362 testImplementation(" org.junit.jupiter" , " junit-jupiter-params" , " 5.11.4" )
0 commit comments