Skip to content

Commit

Permalink
Fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Jan 3, 2024
1 parent 276ac9c commit 79172d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class RewriteResolveDependenciesTest : RewritePluginTest {
}
rewrite {
rewriteVersion = "8.6.1"
rewriteVersion = "8.8.0"
}
""")
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ class RewriteRunTest : RewritePluginTest {
}
dependencies {
implementation("com.fasterxml.jackson.core:jackson-core:2.16.0")
implementation("com.fasterxml.jackson.core:jackson-core:2.16.1")
}
rewrite {
Expand Down

0 comments on commit 79172d5

Please sign in to comment.