File tree Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Expand file tree Collapse file tree 2 files changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ dependencies {
52
52
testImplementation ' org.junit.jupiter:junit-jupiter:5.11.3'
53
53
testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
54
54
testImplementation ' org.mockito:mockito-core:5.14.2'
55
- testImplementation ' org.projectlombok:lombok:1.18.34 '
56
- testCompileOnly ' org.projectlombok:lombok:1.18.34 '
57
- testAnnotationProcessor ' org.projectlombok:lombok:1.18.34 '
55
+ testImplementation ' org.projectlombok:lombok:1.18.36 '
56
+ testCompileOnly ' org.projectlombok:lombok:1.18.36 '
57
+ testAnnotationProcessor ' org.projectlombok:lombok:1.18.36 '
58
58
}
59
59
60
60
tasks. withType(JavaCompile ) {
Original file line number Diff line number Diff line change 3
3
description : Utility per l'elaborazione di messaggi di Posta Elettronica Certificata (e messaggi di posta ordinaria)
4
4
longDescription : |
5
5
Utility per l'elaborazione di messaggi di Posta Elettronica Certificata (e messaggi di posta ordinaria)
6
- inceptionYear : ' 2024 '
6
+ inceptionYear : ' 2022 '
7
7
links :
8
8
homepage : https://tozzi.app
9
9
documentation : https://tozzi.app
@@ -13,10 +13,15 @@ project:
13
13
license : APACHE-2.0
14
14
tags :
15
15
- java
16
- - jpa
16
+ - mail
17
+ - email
18
+ - mail-parser
19
+ - pec
20
+ - rfc-6109
21
+ - rfc-2821
22
+ - legal-mail
17
23
java :
18
24
groupId : app.tozzi
19
- artifactId : pec-parser
20
25
version : ' 17'
21
26
22
27
signing :
You can’t perform that action at this time.
0 commit comments