@@ -6,13 +6,13 @@ plugins {
66 `maven- publish`
77 jacoco
88 signing
9- id(" org.sonarqube" ) version " 4.4 .1.3373 "
9+ id(" org.sonarqube" ) version " 6.0 .1.5171 "
1010 id(" org.cadixdev.licenser" ) version " 0.6.1"
11- id(" me.qoomon.git-versioning" ) version " 6.4.3 "
12- id(" io.freefair.lombok" ) version " 8.6 "
13- id(" io.freefair.javadoc-links" ) version " 8.6 "
14- id(" io.freefair.javadoc-utf-8" ) version " 8.6 "
15- id(" io.freefair.maven-central.validate-poms" ) version " 8.6 "
11+ id(" me.qoomon.git-versioning" ) version " 6.4.4 "
12+ id(" io.freefair.lombok" ) version " 8.11 "
13+ id(" io.freefair.javadoc-links" ) version " 8.11 "
14+ id(" io.freefair.javadoc-utf-8" ) version " 8.11 "
15+ id(" io.freefair.maven-central.validate-poms" ) version " 8.11 "
1616 id(" com.github.ben-manes.versions" ) version " 0.51.0"
1717 id(" ru.vyarus.pom" ) version " 3.0.0"
1818 id(" io.codearte.nexus-staging" ) version " 0.30.0"
@@ -39,24 +39,23 @@ val isSnapshot = gitVersioning.gitVersionDetails.refType != GitRefType.TAG
3939repositories {
4040 mavenLocal()
4141 mavenCentral()
42- maven(url = " https://jitpack.io" )
4342}
4443
4544dependencies {
4645 // логирование
47- implementation(" org.slf4j" , " slf4j-api" , " 2.0.11 " )
46+ implementation(" org.slf4j" , " slf4j-api" , " 2.1.0-alpha1 " )
4847
4948 // прочее
50- implementation(" commons-io" , " commons-io" , " 2.15.1 " )
51- api(" io.github.1c-syntax" , " bsl-common-library" , " 0.5.0 " )
49+ implementation(" commons-io" , " commons-io" , " 2.18.0 " )
50+ api(" io.github.1c-syntax" , " bsl-common-library" , " 0.7.1 " )
5251
5352 // тестирование
54- testImplementation(" org.junit.jupiter" , " junit-jupiter-api" , " 5.10.1" )
55- testImplementation(" org.junit.jupiter" , " junit-jupiter-engine" , " 5.10.1" )
56- testImplementation(" org.assertj" , " assertj-core" , " 3.25.0" )
53+ testImplementation(" org.junit.jupiter" , " junit-jupiter-api" , " 5.11.4" )
54+ testImplementation(" org.junit.jupiter" , " junit-jupiter-engine" , " 5.11.4" )
55+ testImplementation(" org.assertj" , " assertj-core" , " 3.27.0" )
56+
5757 // логирование
58- // https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12
59- testImplementation(" org.slf4j" , " slf4j-log4j12" , " 2.0.11" )
58+ testImplementation(" org.slf4j" , " slf4j-reload4j" , " 2.1.0-alpha1" )
6059}
6160
6261java {
0 commit comments