Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/gradle/org.junit.jupiter-junit-…
Browse files Browse the repository at this point in the history
…jupiter-api-5.11.3
  • Loading branch information
stepansergeevitch authored Oct 30, 2024
2 parents e48fd86 + 79710b1 commit e0467d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,10 @@ dependencies {
implementation fileTree(dir: 'libs', includes: ['*.jar'])

compileOnly 'org.slf4j:slf4j-api:2.0.13'
compileOnly 'org.projectlombok:lombok:1.18.32'
annotationProcessor 'org.projectlombok:lombok:1.18.32'
testCompileOnly 'org.projectlombok:lombok:1.18.32'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.32'
compileOnly 'org.projectlombok:lombok:1.18.34'
annotationProcessor 'org.projectlombok:lombok:1.18.34'
testCompileOnly 'org.projectlombok:lombok:1.18.34'
testAnnotationProcessor 'org.projectlombok:lombok:1.18.34'

testImplementation 'ch.qos.logback:logback-classic:1.5.6'
testImplementation 'org.mockito:mockito-junit-jupiter:5.10.0'
Expand Down

0 comments on commit e0467d2

Please sign in to comment.