Skip to content

chore(deps-dev): bump the dev-deps group across 1 directory with 9 updates#368

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/dev-deps-abd8a89c01
Open

chore(deps-dev): bump the dev-deps group across 1 directory with 9 updates#368
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/maven/dev-deps-abd8a89c01

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Mar 16, 2026

Bumps the dev-deps group with 9 updates in the / directory:

Package From To
io.github.glytching:junit-extensions 2.4.0 2.6.0
org.wiremock:wiremock-standalone 3.13.0 3.13.2
org.apache.maven.plugins:maven-compiler-plugin 3.14.1 3.15.0
org.codehaus.mojo:exec-maven-plugin 3.0.0 3.6.3
org.openapitools:openapi-generator-maven-plugin 6.2.1 7.20.0
io.github.floverfelt:find-and-replace-maven-plugin 1.1.0 1.2.0
org.apache.maven.plugins:maven-surefire-plugin 3.0.0-M7 3.5.5
org.apache.maven.plugins:maven-release-plugin 3.0.0-M7 3.3.1
org.folio:folio-module-descriptor-validator 1.0.0 1.0.1

Updates io.github.glytching:junit-extensions from 2.4.0 to 2.6.0

Release notes

Sourced from io.github.glytching:junit-extensions's releases.

2.6.0

All injection of random static fields.

2.5.0

Upgraded to random-beans 3.9.0

Commits

Updates org.wiremock:wiremock-standalone from 3.13.0 to 3.13.2

Release notes

Sourced from org.wiremock:wiremock-standalone's releases.

3.13.2

What's Changed

Full Changelog: wiremock/wiremock@3.13.1...3.13.2

3.13.1

📦 Dependency updates

✍ Other changes

Commits
  • 88587aa Use the new Maven Central publish mechanism
  • 31c2745 Merge pull request #3225 from wiremock/3.x-remove-standalone-only
  • fe27d5e Merge pull request #3227 from wiremock/fix-ui
  • 33f95c0 Remove unnecessary file
  • 2b6c07b Merge pull request #3224 from wiremock/upgrade-ui
  • 27feb5b Remove standaloneOnly
  • 581c243 Bump ui versions
  • 084d434 Bump version to 3.13.2 in prep for release
  • 9e4ce88 Bump version to 3.13.2 in prep for release
  • 2b296d6 Merge pull request #3222 from wiremock/3.x-versions
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-compiler-plugin from 3.14.1 to 3.15.0

Release notes

Sourced from org.apache.maven.plugins:maven-compiler-plugin's releases.

3.15.0

🐛 Bug Fixes

👻 Maintenance

📦 Dependency updates

Commits
  • 9290cb3 [maven-release-plugin] prepare release maven-compiler-plugin-3.15.0
  • 3657d40 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness
  • 7bbf805 Bump plexusCompilerVersion from 2.16.1 to 2.16.2
  • 57fa938 Bump org.apache.maven.plugins:maven-plugins from 46 to 47
  • 385e3f2 Fix Java 25 compatibility during integration tests (#1020)
  • 6b34423 Bump org.apache.maven.plugins:maven-plugins from 45 to 46
  • aaeb9c6 [MCOMPILER-540] useIncrementalCompilation=false may add generated sources to ...
  • 6e3db9d Bump org.codehaus.plexus:plexus-java from 1.5.1 to 1.5.2
  • 0fe9b84 Remove declaration of "plexus-snapshots" repository (#1010)
  • 35f6800 Bump org.ow2.asm:asm from 9.9 to 9.9.1
  • Additional commits viewable in compare view

Updates org.codehaus.mojo:exec-maven-plugin from 3.0.0 to 3.6.3

Release notes

Sourced from org.codehaus.mojo:exec-maven-plugin's releases.

3.6.3

📝 Documentation updates

👻 Maintenance

📦 Dependency updates

3.6.2

🚀 New features and improvements

📦 Dependency updates

3.6.1

🐛 Bug Fixes

📦 Dependency updates

3.6.0

🚀 New features and improvements

🐛 Bug Fixes

... (truncated)

Commits
  • fe1fa8c [maven-release-plugin] prepare release 3.6.3
  • 5b3feca Bump asm.version from 9.9 to 9.9.1
  • efc7faa Bump org.apache.commons:commons-exec from 1.5.0 to 1.6.0
  • cdaf267 JUnit 5 best practices (#505)
  • f3f5997 Move ExecJavaMojoTest, ExecMojoTest to JUnit 5
  • 03b87b5 Document thread group isolation limitation in java goal (#503)
  • 7a66c3e Add support for JEP 512 for for package-private static main methods with and ...
  • a6d01ef Move to JUnit 5
  • 88d5961 [maven-release-plugin] prepare for next development iteration
  • 416fdf1 [maven-release-plugin] prepare release 3.6.2
  • Additional commits viewable in compare view

Updates org.openapitools:openapi-generator-maven-plugin from 6.2.1 to 7.20.0

Updates io.github.floverfelt:find-and-replace-maven-plugin from 1.1.0 to 1.2.0

Release notes

Sourced from io.github.floverfelt:find-and-replace-maven-plugin's releases.

1.2.0

What's Changed

New Contributors

Full Changelog: floverfelt/find-and-replace-maven-plugin@1.1...1.2.0

Commits
  • 2b9af38 Release v1.2.0.
  • 731a46b Merge pull request #11 from floverfelt/build-fixes
  • 810a332 Remove StringUtils reference.
  • bfb40a1 Add a better error message on ProcessFilesTask when the baseDir does not exist.
  • 82d3232 Remove configuration from maven-compiler-plugin, use maven properties.
  • 290ce33 Advance version to 1.2.0-SNAPSHOT, standardize maven plugin versions, switch ...
  • 9bb4fac Merge pull request #9 from gsdefender/main
  • f8544ab Add junit tests to verify that only the first match of (filename, directory n...
  • 7e660a0 Add replaceAll boolean flag for single / multiple replacements and related lo...
  • b06b169 add support for single replace in file
  • See full diff in compare view

Updates org.apache.maven.plugins:maven-surefire-plugin from 3.0.0-M7 to 3.5.5

Release notes

Sourced from org.apache.maven.plugins:maven-surefire-plugin's releases.

3.5.5

🚀 New features and improvements

🐛 Bug Fixes

  • Use PowerShell instead of WMIC for detecting zombie process on Windows (#3258) @​jbliznak. Please note if you are using Windows with Java 8 and not PowerShell (you have options to: use Java 9+, install PowerShell or stay on Surefire 3.5.4)
  • Properly work with test failures caused during beforeAll phase (#3194) @​Frawless

📝 Documentation updates

  • Clarify how late placeholder replacement (@{...}) deals with (#3208) @​kwin

👻 Maintenance

🔧 Build

📦 Dependency updates

... (truncated)

Commits
  • 968cb38 [maven-release-plugin] prepare release surefire-3.5.5
  • 8e7dc41 Reapply "Replace runing external process and parsing output with simple Proce...
  • 4ced57c Revert "Replace runing external process and parsing output with simple Proces…"
  • 8496d9a Bump org.xmlunit:xmlunit-core from 2.10.4 to 2.11.0 (#3209)
  • 68265e5 Bump org.apache.maven.plugin-testing:maven-plugin-testing-harness (#3260)
  • 0b19014 Replace runing external process and parsing output with simple ProcessHandle ...
  • 688f8c4 Use PowerShell instead of WMIC for detecting zombie process on Windows (#3258)
  • e5c01a6 Build only by the latest Maven on Jenkins (#3255)
  • 9c99e97 Fix Jenkin badges in README (#3254)
  • 20930ea Bump parent from 44 to 47 (#3253)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-release-plugin from 3.0.0-M7 to 3.3.1

Release notes

Sourced from org.apache.maven.plugins:maven-release-plugin's releases.

3.3.1

💥 Breaking changes

🐛 Bug Fixes

📦 Dependency updates

3.3.0

💥 Breaking changes

  • Include "[ci skip]" by default in scmReleaseCommitComment (#1423) @​kwin

🚀 New features and improvements

🐛 Bug Fixes

👻 Maintenance

... (truncated)

Commits
  • 7e8ebac [maven-release-plugin] prepare release maven-release-3.3.1
  • f0f28e5 Revert inclusion of ci skip in release commit msg
  • 2a82901 Bump org.codehaus.plexus:plexus-testing from 2.0.1 to 2.0.2 (#1444)
  • c8613d2 [maven-release-plugin] prepare for next development iteration
  • 2b8adaa [maven-release-plugin] prepare release maven-release-3.3.0
  • 88630f9 Fixed #1426 : Replace archived org.semver:api with custom SemVer implemen...
  • 7af8ace Fix license header in xml files
  • 8914b84 Make implementation of new SemVer policies private for project
  • 7e861f0 Resolve todo that led to pointless asserts (#1442)
  • 422f895 Prefer JDK join method (#1434)
  • Additional commits viewable in compare view

Updates org.folio:folio-module-descriptor-validator from 1.0.0 to 1.0.1

Release notes

Sourced from org.folio:folio-module-descriptor-validator's releases.

v1.0.1

  • Doc: <plugin> snippets for pom.xml have wrong indentation (MVNMDVAL-3)
  • Doc: Explain <pluginRepository> to fix "Failure to find folio-module-descriptor-validator" (MVNMDVAL-5)
  • Doc: Add issue tracker link to README (MVNMDVAL-4)
  • Remove duplicate errors. Pretty-print md-validator.sh output. (#16)
  • Doc: Example pom.xml. Example shell usage. (#17)
  • Fix broken moduleDescriptorFile parameter (MVNMDVAL-6)
  • Doc: Provide complete minimal pom.xml for non-maven modules (#22)
  • Show path in error msg when descriptor file is not found (MVNMDVAL-7)
  • Add success report when no issue was found (MVNMDVAL-2)
  • Allow two foreign module permissions for mod-pubsub circular dependency (MVNMDVAL-8)
Changelog

Sourced from org.folio:folio-module-descriptor-validator's changelog.

Version v1.0.1 (05.11.2024)

  • Doc: <plugin> snippets for pom.xml have wrong indentation (MVNMDVAL-3)
  • Doc: Explain <pluginRepository> to fix "Failure to find folio-module-descriptor-validator" (MVNMDVAL-5)
  • Doc: Add issue tracker link to README (MVNMDVAL-4)
  • Remove duplicate errors. Pretty-print md-validator.sh output. (#16)
  • Doc: Example pom.xml. Example shell usage. (#17)
  • Fix broken moduleDescriptorFile parameter (MVNMDVAL-6)
  • Doc: Provide complete minimal pom.xml for non-maven modules (#22)
  • Show path in error msg when descriptor file is not found (MVNMDVAL-7)
  • Add success report when no issue was found (MVNMDVAL-2)
  • Allow two foreign module permissions for mod-pubsub circular dependency (MVNMDVAL-8)
Commits
  • 9fa6bf5 [maven-release-plugin] prepare release v1.0.1
  • 881e228 NEWS for 1.0.1
  • be8f266 MVNMDVAL-8: Add owner exception for mod-pubsub circular dependency (#30)
  • 007f5eb MVNMDVAL-2: Add report when no issue was found (#26)
  • b5849b2 MVNMDVAL-7: Show path in error msg when descriptor file is not found (#25)
  • c26b66b Provide complete minimal pom.xml for non-maven modules (#22)
  • 66f2928 MVNMDVAL-6 Rename variable / fix typo (#23)
  • 304425b improve README.md (#17)
  • fa5b4b5 fix error duplicates and adjust script to save report in the file (#16)
  • 35bae7e MVNMDVAL-4: Add issue tracker link to README (#14)
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dev-deps group with 9 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [io.github.glytching:junit-extensions](https://github.com/glytching/junit-extensions) | `2.4.0` | `2.6.0` |
| [org.wiremock:wiremock-standalone](https://github.com/wiremock/wiremock) | `3.13.0` | `3.13.2` |
| [org.apache.maven.plugins:maven-compiler-plugin](https://github.com/apache/maven-compiler-plugin) | `3.14.1` | `3.15.0` |
| [org.codehaus.mojo:exec-maven-plugin](https://github.com/mojohaus/exec-maven-plugin) | `3.0.0` | `3.6.3` |
| org.openapitools:openapi-generator-maven-plugin | `6.2.1` | `7.20.0` |
| [io.github.floverfelt:find-and-replace-maven-plugin](https://github.com/floverfelt/find-and-replace-maven-plugin) | `1.1.0` | `1.2.0` |
| [org.apache.maven.plugins:maven-surefire-plugin](https://github.com/apache/maven-surefire) | `3.0.0-M7` | `3.5.5` |
| [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) | `3.0.0-M7` | `3.3.1` |
| [org.folio:folio-module-descriptor-validator](https://github.com/folio-org/folio-module-descriptor-validator) | `1.0.0` | `1.0.1` |



Updates `io.github.glytching:junit-extensions` from 2.4.0 to 2.6.0
- [Release notes](https://github.com/glytching/junit-extensions/releases)
- [Commits](glytching/junit-extensions@v2.4.0...v2.6.0)

Updates `org.wiremock:wiremock-standalone` from 3.13.0 to 3.13.2
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@3.13.0...3.13.2)

Updates `org.apache.maven.plugins:maven-compiler-plugin` from 3.14.1 to 3.15.0
- [Release notes](https://github.com/apache/maven-compiler-plugin/releases)
- [Commits](apache/maven-compiler-plugin@maven-compiler-plugin-3.14.1...maven-compiler-plugin-3.15.0)

Updates `org.codehaus.mojo:exec-maven-plugin` from 3.0.0 to 3.6.3
- [Release notes](https://github.com/mojohaus/exec-maven-plugin/releases)
- [Commits](mojohaus/exec-maven-plugin@exec-maven-plugin-3.0.0...3.6.3)

Updates `org.openapitools:openapi-generator-maven-plugin` from 6.2.1 to 7.20.0

Updates `io.github.floverfelt:find-and-replace-maven-plugin` from 1.1.0 to 1.2.0
- [Release notes](https://github.com/floverfelt/find-and-replace-maven-plugin/releases)
- [Commits](floverfelt/find-and-replace-maven-plugin@1.1...1.2.0)

Updates `org.apache.maven.plugins:maven-surefire-plugin` from 3.0.0-M7 to 3.5.5
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.0.0-M7...surefire-3.5.5)

Updates `org.apache.maven.plugins:maven-release-plugin` from 3.0.0-M7 to 3.3.1
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](apache/maven-release@maven-release-3.0.0-M7...maven-release-3.3.1)

Updates `org.folio:folio-module-descriptor-validator` from 1.0.0 to 1.0.1
- [Release notes](https://github.com/folio-org/folio-module-descriptor-validator/releases)
- [Changelog](https://github.com/folio-org/folio-module-descriptor-validator/blob/master/NEWS.md)
- [Commits](folio-org/folio-module-descriptor-validator@v1.0.0...v1.0.1)

---
updated-dependencies:
- dependency-name: io.github.glytching:junit-extensions
  dependency-version: 2.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: org.wiremock:wiremock-standalone
  dependency-version: 3.13.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  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.codehaus.mojo:exec-maven-plugin
  dependency-version: 3.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dev-deps
- dependency-name: org.openapitools:openapi-generator-maven-plugin
  dependency-version: 7.20.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dev-deps
- dependency-name: io.github.floverfelt:find-and-replace-maven-plugin
  dependency-version: 1.2.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-minor
  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
- dependency-name: org.folio:folio-module-descriptor-validator
  dependency-version: 1.0.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 16, 2026
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants