You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: replace commons-codec with JDK Base64/HexFormat, drop gnu-c…
…rypto
Java 17 ships java.util.Base64 (since 8) and java.util.HexFormat (since 17),
so commons-codec is redundant. gnu-crypto was declared in pom.xml but never
imported.