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

JENA-2256: Upgrades #1167

Merged
merged 2 commits into from Jan 20, 2022
Merged

JENA-2256: Upgrades #1167

merged 2 commits into from Jan 20, 2022

Conversation

afs
Copy link
Member

@afs afs commented Jan 19, 2022

Of note:

Lucene: 8.10.1 -> 8.11.1

        <requireMavenVersion>
          <version>3.2.5</version>
        </requireMavenVersion>

This was noted by the maven-version-plugin. It is just making explicit the minimum maven version. Maven version 3.2.5 was released 2017-10-18. Current maven is 3.8.4.

pom.xml Outdated
@@ -840,6 +839,9 @@
<message>No SNAPSHOT dependencies are allowed!</message>
<onlyWhenRelease>true</onlyWhenRelease>
</requireReleaseDeps>
<requireMavenVersion>
<version>3.2.5</version>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we're gonna enforce this at all might want to enforce 3.8.1 (https://maven.apache.org/docs/3.8.1/release-notes.html) because that has some supply chain CVE related fixes

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.2.5 was just the number the versions plugins referred to.

That's a good reason to go to 3.8.1 (released 2021-03-30).

Done.

@afs afs merged commit afcd0ae into apache:main Jan 20, 2022
@afs afs deleted the upgrades branch January 20, 2022 08:52
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

Successfully merging this pull request may close these issues.

None yet

3 participants