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

Update dependencies #20

Merged
merged 1 commit into from
Dec 28, 2021
Merged

Update dependencies #20

merged 1 commit into from
Dec 28, 2021

Conversation

jglick
Copy link
Member

@jglick jglick commented Dec 28, 2021

Supersedes #19. See jenkinsci/plugin-pom#456 (comment).

Failed while enforcing RequireUpperBoundDeps. The error(s) are [
Require upper bound dependencies error for javax.mail:mail:1.4.4 [provided] paths to dependency are:
+-org.jenkins-ci.plugins:mock-load-builder:999999-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-core:2.204 [provided]
    +-javax.mail:mail:1.4.4 [provided]
and
+-org.jenkins-ci.plugins:mock-load-builder:999999-SNAPSHOT
  +-org.jenkins-ci.plugins.workflow:workflow-basic-steps:2.20
    +-org.jenkins-ci.plugins:mailer:1.32.1 (managed) <-- org.jenkins-ci.plugins:mailer:1.32
      +-javax.mail:mail:1.4.7 [provided]
and
+-org.jenkins-ci.plugins:mock-load-builder:999999-SNAPSHOT
  +-org.jenkins-ci.main:jenkins-core:2.204 [provided]
    +-org.springframework:spring-webmvc:2.5.6.SEC03 [provided]
      +-org.springframework:spring-context-support:2.5.6.SEC03 [provided]
        +-javax.mail:mail:1.4 [provided]
]

Maybe related to jenkinsci/jenkins#4660 & jenkinsci/jenkins#4702.

@jglick jglick added the dependencies Pull requests that update a dependency file label Dec 28, 2021
@jglick jglick merged commit 6249513 into jenkinsci:master Dec 28, 2021
@jglick jglick deleted the deps branch December 28, 2021 17:55
Comment on lines +90 to +95
<exclusions>
<exclusion>
<groupId>javax.annotation</groupId>
<artifactId>javax.annotation-api</artifactId>
</exclusion>
</exclusions>
Copy link
Member

Choose a reason for hiding this comment

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

@basil
Copy link
Member

basil commented Dec 28, 2021

jenkinsci/mailer-plugin#139 should take care of the JavaMail errors.

@basil
Copy link
Member

basil commented Jan 5, 2022

I updated the release notes with instructions on how to cross this flag day.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants