AWS java.lang.NoSuchFieldError: ENDPOINT_OVERRIDDEN
Error Recently whilst developing a Spring Boot app, I ran across the following error after adding a new AWS SDK SES maven dependency: The error is caused by AWS SDK dependency mismatch. In the Spring Boot application, I had maven dependencies for EC2 and Secrets Manager as well as the SES dependency. Each of these dependencies will pull in a...