Skip to content

Commit

Permalink
Merge pull request #269 from GetFeedback/dependabot/gradle/net.bytebu…
Browse files Browse the repository at this point in the history
…ddy-byte-buddy-1.12.22

Bump net.bytebuddy:byte-buddy from 1.12.18 to 1.12.22
  • Loading branch information
Stefano Guerrini authored Jan 31, 2023
2 parents 5d9ce05 + 5f5de71 commit cbaede4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kahpp-spring-autoconfigure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ dependencies{
implementation "org.assertj:assertj-core:3.23.1"
implementation "org.mockito:mockito-core:${mockitoVersion}"
implementation "org.mockito:mockito-junit-jupiter:${mockitoVersion}"
implementation("net.bytebuddy:byte-buddy:1.12.18") {
implementation("net.bytebuddy:byte-buddy:1.12.22") {
because "due to https://github.com/mockito/mockito/releases/tag/v4.5.1"
}

Expand Down

0 comments on commit cbaede4

Please sign in to comment.