Skip to content

Commit

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

Bump byte-buddy from 1.14.4 to 1.14.5
  • Loading branch information
uckelman authored Jun 3, 2023
2 parents d53228f + e6be578 commit 84882c1
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.4</version.byte-buddy>
<version.byte-buddy>1.14.5</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 @@ -191,7 +191,7 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.14.4</version>
<version>1.14.5</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 84882c1

Please sign in to comment.