Skip to content

Commit c4b1c2c

Browse files
Bump the dependencies group with 3 updates
Bumps the dependencies group with 3 updates: [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy), [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) and [io.avaje:avaje-http-client](https://github.com/avaje/avaje-http-client). Updates `net.bytebuddy:byte-buddy` from 1.15.11 to 1.16.1 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.15.11...byte-buddy-1.16.1) Updates `net.bytebuddy:byte-buddy-agent` from 1.15.11 to 1.16.1 - [Release notes](https://github.com/raphw/byte-buddy/releases) - [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md) - [Commits](raphw/byte-buddy@byte-buddy-1.15.11...byte-buddy-1.16.1) Updates `io.avaje:avaje-http-client` from 2.9-RC7 to 2.9-RC8 - [Release notes](https://github.com/avaje/avaje-http-client/releases) - [Commits](https://github.com/avaje/avaje-http-client/commits) --- updated-dependencies: - dependency-name: net.bytebuddy:byte-buddy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: net.bytebuddy:byte-buddy-agent dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-http-client dependency-type: direct:production dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3bee19c commit c4b1c2c

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

inject-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>io.avaje</groupId>
6161
<artifactId>avaje-http-client</artifactId>
62-
<version>2.9-RC7</version>
62+
<version>2.9-RC8</version>
6363
<scope>test</scope>
6464
</dependency>
6565

inject-test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@
4545
<dependency>
4646
<groupId>net.bytebuddy</groupId>
4747
<artifactId>byte-buddy</artifactId>
48-
<version>1.15.11</version>
48+
<version>1.16.1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>net.bytebuddy</groupId>
5252
<artifactId>byte-buddy-agent</artifactId>
53-
<version>1.15.11</version>
53+
<version>1.16.1</version>
5454
</dependency>
5555

5656
<dependency>
@@ -84,7 +84,7 @@
8484
<dependency>
8585
<groupId>io.avaje</groupId>
8686
<artifactId>avaje-http-client</artifactId>
87-
<version>2.9-RC7</version>
87+
<version>2.9-RC8</version>
8888
<scope>test</scope>
8989
</dependency>
9090

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@
6161
<dependency>
6262
<groupId>net.bytebuddy</groupId>
6363
<artifactId>byte-buddy</artifactId>
64-
<version>1.15.11</version>
64+
<version>1.16.1</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>net.bytebuddy</groupId>
6969
<artifactId>byte-buddy-agent</artifactId>
70-
<version>1.15.11</version>
70+
<version>1.16.1</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>

0 commit comments

Comments
 (0)