Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.3.0:go-offline

Hello,
I’m new to docker and trying to learn how to build a simple java image (Build your Java image | Docker Documentation).

I keep getting the following error when trying to build my image:

#12 838.7 [ERROR] Failed to execute goal org.apache.maven.plugins:maven-dependency-plugin:3.3.0:go-offline (default-cli) on project spring-petclinic: org.eclipse.aether.resolution.DependencyResolutionException: The following artifacts could not be resolved: com.fasterxml.jackson.core:jackson-annotations:jar:2.13.3, com.fasterxml.jackson.core:jackson-core:jar:2.13.3, com.fasterxml.jackson.module:jackson-module-parameter-names:jar:2.13.3: Could not transfer artifact com.fasterxml.jackson.core:jackson-annotations:jar:2.13.3 from/to spring-snapshots (JFrog)…”

I have been searching this for a few days and can’t figure it out.
Any advice will be greatly appreciated.

Thanks,