Bumping versions

This commit is contained in:
spring-builds
2025-05-02 00:51:16 +00:00
parent a32f391078
commit 4f956bd8f4

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();