Skip to content

Commit

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

Bump org.apache.mina:mina-core from 2.0.25 to 2.0.26
  • Loading branch information
chadlwilson authored Oct 18, 2024
2 parents cb64901 + b20e6e1 commit e1063ec
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 e1063ec

Please sign in to comment.