Skip to content

Commit 2efc2ec

Browse files
authored
Merge pull request #181 from gocd-contrib/dependabot/gradle/gradle-deps-24083e900f
Bump the gradle-deps group with 3 updates
2 parents 7b8d495 + 37933c8 commit 2efc2ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,18 +62,18 @@ ext {
6262
dependencies {
6363
compileOnly project.deps.gocdPluginApi
6464
implementation 'jakarta.mail:jakarta.mail-api:2.1.3'
65-
implementation 'org.eclipse.angus:smtp:2.0.3'
65+
implementation 'org.eclipse.angus:smtp:2.0.4'
6666
implementation 'com.google.code.gson:gson:2.13.1'
6767

6868
testImplementation project.deps.gocdPluginApi
69-
testImplementation platform('org.junit:junit-bom:5.13.2')
69+
testImplementation platform('org.junit:junit-bom:5.13.4')
7070
testImplementation 'org.junit.jupiter:junit-jupiter-api'
7171
testImplementation 'org.junit.jupiter:junit-jupiter-params'
7272
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
7373
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
7474
testImplementation 'org.hamcrest:hamcrest-core:3.0'
7575
testImplementation 'org.mockito:mockito-core:5.18.0'
76-
testImplementation('com.icegreen:greenmail:2.1.3') {
76+
testImplementation('com.icegreen:greenmail:2.1.4') {
7777
exclude group: 'junit'
7878
}
7979
testImplementation 'org.slf4j:slf4j-simple:2.0.17'

0 commit comments

Comments
 (0)