File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -62,18 +62,18 @@ ext {
62
62
dependencies {
63
63
compileOnly project. deps. gocdPluginApi
64
64
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 '
66
66
implementation ' com.google.code.gson:gson:2.13.1'
67
67
68
68
testImplementation project. deps. gocdPluginApi
69
- testImplementation platform(' org.junit:junit-bom:5.13.2 ' )
69
+ testImplementation platform(' org.junit:junit-bom:5.13.4 ' )
70
70
testImplementation ' org.junit.jupiter:junit-jupiter-api'
71
71
testImplementation ' org.junit.jupiter:junit-jupiter-params'
72
72
testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
73
73
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
74
74
testImplementation ' org.hamcrest:hamcrest-core:3.0'
75
75
testImplementation ' org.mockito:mockito-core:5.18.0'
76
- testImplementation(' com.icegreen:greenmail:2.1.3 ' ) {
76
+ testImplementation(' com.icegreen:greenmail:2.1.4 ' ) {
77
77
exclude group : ' junit'
78
78
}
79
79
testImplementation ' org.slf4j:slf4j-simple:2.0.17'
You can’t perform that action at this time.
0 commit comments