Skip to content

Commit

Permalink
chore(deps): update dependency com.fasterxml.woodstox:woodstox-core t…
Browse files Browse the repository at this point in the history
…o v6.2.8 (#624)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot committed Jan 15, 2022
1 parent 415688e commit e672891
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion server/parsing/cobertura-xml-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:$jacksonVersion"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion"
implementation 'com.fasterxml.woodstox:woodstox-core:6.2.7'
implementation 'com.fasterxml.woodstox:woodstox-core:6.2.8'

testImplementation "org.spockframework:spock-core:$spockVersion"

Expand Down
2 changes: 1 addition & 1 deletion server/parsing/jacoco-xml-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:$jacksonVersion"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion"
implementation 'com.fasterxml.woodstox:woodstox-core:6.2.7'
implementation 'com.fasterxml.woodstox:woodstox-core:6.2.8'

testImplementation "org.spockframework:spock-core:$spockVersion"

Expand Down
2 changes: 1 addition & 1 deletion server/parsing/jest-xml-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:$jacksonVersion"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion"
implementation 'com.fasterxml.woodstox:woodstox-core:6.2.7'
implementation 'com.fasterxml.woodstox:woodstox-core:6.2.8'

testImplementation "org.spockframework:spock-core:$spockVersion"

Expand Down
2 changes: 1 addition & 1 deletion server/parsing/junit-results-parser/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation "com.fasterxml.jackson.core:jackson-core:$jacksonVersion"
implementation "com.fasterxml.jackson.dataformat:jackson-dataformat-xml:$jacksonVersion"
implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jacksonVersion"
implementation 'com.fasterxml.woodstox:woodstox-core:6.2.7'
implementation 'com.fasterxml.woodstox:woodstox-core:6.2.8'

testImplementation "org.spockframework:spock-core:$spockVersion"

Expand Down

0 comments on commit e672891

Please sign in to comment.