Skip to content

Commit

Permalink
Merge pull request #767 from avaje/dependabot/maven/master/dependenci…
Browse files Browse the repository at this point in the history
…es-7b19f92c31

Bump the dependencies group with 3 updates
  • Loading branch information
github-actions[bot] authored Jan 20, 2025
2 parents 3bee19c + c4b1c2c commit 72bcb2e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion inject-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-client</artifactId>
<version>2.9-RC7</version>
<version>2.9-RC8</version>
<scope>test</scope>
</dependency>

Expand Down
6 changes: 3 additions & 3 deletions inject-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.11</version>
<version>1.16.1</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.15.11</version>
<version>1.16.1</version>
</dependency>

<dependency>
Expand Down Expand Up @@ -84,7 +84,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-client</artifactId>
<version>2.9-RC7</version>
<version>2.9-RC8</version>
<scope>test</scope>
</dependency>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.15.11</version>
<version>1.16.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.15.11</version>
<version>1.16.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 72bcb2e

Please sign in to comment.