Alguém sabe me dizer porque estou tendo este erro? Minha versão do spring boot eh a 2.6.7, e a versão do java jdk eh a 17 LTS.
org.eclipse.aether.transfer.ArtifactTransferException: org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.6.7 failed to transfer from https://repo.maven.apache.org/maven2 during a previous attempt. This failure was cached in the local repository and resolution is not reattempted until the update interval of central has elapsed or updates are forced. Original error: Could not transfer artifact org.springframework.boot:spring-boot-actuator-autoconfigure:jar:2.6.7 from/to central (https://repo.maven.apache.org/maven2): The operation was cancelled.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
</dependency>