Skip to content

Commit

Permalink
Update byte-buddy to 1.14.0 and jsoup to 1.15.4 (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Feb 19, 2023
1 parent 00083fb commit bfd740f
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -177,7 +177,7 @@
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
<version>1.15.3</version>
<version>1.15.4</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -334,13 +334,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.13.0</version>
<version>1.14.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit bfd740f

Please sign in to comment.