Skip to content

Commit

Permalink
Merge pull request #12697 from vassalengine/dependabot-maven-net.byte…
Browse files Browse the repository at this point in the history
…buddy-byte-buddy-1.14.8

Bump net.bytebuddy:byte-buddy from 1.14.7 to 1.14.8
  • Loading branch information
uckelman authored Sep 14, 2023
2 parents 9fefa58 + dff96da commit 129f92d
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 129f92d

Please sign in to comment.