@@ -8,15 +8,15 @@ plugins {
88 `java- library`
99 antlr
1010 signing
11- id(" org.sonarqube" ) version " 4.4.1.3373 "
11+ id(" org.sonarqube" ) version " 5.0.0.4638 "
1212 id(" org.cadixdev.licenser" ) version " 0.6.1"
1313 id(" me.qoomon.git-versioning" ) version " 6.4.3"
14- id(" io.freefair.javadoc-links" ) version " 8.4 "
15- id(" io.freefair.javadoc-utf-8" ) version " 8.4 "
16- id(" com.github.ben-manes.versions" ) version " 0.50 .0"
14+ id(" io.freefair.javadoc-links" ) version " 8.6 "
15+ id(" io.freefair.javadoc-utf-8" ) version " 8.6 "
16+ id(" com.github.ben-manes.versions" ) version " 0.51 .0"
1717 id(" me.champeau.gradle.jmh" ) version " 0.5.3"
18- id(" io.freefair.maven-central.validate-poms" ) version " 8.4 "
19- id(" ru.vyarus.pom" ) version " 2.2.2 "
18+ id(" io.freefair.maven-central.validate-poms" ) version " 8.6 "
19+ id(" ru.vyarus.pom" ) version " 3.0.0 "
2020 id(" io.codearte.nexus-staging" ) version " 0.30.0"
2121}
2222
@@ -45,15 +45,15 @@ gitVersioning.apply {
4545val isSnapshot = gitVersioning.gitVersionDetails.refType != GitRefType .TAG
4646
4747dependencies {
48- antlr(" com.tunnelvisionlabs " , " antlr4" , " 4.9.0 " )
48+ antlr(" org.antlr " , " antlr4" , " 4.13.1 " )
4949
50- implementation(" io.github.1c-syntax" , " bsl-parser-core" , " 0.1 .0" )
50+ implementation(" io.github.1c-syntax" , " bsl-parser-core" , " 0.2 .0" )
5151
5252 // stat analysis
5353 compileOnly(" com.google.code.findbugs" , " jsr305" , " 3.0.2" )
5454
5555 // testing
56- testImplementation(" io.github.1c-syntax" , " bsl-parser-testing" , " 0.1.1 " )
56+ testImplementation(" io.github.1c-syntax" , " bsl-parser-testing" , " 0.2.0 " )
5757 testImplementation(" org.junit.jupiter" , " junit-jupiter-api" , " 5.10.1" )
5858 testImplementation(" org.junit.jupiter" , " junit-jupiter-engine" , " 5.10.1" )
5959 testImplementation(" org.junit.jupiter" , " junit-jupiter-params" , " 5.10.1" )
0 commit comments