Clean up warnings in Gradle build

This commit is contained in:
Sam Brannen
2026-01-22 17:27:24 +01:00
parent af8fd8f07d
commit 5b4eda3d20
@@ -46,7 +46,7 @@ import static org.springframework.http.MediaType.APPLICATION_XML;
*
* @author Sebastien Deleuze
*/
@SuppressWarnings("removal")
@SuppressWarnings({"deprecation", "removal"})
class Jackson2SmileEncoderTests extends AbstractEncoderTests<Jackson2SmileEncoder> {
private static final MimeType SMILE_MIME_TYPE = new MimeType("application", "x-jackson-smile");