Skip to content

Commit

Permalink
Merge pull request #128 from gocd/dependabot/gradle/org.apache.mina-m…
Browse files Browse the repository at this point in the history
…ina-core-2.0.25

Bump org.apache.mina:mina-core from 2.0.24 to 2.0.25
  • Loading branch information
chadlwilson authored Sep 15, 2023
2 parents 9e280a2 + 04da87d commit 4ed5a52
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 4ed5a52

Please sign in to comment.