Merge branch '6.0.x'

This commit is contained in:
Sam Brannen
2023-06-07 12:01:54 +02:00
5 changed files with 11 additions and 7 deletions

View File

@@ -27,7 +27,8 @@ import java.util.Base64;
* @author Gary Russell
* @since 4.1
* @see java.util.Base64
* @deprecated as of Spring Framework 6.0.5 in favor of {@link Base64}.
* @deprecated as of Spring Framework 6.0.5 in favor of {@link Base64}; scheduled
* for removal in 6.2
*/
@Deprecated(since = "6.0.5", forRemoval = true)
public abstract class Base64Utils {