From 63ccfc77509dea5235fbac9794c557a80625d9b4 Mon Sep 17 00:00:00 2001 From: biagio Date: Sun, 24 Nov 2024 17:01:50 +0100 Subject: [PATCH] lombok: bump test dep. from 1.18.34 to 1.18.36 --- build.gradle | 6 +++--- jreleaser.yml | 11 ++++++++--- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/build.gradle b/build.gradle index d41270e..0c3be83 100644 --- a/build.gradle +++ b/build.gradle @@ -52,9 +52,9 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter:5.11.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.mockito:mockito-core:5.14.2' - testImplementation 'org.projectlombok:lombok:1.18.34' - testCompileOnly 'org.projectlombok:lombok:1.18.34' - testAnnotationProcessor 'org.projectlombok:lombok:1.18.34' + testImplementation 'org.projectlombok:lombok:1.18.36' + testCompileOnly 'org.projectlombok:lombok:1.18.36' + testAnnotationProcessor 'org.projectlombok:lombok:1.18.36' } tasks.withType(JavaCompile) { diff --git a/jreleaser.yml b/jreleaser.yml index ed987d1..369059c 100644 --- a/jreleaser.yml +++ b/jreleaser.yml @@ -3,7 +3,7 @@ project: description: Utility per l'elaborazione di messaggi di Posta Elettronica Certificata (e messaggi di posta ordinaria) longDescription: | Utility per l'elaborazione di messaggi di Posta Elettronica Certificata (e messaggi di posta ordinaria) - inceptionYear: '2024' + inceptionYear: '2022' links: homepage: https://tozzi.app documentation: https://tozzi.app @@ -13,10 +13,15 @@ project: license: APACHE-2.0 tags: - java - - jpa + - mail + - email + - mail-parser + - pec + - rfc-6109 + - rfc-2821 + - legal-mail java: groupId: app.tozzi - artifactId: pec-parser version: '17' signing: