Errors when updating to latest version.
chluo1997 opened this issue · 0 comments
chluo1997 commented
When update the cpg_version (1.3.561) and joern_version (1.1.1131) to the latest version, it reports the following errors.
[error] sbt.librarymanagement.ResolveException: Error downloading io.shiftleft:codepropertygraph-domain-classes:1.3.561
[error]
[error] Not found
[error] Not found
[error] not found: /home/users/chluo/.ivy2/localio.shiftleft/codepropertygraph-domain-classes/1.3.561
[error] /ivys/ivy.xml
[error] download error: Caught java.net.MalformedURLException: Illegal character in URL (Illegal character in URL) while downloading https://repo1.maven.org/maven2/io/shiftleft/codepropertygraph-domain-classes/1.3.561
[error] /codepropertygraph-domain-classes-1.3.561
[error] .pom
[error] not found: /home/users/chluo/.m2/repository/io/shiftleft/codepropertygraph-domain-classes/1.3.561
[error] /codepropertygraph-domain-classes-1.3.561
[error] .pom
[error] download error: Caught java.net.MalformedURLException: Illegal character in URL (Illegal character in URL) while downloading https://oss.sonatype.org/content/repositories/public/io/shiftleft/codepropertygraph-domain-classes/1.3.561
[error] /codepropertygraph-domain-classes-1.3.561
[error] .pom
[error] at lmcoursier.CoursierDependencyResolution.unresolvedWarningOrThrow(CoursierDependencyResolution.scala:258)
...
Can someone help fix this issue?