diff --git a/antlr4_tool_runner.py b/antlr4_tool_runner.py index 0c5c8bf..7dd41ab 100644 --- a/antlr4_tool_runner.py +++ b/antlr4_tool_runner.py @@ -23,7 +23,7 @@ def initialize_paths(): def latest_version(): try: - with urlopen(f"https://search.maven.org/solrsearch/select?q=a:antlr4-master+g:org.antlr", + with urlopen(f"https://central.sonatype.com/solrsearch/select?q=a:antlr4-master+g:org.antlr", timeout=10) as response: s = response.read().decode("UTF-8") searchResult = json.loads(s)['response']