File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
data-prepper-api/src/test/resources/org/opensearch/dataprepper/model/configuration/sample_pipelines
data-prepper-logstash-configuration/src/test/resources/org/opensearch/dataprepper/logstash
data-prepper-plugins/event-json-codecs Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ subprojects {
7676 }
7777 }
7878 dependencies {
79- implementation platform(' com.fasterxml.jackson:jackson-bom:2.17 .2' )
79+ implementation platform(' com.fasterxml.jackson:jackson-bom:2.20 .2' )
8080 implementation platform(' org.eclipse.jetty:jetty-bom:9.4.53.v20231009' )
8181 implementation platform(' io.micrometer:micrometer-bom:1.10.5' )
8282 implementation libs. guava. core
Original file line number Diff line number Diff line change 11test-pipeline :
22 source :
3- stdin : " "
3+ stdin : null
44 processor :
5- - uppercase_string : null
5+ - uppercase_string : ' '
66 sink :
7- - stdout : null
7+ - stdout : " "
88 workers : 1
99 delay : 100
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ logstash-converted-pipeline:
1212 match :
1313 log :
1414 - " %{COMBINEDAPACHELOG}"
15- - drop_events : null
15+ - drop_events : {}
1616 - key_value :
1717 source : " message"
1818 destination : " test"
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ dependencies {
1313 implementation ' com.fasterxml.jackson.core:jackson-databind'
1414 implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-ion'
1515 implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-xml'
16- implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0 '
17- testImplementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.0 '
16+ implementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
17+ testImplementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310'
1818 implementation libs. parquet. common
1919 testImplementation project(' :data-prepper-test:test-common' )
2020}
You can’t perform that action at this time.
0 commit comments