Skip to content

Commit

Permalink
Update dependency com.fasterxml.woodstox:woodstox-core to v6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 22, 2024
1 parent 3d811dd commit 931f33c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ repositories {

dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib"
implementation 'com.fasterxml.woodstox:woodstox-core:6.5.1'
implementation 'com.fasterxml.woodstox:woodstox-core:6.7.0'
testImplementation "org.jetbrains.kotlin:kotlin-reflect"
testImplementation ("io.kotest:kotest-runner-junit5:$kotest_version"){
exclude group: "org.jetbrains.kotlin"
Expand Down

0 comments on commit 931f33c

Please sign in to comment.