Skip to content

Commit

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

Bump the dependencies group with 3 updates
  • Loading branch information
github-actions[bot] authored Dec 16, 2024
2 parents c036018 + 46b2cdd commit 1d8bf73
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion blackbox-test-inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-jsonb</artifactId>
<version>2.3</version>
<version>2.4</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 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.10</version>
<version>1.15.11</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.15.10</version>
<version>1.15.11</version>
</dependency>

<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.10</version>
<version>1.15.11</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.15.10</version>
<version>1.15.11</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 1d8bf73

Please sign in to comment.