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

build(deps): Bump tuleap-api from 2.4.6 to 2.5.1 #409

Merged
merged 2 commits into from
Mar 20, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2023

Bumps tuleap-api from 2.4.6 to 2.5.1.

Release notes

Sourced from tuleap-api's releases.

Tuleap API 2.5.0

🚀 New features and improvements

  • feat: Retrieve the user's projets (#276)
  • feat: Get the branches from a Tuleap Git repository and get all project's repositories (#270)

📦 Dependency updates

  • bom-2.289.x from 1472.vb_65d893c9a_b_6 to 1500.ve4d05cd32975 (#285)
  • Bump okhttp from 4.9.3 to 4.10.0 (#273)
  • Bump jwks-rsa from 0.21.1 to 0.21.2 (#296)
  • Bump kotlin-stdlib-common from 1.6.20 to 1.7.20 (#299)
  • Bump mockito-core from 4.4.0 to 4.8.0 (#294)
  • Bump checker-qual from 3.21.4 to 3.26.0 (#301)

👻 Maintenance

  • Use the Jackson API from Jenkins (#305)
  • Bump actions/setup-java from 3.4.0 to 3.6.0 (#304)
  • Update minimum Jenkins version to 2.289.3 (#279)
  • Remove the Findbugs plugin (#271)
  • Bump actions/setup-java from 3.1.1 to 3.4.0 (#275)
  • Bump actions/setup-java from 3.1.0 to 3.1.1
Commits
  • 86fdf2c [maven-release-plugin] prepare release tuleap-api-2.5.1
  • ecf2d99 Update build version of openjdk in Readme (#338)
  • c7bf9b8 Bump actions/setup-java from 3.6.0 to 3.10.0 (#333)
  • 9a748d2 Bump bom-2.361.x from 1742.vb_70478c1b_25f to 1836.vfe602c266c05 (#337)
  • 3d566d7 Bump checker-qual from 3.26.0 to 3.31.0 (#336)
  • 4b329cf Bump plugin from 4.39 to 4.55 (#335)
  • 1f870ee Bump jwks-rsa from 0.21.2 to 0.22.0 (#334)
  • e66bfc9 Bump kotlin-stdlib-common from 1.7.20 to 1.8.10 (#329)
  • ccf17d5 Bump mockito-core from 4.8.0 to 5.1.1 (#328)
  • bf5ceda Build the plugin with Java 11 (#331)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tuleap-api](https://github.com/jenkinsci/tuleap-api-plugin) from 2.4.6 to 2.5.1.
- [Release notes](https://github.com/jenkinsci/tuleap-api-plugin/releases)
- [Commits](jenkinsci/tuleap-api-plugin@tuleap-api-2.4.6...tuleap-api-2.5.1)

---
updated-dependencies:
- dependency-name: io.jenkins.plugins:tuleap-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 3, 2023
@robinsoc robinsoc force-pushed the dependabot/maven/io.jenkins.plugins-tuleap-api-2.5.1 branch from a519e0f to aace8ae Compare March 3, 2023 14:48
Comment on lines +60 to +62
@Override
public List<GitBranch> getBranches(String repositoryId, TuleapAccessToken token) {
return null;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why did you have to add all those methods ?

Copy link
Contributor

Choose a reason for hiding this comment

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

It's because in the one of the last version of Tuleap API, this method has been introduced in GitApi interface

@Erwyn Erwyn merged commit 05cd9a8 into master Mar 20, 2023
@Erwyn Erwyn deleted the dependabot/maven/io.jenkins.plugins-tuleap-api-2.5.1 branch March 20, 2023 16:53
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.

2 participants