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

Bump mockito-testng from 0.1.1 to 0.2.0 #209

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 11, 2020

Bumps mockito-testng from 0.1.1 to 0.2.0.

Release notes

Sourced from mockito-testng's releases.

v0.2.0

Changelog generated by Shipkit Changelog Gradle Plugin

0.2.0

v0.1.12

Changelog generated by Shipkit Changelog Gradle Plugin

0.1.12

v0.1.11

Changelog generated by Shipkit Changelog Gradle Plugin

0.1.11

  • 2020-12-09 - 1 commit(s) by Slawomir Jaranowski
  • No notable improvements. No pull requests (issues) were referenced from commits.

v0.1.10

Changelog generated by Shipkit Changelog Gradle Plugin

0.1.10

v0.1.6

Changelog generated by Shipkit Changelog Gradle Plugin

0.1.6

Changelog

Sourced from mockito-testng's changelog.

Release notes were automatically generated by Shipkit

0.1.6

0.1.2

Commits
  • 442aac5 Merge pull request #27 from mockito/fix-10
  • 74c4dbb Possibility to configure strictness level
  • 8ab741f Test for MockedStatic
  • 72cae31 Test for InjectMocks
  • c725b9b Merge pull request #23 from mockito/fix-7
  • d6c0a9d misspell in developer name
  • 67c6d6b Start new MockitoSession for each test methods
  • b5bc7ed allow override already published artifacts
  • 7ec9a6d Debug during release
  • 3e3ca7d Bump mockito-core from 3.6.0 to 3.6.28 (#25)
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Dec 11, 2020
@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@slawekjaranowski slawekjaranowski added the java Pull requests that update Java code label Dec 11, 2020
@slawekjaranowski slawekjaranowski merged commit dbeecc4 into master Dec 11, 2020
@slawekjaranowski slawekjaranowski deleted the dependabot/maven/org.mockito-mockito-testng-0.2.0 branch December 11, 2020 23:32
pzygielo pushed a commit to pzygielo/pgpverify-maven-plugin that referenced this pull request May 31, 2024
Drops problematic onSessionClose, keeps only onSystemClose support. Issue will be adjusted accordingly.

Key changes:
* undone all related to onSessionClose
* kept onRepositorySystemClose + shutdown
* all 3 users on onSessionClose (locking + 2 "recording" features) will act on shutdown
* moved out of session.data use as it is completely unreliable, now singleton components hold caches (hence the shutdown persistence)
* DefaultSyncContext: fixed as explained, does not use system properties anymore, but is made pretty much same as before apache/maven-resolver#196
* renamed all new components to `camelCase`

----

https://issues.apache.org/jira/browse/MRESOLVER-278
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
Development

Successfully merging this pull request may close these issues.

1 participant