In this part of the documentation: https://www.dropwizard.io/en/stable/manual/auth.html#testing-protected-resources
It says to use ${jersey.version} for importing the Grizzly dependency. I tried using the latest version of the artifact available (3.1.5), but was met with a host of error messages in my protected resource unit tests. After some Googling, I learned at the Jersey website (direct quote): - The latest stable release of Jersey is 2.41. - The latest published release of Jakarta EE 9 Jersey is 3.0.12. - The latest published release of Jakarta EE 10 Jersey is 3.1.5. I'm not intimately familiar with the Jersey/Jakarta relationship, so I thought it would be helpful for a special note in the Dropwizard documentation to note that Jersey 3.0.x is for Jakarta EE 9 and therefore for Dropwizard 4.x and similarly that Jersey 3.1.x is for Jakarta EE 10 and therefore for Dropwizard 5.x. I just need someone to tell me I've got that right before I go updating documentation. -- You received this message because you are subscribed to the Google Groups "dropwizard-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to dropwizard-dev+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/dropwizard-dev/82af5e7a-969a-4c7e-a6a4-9f41608280a6n%40googlegroups.com.