Skip to content

Commit

Permalink
lombok: bump test dep. from 1.18.34 to 1.18.36
Browse files Browse the repository at this point in the history
  • Loading branch information
biagio committed Nov 24, 2024
1 parent bf4c494 commit 63ccfc7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
11 changes: 8 additions & 3 deletions jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 63ccfc7

Please sign in to comment.