embedded-db-junit
embedded-db-junit copied to clipboard
Bump mockito.version from 5.12.0 to 5.14.1
Bumps mockito.version
from 5.12.0 to 5.14.1.
Updates org.mockito:mockito-core
from 5.12.0 to 5.14.1
Release notes
Sourced from org.mockito:mockito-core's releases.
v5.14.1
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.1
- 2024-09-30 - 2 commit(s) by Brice Dutheil, dependabot[bot]
- fix: gradle mockitoAgent configuration should not be transitive [(#3454)](mockito/mockito#3454)
- Bump bytebuddy from 1.15.2 to 1.15.3 [(#3452)](mockito/mockito#3452)
- Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. [(#3437)](mockito/mockito#3437)
v5.14.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.0
- 2024-09-27 - 9 commit(s) by Ali-Hassan, Brice Dutheil, David Saff, Rafael Winterhalter, dependabot[bot]
- Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 [(#3451)](mockito/mockito#3451)
- Bump bytebuddy from 1.15.1 to 1.15.2 [(#3450)](mockito/mockito#3450)
- Update Documentation of ArgumentCaptor.java [(#3448)](mockito/mockito#3448)
- Split subprojects [(#3447)](mockito/mockito#3447)
- Separate extensions from integration tests [(#3443)](mockito/mockito#3443)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 [(#3440)](mockito/mockito#3440)
- Bump com.gradle.enterprise from 3.18 to 3.18.1 [(#3439)](mockito/mockito#3439)
- Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. [(#3437)](mockito/mockito#3437)
- Bump bytebuddy from 1.15.0 to 1.15.1 [(#3434)](mockito/mockito#3434)
- Fixes #3419: Disable mocks with an error message [(#3424)](mockito/mockito#3424)
- Accessing a mock after clearInlineMocks could provide much more useful error message. [(#3419)](mockito/mockito#3419)
v5.13.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.13.0
- 2024-08-27 - 43 commit(s) by Breno A, Caleb Cushing, Jinwoo, Kurt Alfred Kluever, Stefano Cordio, Thach Le, dependabot[bot]
- Bump versions.bytebuddy from 1.14.19 to 1.15.0 [(#3429)](mockito/mockito#3429)
- Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.10 to 2.0.20 [(#3427)](mockito/mockito#3427)
- Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.11.0 [(#3425)](mockito/mockito#3425)
- Bump com.gradle.enterprise from 3.17.6 to 3.18 [(#3423)](mockito/mockito#3423)
- Fix a typo in InjectMocks [(#3422)](mockito/mockito#3422)
- Bump versions.bytebuddy from 1.14.18 to 1.14.19 [(#3417)](mockito/mockito#3417)
- Bump androidx.test:runner from 1.6.1 to 1.6.2 [(#3415)](mockito/mockito#3415)
- Bump versions.junitJupiter from 5.10.3 to 5.11.0 [(#3413)](mockito/mockito#3413)
- Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.0 to 2.0.10 [(#3409)](mockito/mockito#3409)
- Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 [(#3408)](mockito/mockito#3408)
- Bump com.google.googlejavaformat:google-java-format from 1.22.0 to 1.23.0 [(#3407)](mockito/mockito#3407)
- Bump org.shipkit:shipkit-auto-version from 2.0.9 to 2.0.10 [(#3405)](mockito/mockito#3405)
- Bump com.gradle.enterprise from 3.17.5 to 3.17.6 [(#3404)](mockito/mockito#3404)
- Bump gradle/wrapper-validation-action from 3.4.2 to 3.5.0 [(#3401)](mockito/mockito#3401)
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 [(#3398)](mockito/mockito#3398)
- Bump versions.bytebuddy from 1.14.17 to 1.14.18 [(#3397)](mockito/mockito#3397)
- ci: add .m2 dependencies cache [(#3396)](mockito/mockito#3396)
- Bump org.codehaus.groovy:groovy from 3.0.21 to 3.0.22 [(#3394)](mockito/mockito#3394)
- Bump androidx.test:runner from 1.6.0 to 1.6.1 [(#3393)](mockito/mockito#3393)
... (truncated)
Commits
39a0c75
fix: gradle mockitoAgent configuration should not be transitive (#3454)e928059
Bump bytebuddy from 1.15.2 to 1.15.3 (#3452)8a0e586
Disable mocks with an error message (#3424)d28b012
Fix typo in Javadoc of ArgumentCaptor (#3448)a2fc9c6
Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#3451)c3fcc6e
Split subprojects by deliverable and integration tests (#3447)f5858c2
Bump bytebuddy from 1.15.1 to 1.15.2 (#3450)1e337ed
Allow for installing a Java agent within the Mockito jar, without exposing By...a1d5860
Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#3440)0438593
Bump com.gradle.enterprise from 3.18 to 3.18.1 (#3439)- Additional commits viewable in compare view
Updates org.mockito:mockito-junit-jupiter
from 5.12.0 to 5.14.1
Release notes
Sourced from org.mockito:mockito-junit-jupiter's releases.
v5.14.1
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.1
- 2024-09-30 - 2 commit(s) by Brice Dutheil, dependabot[bot]
- fix: gradle mockitoAgent configuration should not be transitive [(#3454)](mockito/mockito#3454)
- Bump bytebuddy from 1.15.2 to 1.15.3 [(#3452)](mockito/mockito#3452)
- Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. [(#3437)](mockito/mockito#3437)
v5.14.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.14.0
- 2024-09-27 - 9 commit(s) by Ali-Hassan, Brice Dutheil, David Saff, Rafael Winterhalter, dependabot[bot]
- Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 [(#3451)](mockito/mockito#3451)
- Bump bytebuddy from 1.15.1 to 1.15.2 [(#3450)](mockito/mockito#3450)
- Update Documentation of ArgumentCaptor.java [(#3448)](mockito/mockito#3448)
- Split subprojects [(#3447)](mockito/mockito#3447)
- Separate extensions from integration tests [(#3443)](mockito/mockito#3443)
- Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 [(#3440)](mockito/mockito#3440)
- Bump com.gradle.enterprise from 3.18 to 3.18.1 [(#3439)](mockito/mockito#3439)
- Allow for installing a Java agent within the Mockito jar, without exposing Byte Buddy's attach mechanism. [(#3437)](mockito/mockito#3437)
- Bump bytebuddy from 1.15.0 to 1.15.1 [(#3434)](mockito/mockito#3434)
- Fixes #3419: Disable mocks with an error message [(#3424)](mockito/mockito#3424)
- Accessing a mock after clearInlineMocks could provide much more useful error message. [(#3419)](mockito/mockito#3419)
v5.13.0
Changelog generated by Shipkit Changelog Gradle Plugin
5.13.0
- 2024-08-27 - 43 commit(s) by Breno A, Caleb Cushing, Jinwoo, Kurt Alfred Kluever, Stefano Cordio, Thach Le, dependabot[bot]
- Bump versions.bytebuddy from 1.14.19 to 1.15.0 [(#3429)](mockito/mockito#3429)
- Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.10 to 2.0.20 [(#3427)](mockito/mockito#3427)
- Bump org.junit.platform:junit-platform-launcher from 1.10.3 to 1.11.0 [(#3425)](mockito/mockito#3425)
- Bump com.gradle.enterprise from 3.17.6 to 3.18 [(#3423)](mockito/mockito#3423)
- Fix a typo in InjectMocks [(#3422)](mockito/mockito#3422)
- Bump versions.bytebuddy from 1.14.18 to 1.14.19 [(#3417)](mockito/mockito#3417)
- Bump androidx.test:runner from 1.6.1 to 1.6.2 [(#3415)](mockito/mockito#3415)
- Bump versions.junitJupiter from 5.10.3 to 5.11.0 [(#3413)](mockito/mockito#3413)
- Bump org.jetbrains.kotlin:kotlin-stdlib from 2.0.0 to 2.0.10 [(#3409)](mockito/mockito#3409)
- Bump org.hamcrest:hamcrest-core from 2.2 to 3.0 [(#3408)](mockito/mockito#3408)
- Bump com.google.googlejavaformat:google-java-format from 1.22.0 to 1.23.0 [(#3407)](mockito/mockito#3407)
- Bump org.shipkit:shipkit-auto-version from 2.0.9 to 2.0.10 [(#3405)](mockito/mockito#3405)
- Bump com.gradle.enterprise from 3.17.5 to 3.17.6 [(#3404)](mockito/mockito#3404)
- Bump gradle/wrapper-validation-action from 3.4.2 to 3.5.0 [(#3401)](mockito/mockito#3401)
- Bump org.assertj:assertj-core from 3.26.0 to 3.26.3 [(#3398)](mockito/mockito#3398)
- Bump versions.bytebuddy from 1.14.17 to 1.14.18 [(#3397)](mockito/mockito#3397)
- ci: add .m2 dependencies cache [(#3396)](mockito/mockito#3396)
- Bump org.codehaus.groovy:groovy from 3.0.21 to 3.0.22 [(#3394)](mockito/mockito#3394)
- Bump androidx.test:runner from 1.6.0 to 1.6.1 [(#3393)](mockito/mockito#3393)
... (truncated)
Commits
39a0c75
fix: gradle mockitoAgent configuration should not be transitive (#3454)e928059
Bump bytebuddy from 1.15.2 to 1.15.3 (#3452)8a0e586
Disable mocks with an error message (#3424)d28b012
Fix typo in Javadoc of ArgumentCaptor (#3448)a2fc9c6
Bump org.junit.platform:junit-platform-launcher from 1.11.0 to 1.11.1 (#3451)c3fcc6e
Split subprojects by deliverable and integration tests (#3447)f5858c2
Bump bytebuddy from 1.15.1 to 1.15.2 (#3450)1e337ed
Allow for installing a Java agent within the Mockito jar, without exposing By...a1d5860
Bump org.eclipse.platform:org.eclipse.osgi from 3.20.0 to 3.21.0 (#3440)0438593
Bump com.gradle.enterprise from 3.18 to 3.18.1 (#3439)- 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)