Skip to content

Commit

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

Bump org.apache.mina:mina-core from 2.0.26 to 2.0.27
  • Loading branch information
chadlwilson authored Dec 27, 2024
2 parents 0bc39b7 + f8aa5a8 commit 6437d81
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 @@ -84,7 +84,7 @@ dependencies {
implementation group: 'cd.go.plugin.base', name: 'gocd-plugin-base', version: '0.0.8'
implementation group: 'org.apache.directory.api', name: 'api-ldap-client-api', version: '1.0.3'
constraints {
implementation('org.apache.mina:mina-core:2.0.26') {
implementation('org.apache.mina:mina-core:2.0.27') {
because "api-ldap-client-api use an older MINA 2.0 version"
}
}
Expand Down

0 comments on commit 6437d81

Please sign in to comment.