Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The version is now jscep-2.5.8? #364

Closed
petarov opened this issue Feb 12, 2025 · 5 comments
Closed

The version is now jscep-2.5.8? #364

petarov opened this issue Feb 12, 2025 · 5 comments

Comments

@petarov
Copy link

petarov commented Feb 12, 2025

Hi,

The latest release on Maven has its version noted as jscep-2.5.8 whereas it was 2.5.7 without the jscep- prefix before.

<dependency>
    <groupId>com.google.code.jscep</groupId>
    <artifactId>jscep</artifactId>
    <version>jscep-2.5.8</version>
</dependency>

<dependency>
    <groupId>com.google.code.jscep</groupId>
    <artifactId>jscep</artifactId>
    <version>2.5.7</version>
</dependency>

Was this intended? The reason I ask is because I have some tools that automatically detect new dependency versions and 2.5.8 is not being detected probably due to the prefix.

Thanks

@seize-the-dave
Copy link
Owner

seize-the-dave commented Feb 12, 2025 via email

@seize-the-dave
Copy link
Owner

Published. Should be available shortly.

@petarov
Copy link
Author

petarov commented Feb 18, 2025

@seize-the-dave Sorry to bug you again, but I feel like something still isn't quite right.

I'm using Gradle with mavenCentral() as repository source and there's still something wrong while resolving the latest versions.

-------- 3.0.0

Cached resource https://repo.maven.apache.org/maven2/com/google/code/jscep/jscep/3.0.0/jscep-3.0.0.pom is up-to-date (lastModified: Fri Feb 14 06:34:32 CET 2025).

* What went wrong:
Execution failed for task ':project-name:compileKotlin'.
> Could not resolve all files for configuration ':project-name:compileClasspath'.
   > Could not resolve com.google.code.jscep:jscep:3.0.0.
     Required by:
         project :project-name
      > Could not resolve com.google.code.jscep:jscep:3.0.0.
         > inconsistent module metadata found. Descriptor: com.google.code.jscep:jscep:2.5.7-SNAPSHOT Errors: bad version: expected='3.0.0' found='2.5.7-SNAPSHOT'
      > Could not resolve com.google.code.jscep:jscep:3.0.0.
         > inconsistent module metadata found. Descriptor: com.google.code.jscep:jscep:2.5.7-SNAPSHOT Errors: bad version: expected='3.0.0' found='2.5.7-SNAPSHOT'

-------- 2.8.0

Resource missing. [HTTP GET: https://repo.maven.apache.org/maven2/com/google/code/jscep/jscep/2.8.0/jscep-2.8.0.pom]

* What went wrong:
Execution failed for task ':project-name:compileKotlin'.
> Could not resolve all files for configuration ':project-name:compileClasspath'.
   > Could not find com.google.code.jscep:jscep:2.8.0.
     Searched in the following locations:
       - https://interal.nexus/nexus/content/repositories/central/com/google/code/jscep/jscep/2.8.0/jscep-2.8.0.pom
       - https://repo.maven.apache.org/maven2/com/google/code/jscep/jscep/2.8.0/jscep-2.8.0.pom
     Required by:
         project :project-name

Any ideas?

@seize-the-dave
Copy link
Owner

@petarov can you try 3.0.1 please?

@petarov
Copy link
Author

petarov commented Feb 20, 2025

@seize-the-dave Yeah, this one seems to work. It got resolved. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants