@@ -140,14 +140,14 @@ ext {
140140 runtimeTestLibs = [
141141 libs. slf4jLog4j2,
142142 libs. junitPlatformLanucher,
143- libs. jacksonDatabindYaml ,
143+ libs. jacksonDataformatYaml ,
144144 project(" :test-common:test-common-util" )
145145 ]
146146
147147 log4jReleaseLibs = [
148148 libs. slf4jLog4j2,
149149 libs. log4j1Bridge2Api,
150- libs. jacksonDatabindYaml
150+ libs. jacksonDataformatYaml
151151 ]
152152
153153 log4j2Libs = [
@@ -1073,7 +1073,7 @@ project(':core') {
10731073 implementation libs. jacksonDatabind
10741074 implementation libs. jacksonDataformatCsv
10751075 implementation libs. jacksonJDK8Datatypes
1076- implementation libs. jacksonDatabindYaml
1076+ implementation libs. jacksonDataformatYaml
10771077 implementation libs. joptSimple
10781078 implementation libs. jose4j
10791079 implementation libs. metrics
@@ -1487,7 +1487,7 @@ project(':group-coordinator') {
14871487 testImplementation project(' :clients' ). sourceSets. test. output
14881488 testImplementation project(' :server-common' ). sourceSets. test. output
14891489 testImplementation project(' :coordinator-common' ). sourceSets. test. output
1490- testImplementation libs. jacksonDatabindYaml
1490+ testImplementation libs. jacksonDataformatYaml
14911491 testImplementation libs. junitJupiter
14921492 testImplementation libs. mockitoCore
14931493 testImplementation testLog4j2Libs
@@ -1609,7 +1609,7 @@ project(':test-common:test-common-runtime') {
16091609
16101610 implementation libs. junitPlatformLanucher
16111611 implementation libs. junitJupiter
1612- implementation libs. jacksonDatabindYaml
1612+ implementation libs. jacksonDataformatYaml
16131613 implementation libs. slf4jApi
16141614
16151615 testImplementation libs. junitJupiter
@@ -2083,7 +2083,7 @@ project(':raft') {
20832083 testImplementation project(' :server-common' ). sourceSets. test. output
20842084 testImplementation project(' :clients' )
20852085 testImplementation project(' :clients' ). sourceSets. test. output
2086- testImplementation libs. jacksonDatabindYaml
2086+ testImplementation libs. jacksonDataformatYaml
20872087 testImplementation libs. junitJupiter
20882088 testImplementation libs. mockitoCore
20892089 testImplementation libs. jqwik
@@ -2180,7 +2180,7 @@ project(':server-common') {
21802180
21812181 testImplementation project(' :clients' )
21822182 testImplementation project(' :clients' ). sourceSets. test. output
2183- testImplementation libs. jacksonDatabindYaml
2183+ testImplementation libs. jacksonDataformatYaml
21842184 testImplementation libs. junitJupiter
21852185 testImplementation libs. mockitoCore
21862186 testImplementation testLog4j2Libs
@@ -2321,7 +2321,7 @@ project(':storage') {
23212321 testImplementation project(' :server-common' ). sourceSets. test. output
23222322 testImplementation project(' :transaction-coordinator' )
23232323 testImplementation libs. hamcrest
2324- testImplementation libs. jacksonDatabindYaml
2324+ testImplementation libs. jacksonDataformatYaml
23252325 testImplementation libs. junitJupiter
23262326 testImplementation libs. mockitoCore
23272327 testImplementation libs. bcpkix
@@ -2638,7 +2638,7 @@ project(':shell') {
26382638 testImplementation project(' :core' )
26392639 testImplementation project(' :server-common' )
26402640 testImplementation project(' :server-common' ). sourceSets. test. output
2641- testImplementation libs. jacksonDatabindYaml
2641+ testImplementation libs. jacksonDataformatYaml
26422642 testImplementation libs. junitJupiter
26432643 testImplementation testLog4j2Libs
26442644
@@ -2687,7 +2687,7 @@ project(':streams') {
26872687 testCompileOnly libs. bndlib
26882688
26892689 testImplementation project(' :clients' ). sourceSets. test. output
2690- testImplementation libs. jacksonDatabindYaml
2690+ testImplementation libs. jacksonDataformatYaml
26912691 testImplementation libs. junitJupiter
26922692 testImplementation libs. bcpkix
26932693 testImplementation libs. hamcrest
@@ -2832,7 +2832,7 @@ project(':streams:streams-scala') {
28322832 testImplementation project(' :clients' ). sourceSets. test. output
28332833 testImplementation project(' :streams:test-utils' )
28342834
2835- testImplementation libs. jacksonDatabindYaml
2835+ testImplementation libs. jacksonDataformatYaml
28362836 testImplementation libs. junitJupiter
28372837 testImplementation libs. mockitoJunitJupiter // supports MockitoExtension
28382838 testImplementation testLog4j2Libs
@@ -2936,7 +2936,7 @@ project(':streams:test-utils') {
29362936 implementation libs. slf4jApi
29372937
29382938 testImplementation project(' :clients' ). sourceSets. test. output
2939- testImplementation libs. jacksonDatabindYaml
2939+ testImplementation libs. jacksonDataformatYaml
29402940 testImplementation libs. junitJupiter
29412941 testImplementation libs. mockitoCore
29422942 testImplementation libs. hamcrest
@@ -3631,7 +3631,7 @@ project(':connect:runtime') {
36313631 testImplementation project(' :connect:test-plugins' )
36323632 testImplementation project(' :server-common' ). sourceSets. test. output
36333633
3634- testImplementation libs. jacksonDatabindYaml
3634+ testImplementation libs. jacksonDataformatYaml
36353635 testImplementation libs. junitJupiter
36363636 testImplementation libs. mockitoCore
36373637 testImplementation libs. mockitoJunitJupiter
0 commit comments