-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] update maven dependency versions
- Loading branch information
1 parent
0309e51
commit 4a535ec
Showing
2 changed files
with
286 additions
and
351 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
4a535ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@titusfortner
org.mockito:mockito-inline
should be removed this is now included inorg.mockito:mockito-core
.There have been some other issues with the mockito 5.x version the last time @diemol tried to update it.
I think the
org.mockito.Mockito.spy
did not work with JDK 17+.The last time i had a look where this used, most usages could be replaced easily.
4a535ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joerg1985 can you remove those things from the .bzl file, then run
./go java:update
and see if it does the right things? I'm just trying to automate the build process better so we can do releases and keep everything updated better.4a535ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I currently stuck at bazel 5, due to vbatts/copr-build-bazel#22. Had to monkey patch the WORKSPACE to run it with bazel 5, so i am not sure this will give valid results. But i will try after christmas and see what happens.
4a535ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@titusfortner looks like the
./go java:update
does not work for me:4a535ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@joerg1985
Is it failing on just
bazel run @maven//:outdated
?Weird, what is in trunk right now should already be properly pinned...
I guess there is no harm in pinning before and after anyway. Try trunk now.
4a535ec
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(what is in trunk right now is not the most up to date, so running
./go java:update
should update those files).