@@ -50,39 +50,41 @@ repositories {
5050
5151dependencies {
5252
53- implementation(" org.apache.commons" , " commons-collections4" , " 4.4 " )
53+ implementation(" org.apache.commons: commons-collections4:4.5.0 " )
5454
55- implementation(" com.thoughtworks.xstream" , " xstream" , " 1.4.21" )
55+ implementation(" com.thoughtworks.xstream: xstream: 1.4.21" )
5656
5757 // логирование
58- implementation(" org.slf4j" , " slf4j-api" , " 2.1.0-alpha1 " )
58+ implementation(" org.slf4j: slf4j-api:2.0.16 " )
5959
6060 // прочее
61- implementation(" commons-io" , " commons-io" , " 2.18 .0" )
61+ implementation(" commons-io: commons-io:2.21 .0" )
6262
63- implementation(" io.github.1c-syntax" , " bsl-common-library" , " 0.9.2" )
64- implementation(" io.github.1c-syntax" , " utils" , " 0.6.8" )
65- implementation(" io.github.1c-syntax" , " supportconf" , " 0.15.0" ) {
66- exclude(" io.github.1c-syntax" , " bsl-common-library" )
63+ implementation(" io.github.1c-syntax: bsl-common-library: 0.9.2" )
64+ implementation(" io.github.1c-syntax: utils: 0.6.8" )
65+ implementation(" io.github.1c-syntax: supportconf: 0.15.0" ) {
66+ exclude(" io.github.1c-syntax: bsl-common-library" )
6767 }
6868
6969 // быстрый поиск классов
70- implementation(" io.github.classgraph" , " classgraph" , " 4.8.179 " )
70+ implementation(" io.github.classgraph: classgraph: 4.8.184 " )
7171
72- implementation(" org.jspecify" , " jspecify" , " 1.0.0" )
72+ implementation(" org.jspecify: jspecify: 1.0.0" )
7373
7474 // тестирование
75- testImplementation(" org.junit.jupiter" , " junit-jupiter-api" , " 5.11.4" )
76- testImplementation(" org.junit.jupiter" , " junit-jupiter-engine" , " 5.11.4" )
77- testImplementation(" org.junit.jupiter" , " junit-jupiter-params" , " 5.11.4" )
78- testImplementation(" org.assertj" , " assertj-core" , " 3.27.0" )
79- testImplementation(" com.ginsberg" , " junit5-system-exit" , " 2.0.2" )
80- testImplementation(" org.skyscreamer" , " jsonassert" , " 1.5.3" )
81- testImplementation(" org.objenesis" , " objenesis" , " 3.4" )
75+ testImplementation(platform(" org.junit:junit-bom:6.0.3" ))
76+ testImplementation(" org.junit.jupiter:junit-jupiter-api" )
77+ testImplementation(" org.junit.jupiter:junit-jupiter-params" )
78+ testImplementation(" org.assertj:assertj-core:3.27.7" )
79+ testImplementation(" com.ginsberg:junit5-system-exit:2.0.2" )
80+ testImplementation(" org.skyscreamer:jsonassert:1.5.3" )
81+ testImplementation(" org.objenesis:objenesis:3.5" )
82+
83+ testRuntimeOnly(" org.junit.jupiter:junit-jupiter-engine" )
84+ testRuntimeOnly(" org.junit.platform:junit-platform-launcher" )
8285
8386 // логирование
84- testImplementation(" org.slf4j" , " slf4j-reload4j" , " 2.1.0-alpha1" )
85- testRuntimeOnly(" org.junit.platform" , " junit-platform-launcher" , " 6.1.0-M1" )
87+ testImplementation(" org.slf4j:slf4j-reload4j:2.0.16" )
8688
8789 // бенчмарк
8890 jmh(" org.openjdk.jmh:jmh-core:1.37" )
@@ -96,14 +98,6 @@ java {
9698 withJavadocJar()
9799}
98100
99- sourceSets {
100- main {
101- resources {
102- exclude(" **/*.xsd" )
103- }
104- }
105- }
106-
107101jmh {
108102 warmupIterations = 3
109103 iterations = 5
0 commit comments