René's URL Explorer Experiment


Title: Bump mockito-core from 4.4.0 to 4.8.0 by dependabot[bot] · Pull Request #150 · sullis/java · GitHub

Open Graph Title: Bump mockito-core from 4.4.0 to 4.8.0 by dependabot[bot] · Pull Request #150 · sullis/java

X Title: Bump mockito-core from 4.4.0 to 4.8.0 by dependabot[bot] · Pull Request #150 · sullis/java

Description: Bumps mockito-core from 4.4.0 to 4.8.0. Release notes Sourced from mockito-core's releases. v4.8.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.8.0 2022-09-07 - 10 commit(s) by Alex, James Baker, Johannes Spangenberg, Kurt Alfred Kluever, Rafael Winterhalter, Thibault Helsmoortel, dependabot[bot] GitHub Workflows security hardening [(#2744)](mockito/mockito#2744) Assign GlobalConfiguration initializer to unused variable [(#2742)](mockito/mockito#2742) Bump com.diffplug.spotless from 6.9.1 to 6.10.0 [(#2738)](mockito/mockito#2738) Drop varargs collector before invoking a user method. [(#2736)](mockito/mockito#2736) Bump versions.bytebuddy from 1.12.13 to 1.12.14 [(#2734)](mockito/mockito#2734) Remove useless thrown exception from constructor [(#2732)](mockito/mockito#2732) TypeSafeMatching no longer iterates over class methods inefficiently [(#2729)](mockito/mockito#2729) Fixes #2720: Use StackWalker on Java 9+ to create Locations [(#2723)](mockito/mockito#2723) LocationImpl adds performance overheads due to instantiating a stack trace [(#2720)](mockito/mockito#2720) Fixes #2626 : Introduce MockSettings.mockMaker [(#2701)](mockito/mockito#2701) Introduce option to disable inline-mock-maker for a specific instance [(#2626)](mockito/mockito#2626) v4.7.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.7.0 2022-08-13 - 33 commit(s) by 198812345678, Andy Coates, Chen Ni, Marius Lichtblau, Nikita Koselev. Developer Advocate, Open Source Ally, Rafael Winterhalter, dependabot[bot], dstango, fishautumn, heqiang Bump com.diffplug.spotless from 6.9.0 to 6.9.1 [(#2725)](mockito/mockito#2725) Bump versions.bytebuddy from 1.12.12 to 1.12.13 [(#2719)](mockito/mockito#2719) Fix Javadoc for Mockito. [(#2718)](mockito/mockito#2718) Bump com.diffplug.spotless from 6.8.0 to 6.9.0 [(#2717)](mockito/mockito#2717) Fix a typo in comment of InternalRunner.java [(#2715)](mockito/mockito#2715) Bump junit-platform-launcher from 1.8.2 to 1.9.0 [(#2713)](mockito/mockito#2713) Bump versions.junitJupiter from 5.8.2 to 5.9.0 [(#2712)](mockito/mockito#2712) Bump groovy from 3.0.11 to 3.0.12 [(#2711)](mockito/mockito#2711) Bump shipkit-auto-version from 1.2.0 to 1.2.1 [(#2709)](mockito/mockito#2709) Bump kotlinVersion from 1.7.0 to 1.7.10 [(#2705)](mockito/mockito#2705) Bump com.diffplug.spotless from 6.7.2 to 6.8.0 [(#2699)](mockito/mockito#2699) Bump versions.bytebuddy from 1.12.11 to 1.12.12 [(#2695)](mockito/mockito#2695) Makes error message less misleading and points to github for help. Issue #2692 [(#2693)](mockito/mockito#2693) Misleading error message when mocking and a class (of a parameter) is not found [(#2692)](mockito/mockito#2692) Bump kotlinx-coroutines-core from 1.6.1-native-mt to 1.6.3-native-mt [(#2691)](mockito/mockito#2691) Bump versions.bytebuddy from 1.12.10 to 1.12.11 [(#2690)](mockito/mockito#2690) Fixes #2679 : Update Javadoc [(#2689)](mockito/mockito#2689) Bump org.eclipse.osgi from 3.17.200 to 3.18.0 [(#2688)](mockito/mockito#2688) RETURNS_SELF: Avoids returning mock when mock type is assignable to method return type, but method return type is Object. [(#2687)](mockito/mockito#2687) RETURNS_SELF breaks methods with generic return type [(#2686)](mockito/mockito#2686) Fix #2616 wrong stub for nested static [(#2685)](mockito/mockito#2685) Bump com.diffplug.spotless from 6.7.0 to 6.7.2 [(#2684)](mockito/mockito#2684) Avoids starting mocks "half-way" if a superclass constructor is mocked but an unmocked subclass is initiated. [(#2682)](mockito/mockito#2682) Fix typo [(#2681)](mockito/mockito#2681) Update javadoc of Strictness.STRICT_STUBS [(#2679)](mockito/mockito#2679) Bump kotlinVersion from 1.6.21 to 1.7.0 [(#2677)](mockito/mockito#2677) Bump biz.aQute.bnd.builder from 6.3.0 to 6.3.1 [(#2675)](mockito/mockito#2675) Bump biz.aQute.bnd.gradle from 6.3.0 to 6.3.1 [(#2674)](mockito/mockito#2674) ... (truncated) Commits 3e910ea Fixes #2626 : Introduce MockSettings.mockMaker (#2701) 0753d48 Explicitly add permissions to GitHub actions (#2744) 530558a Assign GlobalConfiguration initializer to unused variable (#2742) 4b8042e Bump com.diffplug.spotless from 6.9.1 to 6.10.0 (#2738) 9b93df7 Merge pull request #2736 from mockito/static-varargs-call 160e3da Drop varargs collector before invoking a user method. e123c2c Bump versions.bytebuddy from 1.12.13 to 1.12.14 (#2734) 2ded10e Remove useless thrown exception from constructor (#2732) 73a861f Fixes #2720: Use StackWalker on Java 9+ to create Locations (#2723) 89698ba Optimize TypeSafeMatching iteration over class methods (#2729) Additional commits viewable in compare view 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)

Open Graph Description: Bumps mockito-core from 4.4.0 to 4.8.0. Release notes Sourced from mockito-core's releases. v4.8.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.8.0 2022-09-07 - 10 commit(s) by A...

X Description: Bumps mockito-core from 4.4.0 to 4.8.0. Release notes Sourced from mockito-core's releases. v4.8.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.8.0 2022-09-07 - 10 commit(s) ...

Opengraph URL: https://github.com/sullis/java/pull/150

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:416432fe-59f1-21e5-447a-8c10f8f4f01a
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-id9846:352A42:CF4886:10F9621:697D3A96
html-safe-nonce129b2a4c99bd40921e307da7b42ac801a2189930c1bffb67100146d166b6b8c7
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5ODQ2OjM1MkE0MjpDRjQ4ODY6MTBGOTYyMTo2OTdEM0E5NiIsInZpc2l0b3JfaWQiOiI2MDUzMjM4NTE0MDMwMjk1NzAyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacb326c621ea3835ef66acd7d43f566a04682982f188efb4ce2e3172bf87f3b2c4
hovercard-subject-tagpull_request:1049416694
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/sullis/java/pull/150/checks
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 4.4.0 to 4.8.0. Release notes Sourced from mockito-core's releases. v4.8.0 Changelog generated by Shipkit Changelog Gradle Plugin 4.8.0 2022-09-07 - 10 commit(s) by A...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None60279d4097367e16897439d16d6bbe4180663db828c666eeed2656988ffe59f6
turbo-cache-controlno-preview
go-importgithub.com/sullis/java git https://github.com/sullis/java.git
octolytics-dimension-user_id30938
octolytics-dimension-user_loginsullis
octolytics-dimension-repository_id205080040
octolytics-dimension-repository_nwosullis/java
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forktrue
octolytics-dimension-repository_parent_id90675730
octolytics-dimension-repository_parent_nwokubernetes-client/java
octolytics-dimension-repository_network_root_id90675730
octolytics-dimension-repository_network_root_nwokubernetes-client/java
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasec2b1f969137add620c89ee43eff21bca11243467
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/sullis/java/pull/150/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsullis%2Fjava%2Fpull%2F150%2Fchecks
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://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fsullis%2Fjava%2Fpull%2F150%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=sullis%2Fjava
Reloadhttps://patch-diff.githubusercontent.com/sullis/java/pull/150/checks
Reloadhttps://patch-diff.githubusercontent.com/sullis/java/pull/150/checks
Reloadhttps://patch-diff.githubusercontent.com/sullis/java/pull/150/checks
sullis https://patch-diff.githubusercontent.com/sullis
javahttps://patch-diff.githubusercontent.com/sullis/java
kubernetes-client/javahttps://patch-diff.githubusercontent.com/kubernetes-client/java
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fsullis%2Fjava
Fork 1 https://patch-diff.githubusercontent.com/login?return_to=%2Fsullis%2Fjava
Star 0 https://patch-diff.githubusercontent.com/login?return_to=%2Fsullis%2Fjava
Code https://patch-diff.githubusercontent.com/sullis/java
Pull requests 8 https://patch-diff.githubusercontent.com/sullis/java/pulls
Actions https://patch-diff.githubusercontent.com/sullis/java/actions
Projects 0 https://patch-diff.githubusercontent.com/sullis/java/projects
Security 0 https://patch-diff.githubusercontent.com/sullis/java/security
Insights https://patch-diff.githubusercontent.com/sullis/java/pulse
Code https://patch-diff.githubusercontent.com/sullis/java
Pull requests https://patch-diff.githubusercontent.com/sullis/java/pulls
Actions https://patch-diff.githubusercontent.com/sullis/java/actions
Projects https://patch-diff.githubusercontent.com/sullis/java/projects
Security https://patch-diff.githubusercontent.com/sullis/java/security
Insights https://patch-diff.githubusercontent.com/sullis/java/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fsullis%2Fjava%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fsullis%2Fjava%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/sullis/java/tree/master
dependabot/maven/org.mockito-mockito-core-4.8.0https://patch-diff.githubusercontent.com/sullis/java/tree/dependabot/maven/org.mockito-mockito-core-4.8.0
Conversation 1 https://patch-diff.githubusercontent.com/sullis/java/pull/150
Commits 1 https://patch-diff.githubusercontent.com/sullis/java/pull/150/commits
Checks 0 https://patch-diff.githubusercontent.com/sullis/java/pull/150/checks
Files changed https://patch-diff.githubusercontent.com/sullis/java/pull/150/files
Please reload this pagehttps://patch-diff.githubusercontent.com/sullis/java/pull/150/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/sullis/java/pull/150/checks
Bump mockito-core from 4.4.0 to 4.8.0 https://patch-diff.githubusercontent.com/sullis/java/pull/150/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/sullis/java/pull/150/checks
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.