Skip to content

Commit

Permalink
Update dependency org.jetbrains:annotations to v24.1.0 (#57)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 20, 2023
1 parent 92a033d commit aaa593d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ dependencies {
annotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombookVersion
testImplementation group: 'org.projectlombok', name: 'lombok', version: lombookVersion
testAnnotationProcessor group: 'org.projectlombok', name: 'lombok', version: lombookVersion
implementation 'org.jetbrains:annotations:24.0.1'
implementation 'org.jetbrains:annotations:24.1.0'
testImplementation 'junit:junit:4.13.2'

// Data Mapping
Expand Down

0 comments on commit aaa593d

Please sign in to comment.