Skip to content

Commit

Permalink
Merge pull request #97 from arielsrv/dependabot/gradle/net.bytebuddy-…
Browse files Browse the repository at this point in the history
…byte-buddy-1.14.7

Bump net.bytebuddy:byte-buddy from 1.14.6 to 1.14.7
  • Loading branch information
arielsrv authored Aug 28, 2023
2 parents b847c99 + 8a892f0 commit b362c6a
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 @@ -35,7 +35,7 @@ dependencies {
annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor'
annotationProcessor 'org.projectlombok:lombok:1.18.28'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
testImplementation 'net.bytebuddy:byte-buddy:1.14.6'
testImplementation 'net.bytebuddy:byte-buddy:1.14.7'
testImplementation "org.mockito:mockito-core:5.5.0"
}

Expand Down

0 comments on commit b362c6a

Please sign in to comment.