Skip to content

[12.1.x Root pom] Bump the dev-dependencies group across 1 directory with 8 updates - #15662

Open
dependabot[bot] wants to merge 1 commit into
jetty-12.1.xfrom
dependabot/maven/jetty-12.1.x/dev-dependencies-5385012e96
Open

[12.1.x Root pom] Bump the dev-dependencies group across 1 directory with 8 updates#15662
dependabot[bot] wants to merge 1 commit into
jetty-12.1.xfrom
dependabot/maven/jetty-12.1.x/dev-dependencies-5385012e96

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 25, 2026

Copy link
Copy Markdown
Contributor

Bumps the dev-dependencies group with 8 updates in the / directory:

Package From To
com.github.luben:zstd-jni 1.5.7-11 1.5.7-15
org.apache.directory.api:api-asn1-api 2.1.7 2.1.8
org.apache.directory.api:api-ldap-model 2.1.7 2.1.8
org.apache.directory.api:api-ldap-schema-data 2.1.7 2.1.8
org.apache.directory.api:api-util 2.1.7 2.1.8
com.google.jimfs:jimfs 1.3.1 1.3.2
com.google.protobuf:protobuf-java 4.35.1 4.36.0
eu.maveniverse.maven.mimir:extension3 0.12.0 0.12.1

Updates com.github.luben:zstd-jni from 1.5.7-11 to 1.5.7-15

Commits
  • 212ec90 v1.5.7-15
  • f5a61ec Simplify (and hopefully fix an error) in loading the native lib
  • 3216860 Re-arange operations instead of widening to 64bits
  • 2ba10c0 Fix int overflow
  • 0d64de4 Add more checks and revert the AutoCloseBase.close() behaviour
  • efccbb7 v1.5.7-14
  • d7a1c99 More guards
  • dd08685 More guards
  • 2723368 ZstdDirectBufferCompressingStream: fix dict lifecycle
  • f38f9a1 More guards for non-null and closed streams
  • Additional commits viewable in compare view

Updates org.apache.directory.api:api-asn1-api from 2.1.7 to 2.1.8

Updates org.apache.directory.api:api-ldap-model from 2.1.7 to 2.1.8

Updates org.apache.directory.api:api-ldap-schema-data from 2.1.7 to 2.1.8

Updates org.apache.directory.api:api-util from 2.1.7 to 2.1.8

Release notes

Sourced from org.apache.directory.api:api-util's releases.

2.1.8

What's Changed

... (truncated)

Commits
  • e73a778 [maven-release-plugin] prepare release 2.1.8
  • dbf5eeb Fixed some javadoc errors
  • 62a82d3 [maven-release-plugin] rollback the release of 2.1.8
  • 4042005 [maven-release-plugin] prepare for next development iteration
  • 5cc7ab8 [maven-release-plugin] prepare release 2.1.8
  • ae354ec Added the AL 2.0 header
  • 61b0206 [maven-release-plugin] rollback the release of 2.1.8
  • 319efd4 [maven-release-plugin] prepare for next development iteration
  • 1ff2a2c [maven-release-plugin] prepare release 2.1.8
  • 75aa7dc Bumped up parent pom to 51
  • Additional commits viewable in compare view

Updates org.apache.directory.api:api-ldap-model from 2.1.7 to 2.1.8

Updates org.apache.directory.api:api-ldap-schema-data from 2.1.7 to 2.1.8

Updates org.apache.directory.api:api-util from 2.1.7 to 2.1.8

Release notes

Sourced from org.apache.directory.api:api-util's releases.

2.1.8

What's Changed

... (truncated)

Commits
  • e73a778 [maven-release-plugin] prepare release 2.1.8
  • dbf5eeb Fixed some javadoc errors
  • 62a82d3 [maven-release-plugin] rollback the release of 2.1.8
  • 4042005 [maven-release-plugin] prepare for next development iteration
  • 5cc7ab8 [maven-release-plugin] prepare release 2.1.8
  • ae354ec Added the AL 2.0 header
  • 61b0206 [maven-release-plugin] rollback the release of 2.1.8
  • 319efd4 [maven-release-plugin] prepare for next development iteration
  • 1ff2a2c [maven-release-plugin] prepare release 2.1.8
  • 75aa7dc Bumped up parent pom to 51
  • Additional commits viewable in compare view

Updates com.google.jimfs:jimfs from 1.3.1 to 1.3.2

Release notes

Sourced from com.google.jimfs:jimfs's releases.

v1.3.2

  • Fixed Files.move so that ATOMIC_MOVE always enables overwriting of an existing destination file. (3f6e092c)
  • Ensured that SecureDirectoryStream.move works like Files.move with the ATOMIC_MOVE option, as specified, and required that all Path arguments to SecureDirectoryStream methods be from the same FileSystem as the stream itself. (398b0f90)
  • Fixed access from SystemJimfsFileSystemProvider to JimfsFileSystem when they are loaded by different class loaders. (5b756f17)
Commits
  • d10679b Set version number for jimfs-parent to 1.3.2.
  • 145b64d Bump Guava to 33.7.1.
  • 3965760 Throw UnsupportedOperationException for unsupported attribute views
  • 8ccbf27 Bump Guava to 33.7.0.
  • 10121d7 Update links from the legacy search.maven.org to the new central.sonatype.com.
  • 27ad1f9 Enact some security improvements that I'd missed in previous rounds.
  • 4bb21de Delete assertAsynchronousClose, migrating callers to assertClosed.
  • 0dbccb6 Set persist-credentials: false on checkout actions.
  • 6bff2d8 Bump JSpecify to 1.0.1.
  • 6922aea Bump the github-actions group across 1 directory with 2 updates
  • Additional commits viewable in compare view

Updates com.google.protobuf:protobuf-java from 4.35.1 to 4.36.0

Commits

Updates eu.maveniverse.maven.mimir:extension3 from 0.12.0 to 0.12.1

Release notes

Sourced from eu.maveniverse.maven.mimir:extension3's releases.

0.12.1

Updates, no code change.

What's Changed

Full Changelog: maveniverse/mimir@release-0.12.0...release-0.12.1

Commits
  • 1a8d446 [maven-release-plugin] prepare release release-0.12.1 [skip ci]
  • fc87752 Updates
  • 2ff9140 Bump org.bouncycastle:bcprov-jdk18on from 1.84 to 1.85 (#279)
  • 7d10f1c Bump org.junit.jupiter:junit-jupiter-api from 6.1.0 to 6.1.2 (#278)
  • 5759835 Bump eu.maveniverse.maven.plugins:toolbox from 0.15.14 to 0.15.15 (#276)
  • 97a3fd6 Bump org.jgroups:jgroups from 5.5.5.Final to 5.5.6.Final (#275)
  • ca46101 Parent POM 59 (#280)
  • 1c2ba91 Bump io.minio:minio from 9.0.1 to 9.0.3 (#273)
  • be7db30 Bump version.mima from 2.4.45 to 2.4.46 (#272)
  • 8183f5a Bump com.squareup.okhttp3:okhttp-bom from 5.3.2 to 5.4.0 (#270)
  • 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

…with 8 updates

Bumps the dev-dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.github.luben:zstd-jni](https://github.com/luben/zstd-jni) | `1.5.7-11` | `1.5.7-15` |
| org.apache.directory.api:api-asn1-api | `2.1.7` | `2.1.8` |
| org.apache.directory.api:api-ldap-model | `2.1.7` | `2.1.8` |
| org.apache.directory.api:api-ldap-schema-data | `2.1.7` | `2.1.8` |
| [org.apache.directory.api:api-util](https://github.com/apache/directory-ldap-api) | `2.1.7` | `2.1.8` |
| [com.google.jimfs:jimfs](https://github.com/google/jimfs) | `1.3.1` | `1.3.2` |
| [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) | `4.35.1` | `4.36.0` |
| [eu.maveniverse.maven.mimir:extension3](https://github.com/maveniverse/mimir) | `0.12.0` | `0.12.1` |



Updates `com.github.luben:zstd-jni` from 1.5.7-11 to 1.5.7-15
- [Commits](luben/zstd-jni@v1.5.7-11...v1.5.7-15)

Updates `org.apache.directory.api:api-asn1-api` from 2.1.7 to 2.1.8

Updates `org.apache.directory.api:api-ldap-model` from 2.1.7 to 2.1.8

Updates `org.apache.directory.api:api-ldap-schema-data` from 2.1.7 to 2.1.8

Updates `org.apache.directory.api:api-util` from 2.1.7 to 2.1.8
- [Release notes](https://github.com/apache/directory-ldap-api/releases)
- [Commits](apache/directory-ldap-api@2.1.7...2.1.8)

Updates `org.apache.directory.api:api-ldap-model` from 2.1.7 to 2.1.8

Updates `org.apache.directory.api:api-ldap-schema-data` from 2.1.7 to 2.1.8

Updates `org.apache.directory.api:api-util` from 2.1.7 to 2.1.8
- [Release notes](https://github.com/apache/directory-ldap-api/releases)
- [Commits](apache/directory-ldap-api@2.1.7...2.1.8)

Updates `com.google.jimfs:jimfs` from 1.3.1 to 1.3.2
- [Release notes](https://github.com/google/jimfs/releases)
- [Commits](google/jimfs@v1.3.1...v1.3.2)

Updates `com.google.protobuf:protobuf-java` from 4.35.1 to 4.36.0
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Commits](https://github.com/protocolbuffers/protobuf/commits)

Updates `eu.maveniverse.maven.mimir:extension3` from 0.12.0 to 0.12.1
- [Release notes](https://github.com/maveniverse/mimir/releases)
- [Commits](maveniverse/mimir@release-0.12.0...release-0.12.1)

---
updated-dependencies:
- dependency-name: com.github.luben:zstd-jni
  dependency-version: 1.5.7-15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-asn1-api
  dependency-version: 2.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-ldap-model
  dependency-version: 2.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-ldap-schema-data
  dependency-version: 2.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-util
  dependency-version: 2.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-ldap-model
  dependency-version: 2.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-ldap-schema-data
  dependency-version: 2.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: org.apache.directory.api:api-util
  dependency-version: 2.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.google.jimfs:jimfs
  dependency-version: 1.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
- dependency-name: com.google.protobuf:protobuf-java
  dependency-version: 4.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dev-dependencies
- dependency-name: eu.maveniverse.maven.mimir:extension3
  dependency-version: 0.12.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

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 Aug 25, 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