11[versions ]
22# https://mvnrepository.com/artifact/org.slf4j/slf4j-api
3- slf4j = " 1.7.36 "
3+ slf4j = " 2.0.16 "
44# https://mvnrepository.com/artifact/io.projectreactor/reactor-core
5- project-reactor = " 3.4.19"
6- # https://mvnrepository.com/artifact/javax.mail/mail
7- javax-mail = " 1.5.0-b01"
5+ project-reactor = " 3.7.1"
6+ # https://mvnrepository.com/artifact/jakarta.mail/jakarta.mail-api
7+ jakarta-mail = " 2.1.3"
8+ angus-mail = " 2.0.3"
89# https://mvnrepository.com/artifact/org.testcontainers/testcontainers
9- testcontainers = " 1.17.3 "
10+ testcontainers = " 1.20.4 "
1011# https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine
11- junit-jupiter = " 5.8.2 "
12+ junit-jupiter = " 5.11.4 "
1213# https://mvnrepository.com/artifact/org.jetbrains/annotations
13- jetbrains-annotations = " 23 .0.0 "
14+ jetbrains-annotations = " 26 .0.1 "
1415# https://mvnrepository.com/artifact/org.projectlombok/lombok
15- lombok = " 1.18.24 "
16+ lombok = " 1.18.36 "
1617
1718[libraries ]
1819project-reactor-core = { module = " io.projectreactor:reactor-core" , version.ref = " project-reactor" }
@@ -23,8 +24,10 @@ junit-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "jun
2324slf4j-api = { module = " org.slf4j:slf4j-api" , version.ref = " slf4j" }
2425slf4j-simple = { module = " org.slf4j:slf4j-simple" , version.ref = " slf4j" }
2526slf4j-ext = { module = " org.slf4j:slf4j-ext" , version.ref = " slf4j" }
26- javax-mail = { module = " javax.mail:mail" , version.ref = " javax-mail" }
27+ jakarta-mail-api = { module = " jakarta.mail:jakarta.mail-api" , version.ref = " jakarta-mail" }
28+ angus-mail = { module = " org.eclipse.angus:angus-mail" , version.ref = " angus-mail" }
2729testcontainers = { module = " org.testcontainers:testcontainers" , version.ref = " testcontainers" }
2830
2931[bundles ]
30- junit = [" junit-engine" , " junit-api" ]
32+ junit = [" junit-engine" , " junit-api" ]
33+ mail = [" jakarta-mail-api" , " angus-mail" ]
0 commit comments