@@ -7,13 +7,13 @@ plugins {
77 jacoco
88 id(" cloud.rio.license" ) version " 0.18.0"
99 id(" me.qoomon.git-versioning" ) version " 6.4.4"
10- id(" io.freefair.lombok" ) version " 9.2 .0"
11- id(" io.freefair.javadoc-links" ) version " 9.2 .0"
12- id(" io.freefair.javadoc-utf-8" ) version " 9.2 .0"
10+ id(" io.freefair.lombok" ) version " 9.4 .0"
11+ id(" io.freefair.javadoc-links" ) version " 9.4 .0"
12+ id(" io.freefair.javadoc-utf-8" ) version " 9.4 .0"
1313// id("io.freefair.maven-central.validate-poms") version "9.1.0" не работает на 9 градле
14- id(" com.github.ben-manes.versions" ) version " 0.53 .0"
14+ id(" com.github.ben-manes.versions" ) version " 0.54 .0"
1515 id(" ru.vyarus.pom" ) version " 3.0.0"
16- id(" org.jreleaser" ) version " 1.21 .0"
16+ id(" org.jreleaser" ) version " 1.23 .0"
1717 id(" org.sonarqube" ) version " 7.2.2.6593"
1818 id(" me.champeau.jmh" ) version " 0.7.3"
1919}
@@ -55,12 +55,12 @@ dependencies {
5555 implementation(" com.thoughtworks.xstream:xstream:1.4.21" )
5656
5757 // логирование
58- implementation(" org.slf4j:slf4j-api:2.0.16 " )
58+ implementation(" org.slf4j:slf4j-api:2.0.17 " )
5959
6060 // прочее
61- implementation(" commons-io:commons-io:2.21 .0" )
61+ implementation(" commons-io:commons-io:2.22 .0" )
6262
63- implementation(" io.github.1c-syntax:bsl-common-library:0.10 .0" )
63+ implementation(" io.github.1c-syntax:bsl-common-library:0.11 .0" )
6464 implementation(" io.github.1c-syntax:utils:0.7.0" )
6565 implementation(" io.github.1c-syntax:supportconf:0.16.0" )
6666
@@ -82,7 +82,7 @@ dependencies {
8282 testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
8383
8484 // логирование
85- testImplementation(" org.slf4j:slf4j-reload4j:2.0.16 " )
85+ testImplementation(" org.slf4j:slf4j-reload4j:2.0.17 " )
8686
8787 // бенчмарк
8888 jmh(" org.openjdk.jmh:jmh-core:1.37" )
@@ -238,7 +238,7 @@ tasks.register("precommit") {
238238 description = " Run all precommit tasks"
239239 group = " Developer tools"
240240 dependsOn(" :test" )
241- dependsOn(" :updateLicenses " )
241+ dependsOn(" :licenseFormat " )
242242}
243243
244244jreleaser {
0 commit comments