Skip to content

Commit

Permalink
Bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.8
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.7 to 1.14.8.
- [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.7...byte-buddy-1.14.8)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 14, 2023
1 parent 9fefa58 commit dff96da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vassal-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<main.basedir>${project.basedir}${file.separator}..</main.basedir>
<version.byte-buddy>1.14.7</version.byte-buddy>
<version.byte-buddy>1.14.8</version.byte-buddy>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion vassal-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.7</version>
<version>1.14.8</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit dff96da

Please sign in to comment.