Skip to content

Commit 63ccfc7

Browse files
author
biagio
committed
lombok: bump test dep. from 1.18.34 to 1.18.36
1 parent bf4c494 commit 63ccfc7

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ dependencies {
5252
testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3'
5353
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5454
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'
5858
}
5959

6060
tasks.withType(JavaCompile) {

jreleaser.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project:
33
description: Utility per l'elaborazione di messaggi di Posta Elettronica Certificata (e messaggi di posta ordinaria)
44
longDescription: |
55
Utility per l'elaborazione di messaggi di Posta Elettronica Certificata (e messaggi di posta ordinaria)
6-
inceptionYear: '2024'
6+
inceptionYear: '2022'
77
links:
88
homepage: https://tozzi.app
99
documentation: https://tozzi.app
@@ -13,10 +13,15 @@ project:
1313
license: APACHE-2.0
1414
tags:
1515
- java
16-
- jpa
16+
- mail
17+
- email
18+
- mail-parser
19+
- pec
20+
- rfc-6109
21+
- rfc-2821
22+
- legal-mail
1723
java:
1824
groupId: app.tozzi
19-
artifactId: pec-parser
2025
version: '17'
2126

2227
signing:

0 commit comments

Comments
 (0)