Bumping versions

This commit is contained in:
spring-builds
2025-05-02 13:09:45 +00:00
parent b1036e6672
commit 9ae48f4929

View File

@@ -152,8 +152,8 @@ public class JGitEnvironmentRepository extends AbstractScmEnvironmentRepository
/**
* This lock is used to ensure thread safety between accessing the local git repo from
* both the ResourceController and the EnvironmentController. See
* <a href="https://github.com/spring-cloud/spring-cloud-config/issues/2681">#2681</a>.
* both the ResourceController and the EnvironmentController. See <a href=
* "https://github.com/spring-cloud/spring-cloud-config/issues/2681">#2681</a>.
*/
private final Object LOCK = new Object();