Skip to content

Commit

Permalink
Bump org.apache.mina:mina-core from 2.0.24 to 2.0.25
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.24 to 2.0.25.
- [Commits](apache/mina@2.0.24...2.0.25)

---
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 Sep 15, 2023
1 parent 9e280a2 commit 04da87d
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 @@ -75,7 +75,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.24') {
implementation('org.apache.mina:mina-core:2.0.25') {
because "api-ldap-client-api use an older MINA 2.0 version"
}
}
Expand Down

0 comments on commit 04da87d

Please sign in to comment.