chore(deps-dev): bump the dev-deps group across 1 directory with 7 updates#138
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps-dev): bump the dev-deps group across 1 directory with 7 updates#138dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
9e350c0 to
9ca9c5d
Compare
Bumps the dev-deps group with 7 updates: | Package | From | To | | --- | --- | --- | | [org.mockito:mockito-core](https://github.com/mockito/mockito) | `5.13.0` | `5.23.0` | | [io.rest-assured:rest-assured](https://github.com/rest-assured/rest-assured) | `5.5.0` | `6.0.0` | | [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.13.0` | `3.15.0` | | [org.apache.maven.plugins:maven-resources-plugin](https://github.com/apache/maven-resources-plugin) | `3.3.1` | `3.5.0` | | [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.5.0` | `3.5.5` | | [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) | `3.6.0` | `3.6.2` | | [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.1.1` | `3.3.1` | Updates `org.mockito:mockito-core` from 5.13.0 to 5.23.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.13.0...v5.23.0) Updates `io.rest-assured:rest-assured` from 5.5.0 to 6.0.0 - [Changelog](https://github.com/rest-assured/rest-assured/blob/master/changelog.txt) - [Commits](rest-assured/rest-assured@rest-assured-5.5.0...rest-assured-6.0.0) Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.13.0 to 3.15.0 - [Release notes](https://github.com/apache/maven-compiler-plugin/releases) - [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.13.0...maven-compiler-plugin-3.15.0) Updates `org.apache.maven.plugins:maven-resources-plugin` from 3.3.1 to 3.5.0 - [Release notes](https://github.com/apache/maven-resources-plugin/releases) - [Commits](apache/maven-resources-plugin@maven-resources-plugin-3.3.1...maven-resources-plugin-3.5.0) Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.5.0 to 3.5.5 - [Release notes](https://github.com/apache/maven-surefire/releases) - [Commits](apache/maven-surefire@surefire-3.5.0...surefire-3.5.5) Updates `org.apache.maven.plugins:maven-shade-plugin` from 3.6.0 to 3.6.2 - [Release notes](https://github.com/apache/maven-shade-plugin/releases) - [Commits](apache/maven-shade-plugin@maven-shade-plugin-3.6.0...maven-shade-plugin-3.6.2) Updates `org.apache.maven.plugins:maven-release-plugin` from 3.1.1 to 3.3.1 - [Release notes](https://github.com/apache/maven-release/releases) - [Commits](apache/maven-release@maven-release-3.1.1...maven-release-3.3.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.23.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: io.rest-assured:rest-assured dependency-version: 6.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: dev-deps - dependency-name: org.apache.maven.plugins:maven-compiler-plugin dependency-version: 3.15.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: org.apache.maven.plugins:maven-resources-plugin dependency-version: 3.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: org.apache.maven.plugins:maven-surefire-plugin dependency-version: 3.5.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: org.apache.maven.plugins:maven-shade-plugin dependency-version: 3.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: org.apache.maven.plugins:maven-release-plugin dependency-version: 3.3.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <support@github.com>
9ca9c5d to
a88132b
Compare
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Bumps the dev-deps group with 7 updates in the / directory:
5.13.05.23.05.5.06.0.03.13.03.15.03.3.13.5.03.5.03.5.53.6.03.6.23.1.13.3.1Updates
org.mockito:mockito-corefrom 5.13.0 to 5.23.0Release notes
Sourced from org.mockito:mockito-core's releases.
... (truncated)
Commits
a231205Fix StackOverflowError with AbstractList after using mockSingleton (#3790)f6a91a6Replace mockito-android mock maker implementation with dexmaker-mockito-inlin...aa2298afix: make spotless happya6729d6chore: update BDDMockito with jspecify annotationbb83c92chore: move jspecify as a compile only dependency47a4695chore: add jspecify with minimal change. Fixes #350325f1395Add core API to enable Kotlin singleton mocking (#3762)ef9ee55Avoids mocking private static methods, as well as package-private static meth...d16fcfcBump graalvm/setup-graalvm from 1.4.4 to 1.4.5 (#3780)27eb8a3ClarifyRETURNS_MOCKSbehavior with sealed abstract enums (Java 15+) (#3773)Updates
io.rest-assured:rest-assuredfrom 5.5.0 to 6.0.0Changelog
Sourced from io.rest-assured:rest-assured's changelog.
... (truncated)
Commits
0b3a0d9[maven-release-plugin] prepare release rest-assured-6.0.0bd55281[ci skip] Add exclusions for jackson3-example and spring7-mvc-webapp in pom.xmleb141e2[maven-release-plugin] prepare for next development iteration4c1a241[maven-release-plugin] prepare release rest-assured-6.0.02f11520Using newer version of dokka and using stdlib for kotlin instead of jdk86d9362cAbility to exclude osgi-tests in release24380dbRevert osgi-tests back to JUnit 49c12601Upgraded Kotlin extension module to use Kotlin 2.2.214b1ff78[ci skip] Prepare and perform release in single step931f421[ci skip] Removed explicit javadoc path workaround for JDK 8Updates
org.apache.maven.plugins:maven-compiler-pluginfrom 3.13.0 to 3.15.0Release notes
Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.
... (truncated)
Commits
9290cb3[maven-release-plugin] prepare release maven-compiler-plugin-3.15.03657d40Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness7bbf805Bump plexusCompilerVersion from 2.16.1 to 2.16.257fa938Bump org.apache.maven.plugins:maven-plugins from 46 to 47385e3f2Fix Java 25 compatibility during integration tests (#1020)6b34423Bump org.apache.maven.plugins:maven-plugins from 45 to 46aaeb9c6[MCOMPILER-540] useIncrementalCompilation=false may add generated sources to ...6e3db9dBump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.20fe9b84Remove declaration of "plexus-snapshots" repository (#1010)35f6800Bump org.ow2.asm:asm from 9.9 to 9.9.1Updates
org.apache.maven.plugins:maven-resources-pluginfrom 3.3.1 to 3.5.0Release notes
Sourced from org.apache.maven.plugins:maven-resources-plugin's releases.
... (truncated)
Commits
ce485a0[maven-release-plugin] prepare release maven-resources-plugin-3.5.0bfadfffUse maven-filtering 3.5.0 (staged)3f74ba2Drop commons-io; unusedcaefcdeBug: use change detecton strategies (#462)38534e3Cleanup deps (#463)0814ec7Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#461)e2f9135Bump org.apache.maven.plugins:maven-plugins from 45 to 47 (#459)a050be3Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#457)1825b2aBump mavenVersion from 3.9.11 to 3.9.12 (#452)ad31b55Add IT for #444 issueUpdates
org.apache.maven.plugins:maven-surefire-pluginfrom 3.5.0 to 3.5.5Release notes
Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.
... (truncated)
Commits
968cb38[maven-release-plugin] prepare release surefire-3.5.58e7dc41Reapply "Replace runing external process and parsing output with simple Proce...4ced57cRevert "Replace runing external process and parsing output with simple Proces…"8496d9aBump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (#3209)68265e5Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#3260)0b19014Replace runing external process and parsing output with simple ProcessHandle ...688f8c4Use PowerShell instead of WMIC for detecting zombie process on Windows (#3258)e5c01a6Build only by the latest Maven on Jenkins (#3255)9c99e97Fix Jenkin badges in README (#3254)20930eaBump parent from 44 to 47 (#3253)Updates
org.apache.maven.plugins:maven-shade-pluginfrom 3.6.0 to 3.6.2Release notes
Sourced from org.apache.maven.plugins:maven-shade-plugin's releases.
... (truncated)
Commits
ad8de59[maven-release-plugin] prepare release maven-shade-plugin-3.6.28eb19dcDrop unneeded dependencies (#788)397b2cdDrop excessive dependencies (#786)eca6398Bug: Extra JARs and Artifacts were not subjected to filtering (#785)7edce17Update to parent POM v 47 (#781)3171a34Mockito improvements (#783)678844bBump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#782)73ec909Bump org.codehaus.mojo:mrm-maven-plugin from 1.7.0 to 1.7.1 (#780)5f7a877Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#778)73c5247chore: remove junit3 reference (#762)Updates
org.apache.maven.plugins:maven-release-pluginfrom 3.1.1 to 3.3.1Release notes
Sourced from org.apache.maven.plugins:maven-release-plugin's releases.
... (truncated)
Commits
7e8ebac[maven-release-plugin] prepare release maven-release-3.3.1f0f28e5Revert inclusion of ci skip in release commit msg2a82901Bump org.codehaus.plexus:plexus-testing from 2.0.1 to 2.0.2 (#1444)c8613d2[maven-release-plugin] prepare for next development iteration2b8adaa[maven-release-plugin] prepare release maven-release-3.3.088630f9Fixed #1426 : Replace archivedorg.semver:apiwith customSemVerimplemen...7af8aceFix license header in xml files8914b84Make implementation of new SemVer policies private for project7e861f0Resolve todo that led to pointless asserts (#1442)422f895Prefer JDK join method (#1434)