Skip to content

Commit

Permalink
Bump org.apache.mina:mina-core from 2.0.25 to 2.0.26
Browse files Browse the repository at this point in the history
Bumps [org.apache.mina:mina-core](https://github.com/apache/mina) from 2.0.25 to 2.0.26.
- [Commits](apache/mina@2.0.25...2.0.26)

---
updated-dependencies:
- dependency-name: org.apache.mina:mina-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 18, 2024
1 parent cb64901 commit b20e6e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ dependencies {

implementation group: 'org.apache.directory.api', name: 'api-ldap-client-api', version: '1.0.3'
constraints {
implementation('org.apache.mina:mina-core:2.0.25') {
implementation('org.apache.mina:mina-core:2.0.26') {
because "api-ldap-client-api use an older MINA 2.0 version"
}
}
Expand Down

0 comments on commit b20e6e1

Please sign in to comment.