Skip to content

Commit 7b1d370

Browse files
authored
Merge branch 'main' into dependabot/gradle/jakarta.activation-jakarta.activation-api-2.1.4
2 parents 91a0c6e + 2d000cc commit 7b1d370

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ dependencies {
3333

3434
// Java Activation
3535
implementation 'jakarta.activation:jakarta.activation-api:2.1.4'
36-
runtimeOnly 'org.eclipse.angus:angus-activation:2.0.2'
36+
runtimeOnly 'org.eclipse.angus:angus-activation:2.0.3'
3737

3838
// Lombok
39-
compileOnly 'org.projectlombok:lombok:1.18.38'
40-
annotationProcessor 'org.projectlombok:lombok:1.18.38'
39+
compileOnly 'org.projectlombok:lombok:1.18.40'
40+
annotationProcessor 'org.projectlombok:lombok:1.18.40'
4141

4242
// Log
4343
implementation 'org.slf4j:slf4j-api:2.0.17'
@@ -52,9 +52,9 @@ dependencies {
5252
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
5353
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
5454
testImplementation 'org.mockito:mockito-core:5.19.0'
55-
testImplementation 'org.projectlombok:lombok:1.18.38'
56-
testCompileOnly 'org.projectlombok:lombok:1.18.38'
57-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.38'
55+
testImplementation 'org.projectlombok:lombok:1.18.40'
56+
testCompileOnly 'org.projectlombok:lombok:1.18.40'
57+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.40'
5858
}
5959

6060
tasks.withType(JavaCompile) {

0 commit comments

Comments
 (0)