Skip to content

Commit

Permalink
build(deps): bump net.bytebuddy:byte-buddy from 1.14.6 to 1.14.7
Browse files Browse the repository at this point in the history
Bumps [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](raphw/byte-buddy@byte-buddy-1.14.6...byte-buddy-1.14.7)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 31, 2023
1 parent d8b39e9 commit 5a59b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ repositories {
dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-core:5.5.0"
testImplementation 'net.bytebuddy:byte-buddy:1.14.6'
testImplementation 'net.bytebuddy:byte-buddy-agent:1.14.6'
testImplementation 'net.bytebuddy:byte-buddy:1.14.7'
testImplementation 'net.bytebuddy:byte-buddy-agent:1.14.7'

implementation 'org.springframework.boot:spring-boot-starter'
implementation 'org.springframework.data:spring-data-mongodb'
Expand Down

0 comments on commit 5a59b16

Please sign in to comment.