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

Upgrade Maven from 3.8.1 to 3.9.6 #1729

Merged
merged 1 commit into from
Sep 24, 2024
Merged

Upgrade Maven from 3.8.1 to 3.9.6 #1729

merged 1 commit into from
Sep 24, 2024

Conversation

basil
Copy link
Member

@basil basil commented Sep 24, 2024

@basil basil added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 24, 2024
@basil basil marked this pull request as draft September 24, 2024 15:03
@basil basil marked this pull request as ready for review September 24, 2024 15:48
Comment on lines +104 to +112
/**
* Checksum extractors (none).
*/
@Provides
@Singleton
Map<String, ChecksumExtractor> provideChecksumExtractors() {
return Collections.emptyMap();
}

Copy link
Member Author

Choose a reason for hiding this comment

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

Taken from the example in apache/maven-resolver#140.

Comment on lines +160 to +163
@Provides
ModelCacheFactory provideModelCacheFactory() {
return new DefaultModelCacheFactory();
}
Copy link
Member Author

Choose a reason for hiding this comment

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

Taken from the example in apache/maven-resolver#319.

<maven.version>3.8.1</maven.version>
<maven-resolver.version>1.6.2</maven-resolver.version>
<maven.version>3.9.6</maven.version>
<maven-resolver.version>1.9.18</maven-resolver.version>
Copy link
Member Author

Choose a reason for hiding this comment

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

Not the latest version, but Maven 3.9.6 ships Maven Resolver 1.9.18, so keeping the versions aligned here.

@basil basil merged commit 9b7b87d into jenkinsci:master Sep 24, 2024
11 of 12 checks passed
@basil basil deleted the maven branch September 24, 2024 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant