Unable to fetch the required plugin versions from https://repo.jenkins-ci.org/public/org/

Hi team,
Currently we are using jenkins version - 2.387.1 in our codebase.We have encountered that a number of plugin dependencies are not available from the past 3 days, not sure if any of the new version plugin dependencies are depreciated.
Sample Link: https://repo.jenkins-ci.org/public/org/jvnet/localizer/localizer/1.31/localizer-1.31.pom
I see the version 1.31 is not available now.

Please let me know how the issue can be resolved.

Let me know if you need more information.

Hello @DivyaMadala and welcome to this community. :wave:

Some plugin dependencies have been removed from the Jenkins maven repository, you now have to add another repo to get it to work.
The dependency you’re referring to is available at https://mvnrepository.com/repos/central for example.

Hey, thanks for confirmation. We were able to resolve the issue now.