Skip to content

Commit

Permalink
Bump the dependencies group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the dependencies group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [net.bytebuddy:byte-buddy](https://github.com/raphw/byte-buddy) | `1.17.0` | `1.17.1` |
| [net.bytebuddy:byte-buddy-agent](https://github.com/raphw/byte-buddy) | `1.17.0` | `1.17.1` |
| io.avaje:avaje-http-api | `2.8` | `3.0` |
| [io.avaje:avaje-http-client](https://github.com/avaje/avaje-http-client) | `3.0-RC1` | `3.0` |
| [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb) | `2.4` | `3.0` |


Updates `net.bytebuddy:byte-buddy` from 1.17.0 to 1.17.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.17.0...byte-buddy-1.17.1)

Updates `net.bytebuddy:byte-buddy-agent` from 1.17.0 to 1.17.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.17.0...byte-buddy-1.17.1)

Updates `io.avaje:avaje-http-api` from 2.8 to 3.0

Updates `io.avaje:avaje-http-client` from 3.0-RC1 to 3.0
- [Release notes](https://github.com/avaje/avaje-http-client/releases)
- [Commits](https://github.com/avaje/avaje-http-client/commits)

Updates `io.avaje:avaje-jsonb` from 2.4 to 3.0
- [Release notes](https://github.com/avaje/avaje-jsonb/releases)
- [Commits](avaje/avaje-jsonb@2.4...3.0)

---
updated-dependencies:
- dependency-name: net.bytebuddy:byte-buddy
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: net.bytebuddy:byte-buddy-agent
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-http-api
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-http-client
  dependency-type: direct:production
  dependency-group: dependencies
- dependency-name: io.avaje:avaje-jsonb
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2025
1 parent db3d579 commit 11a37f4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 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.4</version>
<version>3.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions inject-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-api</artifactId>
<version>2.8</version>
<version>3.0</version>
<optional>true</optional>
<scope>provided</scope>
</dependency>
Expand All @@ -59,7 +59,7 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-client</artifactId>
<version>3.0-RC1</version>
<version>3.0</version>
<scope>test</scope>
</dependency>

Expand Down
8 changes: 4 additions & 4 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.17.0</version>
<version>1.17.1</version>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
</dependency>

<dependency>
Expand All @@ -77,14 +77,14 @@
<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-api</artifactId>
<version>2.8</version>
<version>3.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>io.avaje</groupId>
<artifactId>avaje-http-client</artifactId>
<version>3.0-RC1</version>
<version>3.0</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.17.0</version>
<version>1.17.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-agent</artifactId>
<version>1.17.0</version>
<version>1.17.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 11a37f4

Please sign in to comment.