Skip to content

Commit

Permalink
Merge pull request #98 from froque/assertj
Browse files Browse the repository at this point in the history
Adds assertj
  • Loading branch information
jonathanlermitage authored Nov 10, 2024
2 parents 2945e7d + 6883d1b commit b7ad117
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion uc/og-unofficial-definitions.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,19 @@
],
"context": "The old jollyday project is no longer maintained. This is a modern fork with jakarta dependencies and based on java 11."
},

{
"old": "com.google.code.findbugs",
"proposal": [
"com.github.spotbugs"
],
"context": "SpotBugs is a fork of FindBugs (which is now an abandoned project), carrying on from the point where it left off with support of its community."
},
{
"old": "org.easytesting:fest-assert-core",
"proposal": [
"org.assertj:assertj-core"
],
"context": "AssertJ is a fork of Fest and there are very few breaking changes."
}
]
}

0 comments on commit b7ad117

Please sign in to comment.