René's URL Explorer Experiment


Title: Bump mockito-core from 3.3.0 to 5.4.0 by dependabot[bot] · Pull Request #2145 · docker-java/docker-java · GitHub

Open Graph Title: Bump mockito-core from 3.3.0 to 5.4.0 by dependabot[bot] · Pull Request #2145 · docker-java/docker-java

X Title: Bump mockito-core from 3.3.0 to 5.4.0 by dependabot[bot] · Pull Request #2145 · docker-java/docker-java

Description: Bumps mockito-core from 3.3.0 to 5.4.0. Release notes Sourced from mockito-core's releases. v5.4.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.4.0 2023-06-18 - 22 commit(s) by Alexander von Trostorff, Andriy Redko, Benoit Maggi, Chris Povirk, DerFrZocker, Nicolas Ot, Tim van der Lippe, dependabot[bot], ellaella12 Bump versions.errorprone from 2.19.1 to 2.20.0 [(#3041)](mockito/mockito#3041) Bump org.eclipse.platform:org.eclipse.osgi from 3.18.300 to 3.18.400 [(#3038)](mockito/mockito#3038) Bump com.google.auto.service:auto-service from 1.1.0 to 1.1.1 [(#3036)](mockito/mockito#3036) Bump com.github.ben-manes.versions from 0.46.0 to 0.47.0 [(#3034)](mockito/mockito#3034) Bump kotlinVersion from 1.8.21 to 1.8.22 [(#3033)](mockito/mockito#3033) Documentation about MockMakers slightly outdated in some places. Fixes #3031 [(#3032)](mockito/mockito#3032) Documentation about MockMakers slightly outdated in some places [(#3031)](mockito/mockito#3031) Bump versions.bytebuddy from 1.14.4 to 1.14.5 [(#3025)](mockito/mockito#3025) Edit DoAnswerStyleStubbing.isSet() to return true if there are answers [(#3020)](mockito/mockito#3020) Bump com.diffplug.spotless from 6.18.0 to 6.19.0 [(#3018)](mockito/mockito#3018) Bump com.google.auto.service:auto-service from 1.0.1 to 1.1.0 [(#3017)](mockito/mockito#3017) Bump versions.errorprone from 2.18.0 to 2.19.1 [(#3009)](mockito/mockito#3009) Fix @Mock(serializable = true) for parameterized types. [(#3007)](mockito/mockito#3007) Add varargs changes to ArgumentMatchers#any() JavaDoc [(#3003)](mockito/mockito#3003) Mockito 5 any() does not match a vararg int[] argument anymore. I need to use any(int[].class) to get the ArgumentMatcher to work [(#2998)](mockito/mockito#2998) Bump com.google.googlejavaformat:google-java-format from 1.16.0 to 1.17.0 [(#2996)](mockito/mockito#2996) Remove redundant double "now" in JavaDocs for mock without class [(#2994)](mockito/mockito#2994) Bump org.junit.platform:junit-platform-launcher from 1.9.2 to 1.9.3 [(#2993)](mockito/mockito#2993) Bump versions.junitJupiter from 5.9.2 to 5.9.3 [(#2992)](mockito/mockito#2992) Provide a variant of assertArg that works well with checked exceptions [(#2991)](mockito/mockito#2991) Bump kotlinVersion from 1.8.10 to 1.8.21 [(#2990)](mockito/mockito#2990) Fix #2915 Forbid spy on mocked interface [(#2989)](mockito/mockito#2989) Bump net.ltgt.gradle:gradle-errorprone-plugin from 3.0.1 to 3.1.0 [(#2987)](mockito/mockito#2987) @Mock(serializable = true) no longer works with parameterized types [(#2979)](mockito/mockito#2979) Bug with @​InjectMocks in 5.3.0 [(#2978)](mockito/mockito#2978) �Function name is incorrect. [(#2955)](mockito/mockito#2955) Verify on Spy Interface incorrect count of actual invocation [(#2915)](mockito/mockito#2915) Only run injection once [(#2603)](mockito/mockito#2603) mockito-core MockitoAnnotations::openMocks initializes class twice if said class has super class [(#2602)](mockito/mockito#2602) v5.3.1 Changelog generated by Shipkit Changelog Gradle Plugin 5.3.1 2023-04-21 - 2 commit(s) by Rafael Winterhalter, jfrantzius Fixes 2972: Weakens visibility constraint [(#2983)](mockito/mockito#2983) Bugfix 2974 fix npe [(#2976)](mockito/mockito#2976) Fix for #2958 eliminates CCE but leads to NPE [(#2974)](mockito/mockito#2974) Spying objects not working properly since 5.3.0 [(#2972)](mockito/mockito#2972) v5.3.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.3.0 2023-04-11 - 14 commit(s) by Krzysztof Krasoń, Maciej Walkowiak, Rafael Winterhalter, Wesley Tsai, dependabot[bot], jfrantzius ... (truncated) Commits 91f18ea Bump versions.errorprone from 2.19.1 to 2.20.0 (#3041) 8497f17 Run injection once per field (#2603) e3e100f Bump org.eclipse.platform:org.eclipse.osgi from 3.18.300 to 3.18.400 (#3038) 9685743 Bump com.google.auto.service:auto-service from 1.1.0 to 1.1.1 (#3036) 5cccfda Bump com.github.ben-manes.versions from 0.46.0 to 0.47.0 (#3034) ca88970 Bump kotlinVersion from 1.8.21 to 1.8.22 (#3033) 5daf51a Update documentation about MockMakers (#3032) be98090 Bump versions.bytebuddy from 1.14.4 to 1.14.5 (#3025) 2280cac Edit DoAnswerStyleStubbing.isSet() to return true if there are answers (#3020) 296a257 Bump com.diffplug.spotless from 6.18.0 to 6.19.0 (#3018) Additional commits viewable in compare view You can trigger a rebase of this PR 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) Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Open Graph Description: Bumps mockito-core from 3.3.0 to 5.4.0. Release notes Sourced from mockito-core's releases. v5.4.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.4.0 2023-06-18 - 22 commit(s) by A...

X Description: Bumps mockito-core from 3.3.0 to 5.4.0. Release notes Sourced from mockito-core's releases. v5.4.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.4.0 2023-06-18 - 22 commit(s) ...

Opengraph URL: https://github.com/docker-java/docker-java/pull/2145

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:68d406f9-eb83-73ca-0aeb-cc319854ba08
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idDD3E:3D45D4:3EEB5BA:508404F:6975F62B
html-safe-nonce56e1790f5928ebf386d1870f281e34f618bdd397ff14f1f562b1ba3c4233bda8
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJERDNFOjNENDVENDozRUVCNUJBOjUwODQwNEY6Njk3NUY2MkIiLCJ2aXNpdG9yX2lkIjoiNDgzNjgyMTU0NDM1ODc3MDIyMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac9e3bb273e334b660d378e3181ec314139fc9f0f2d5165f3f2ee99821bee9339d
hovercard-subject-tagpull_request:1437382552
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/docker-java/docker-java/pull/2145/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps mockito-core from 3.3.0 to 5.4.0. Release notes Sourced from mockito-core's releases. v5.4.0 Changelog generated by Shipkit Changelog Gradle Plugin 5.4.0 2023-06-18 - 22 commit(s) by A...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None2bce766e7450b03e00b2fc5badd417927ce33a860e78cda3e4ecb9bbd1374cc6
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/docker-java/docker-java git https://github.com/docker-java/docker-java.git
octolytics-dimension-user_id7772003
octolytics-dimension-user_logindocker-java
octolytics-dimension-repository_id20415251
octolytics-dimension-repository_nwodocker-java/docker-java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id20415251
octolytics-dimension-repository_network_root_nwodocker-java/docker-java
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasefcca2b8ef702b5f7f91427a6e920fa44446fe312
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/docker-java/docker-java/pull/2145/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocker-java%2Fdocker-java%2Fpull%2F2145%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fdocker-java%2Fdocker-java%2Fpull%2F2145%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=docker-java%2Fdocker-java
Reloadhttps://github.com/docker-java/docker-java/pull/2145/files
Reloadhttps://github.com/docker-java/docker-java/pull/2145/files
Reloadhttps://github.com/docker-java/docker-java/pull/2145/files
docker-java https://github.com/docker-java
docker-javahttps://github.com/docker-java/docker-java
Notifications https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Fork 1.1k https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Star 3.2k https://github.com/login?return_to=%2Fdocker-java%2Fdocker-java
Code https://github.com/docker-java/docker-java
Issues 37 https://github.com/docker-java/docker-java/issues
Pull requests 49 https://github.com/docker-java/docker-java/pulls
Discussions https://github.com/docker-java/docker-java/discussions
Actions https://github.com/docker-java/docker-java/actions
Projects 0 https://github.com/docker-java/docker-java/projects
Security 0 https://github.com/docker-java/docker-java/security
Insights https://github.com/docker-java/docker-java/pulse
Code https://github.com/docker-java/docker-java
Issues https://github.com/docker-java/docker-java/issues
Pull requests https://github.com/docker-java/docker-java/pulls
Discussions https://github.com/docker-java/docker-java/discussions
Actions https://github.com/docker-java/docker-java/actions
Projects https://github.com/docker-java/docker-java/projects
Security https://github.com/docker-java/docker-java/security
Insights https://github.com/docker-java/docker-java/pulse
Sign up for GitHub https://github.com/signup?return_to=%2Fdocker-java%2Fdocker-java%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2Fdocker-java%2Fdocker-java%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/docker-java/docker-java/tree/main
dependabot/maven/org.mockito-mockito-core-5.4.0https://github.com/docker-java/docker-java/tree/dependabot/maven/org.mockito-mockito-core-5.4.0
Conversation 1 https://github.com/docker-java/docker-java/pull/2145
Commits 1 https://github.com/docker-java/docker-java/pull/2145/commits
Checks 0 https://github.com/docker-java/docker-java/pull/2145/checks
Files changed https://github.com/docker-java/docker-java/pull/2145/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/2145/files
Bump mockito-core from 3.3.0 to 5.4.0 https://github.com/docker-java/docker-java/pull/2145/files#top
Show all changes 1 commit https://github.com/docker-java/docker-java/pull/2145/files
6915ddf Bump mockito-core from 3.3.0 to 5.4.0 dependabot[bot] Jul 31, 2023 https://github.com/docker-java/docker-java/pull/2145/commits/6915ddff75d4a2d2c7c319793905a4c3733921ae
Clear filters https://github.com/docker-java/docker-java/pull/2145/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/2145/files
Please reload this pagehttps://github.com/docker-java/docker-java/pull/2145/files
https://github.com/docker-java/docker-java/blob/main/.github/CODEOWNERS#L1
pom.xmlhttps://github.com/docker-java/docker-java/pull/2145/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
View file https://github.com/docker-java/docker-java/blob/6915ddff75d4a2d2c7c319793905a4c3733921ae/pom.xml
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/docker-java/docker-java/pull/2145/{{ revealButtonHref }}
https://github.com/docker-java/docker-java/pull/2145/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://github.com/docker-java/docker-java/pull/2145/files#diff-9c5fb3d1b7e3b0f54bc5c4182965c4fe1f9023d449017cece3005d3f90e8e4d8
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.