Skip to content

Commit d5756f2

Browse files
Bump the dependencies group with 4 updates
Bumps the dependencies group with 4 updates: io.avaje:avaje-http-api, [io.avaje:avaje-http-client](https://github.com/avaje/avaje-http-client), [io.avaje:avaje-jex](https://github.com/avaje/avaje-jex) and [io.avaje:avaje-jsonb](https://github.com/avaje/avaje-jsonb). Updates `io.avaje:avaje-http-api` from 3.2 to 3.3 Updates `io.avaje:avaje-http-client` from 3.2 to 3.3 - [Release notes](https://github.com/avaje/avaje-http-client/releases) - [Commits](https://github.com/avaje/avaje-http-client/commits) Updates `io.avaje:avaje-jex` from 3.1 to 3.2 - [Release notes](https://github.com/avaje/avaje-jex/releases) - [Commits](avaje/avaje-jex@3.1...3.2) Updates `io.avaje:avaje-jsonb` from 3.3 to 3.4 - [Release notes](https://github.com/avaje/avaje-jsonb/releases) - [Commits](avaje/avaje-jsonb@3.3...3.4) --- updated-dependencies: - dependency-name: io.avaje:avaje-http-api dependency-version: '3.3' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-http-client dependency-version: '3.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-jex dependency-version: '3.2' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: io.avaje:avaje-jsonb dependency-version: '3.4' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent eee47ea commit d5756f2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

blackbox-test-inject/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<dependency>
3030
<groupId>io.avaje</groupId>
3131
<artifactId>avaje-jsonb</artifactId>
32-
<version>3.3</version>
32+
<version>3.4</version>
3333
</dependency>
3434

3535
<dependency>

inject-generator/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<dependency>
6767
<groupId>io.avaje</groupId>
6868
<artifactId>avaje-http-api</artifactId>
69-
<version>3.2</version>
69+
<version>3.3</version>
7070
<optional>true</optional>
7171
</dependency>
7272

@@ -81,7 +81,7 @@
8181
<dependency>
8282
<groupId>io.avaje</groupId>
8383
<artifactId>avaje-http-client</artifactId>
84-
<version>3.2</version>
84+
<version>3.3</version>
8585
<scope>test</scope>
8686
</dependency>
8787

inject-test/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -90,28 +90,28 @@
9090
<dependency>
9191
<groupId>io.avaje</groupId>
9292
<artifactId>avaje-http-api</artifactId>
93-
<version>3.2</version>
93+
<version>3.3</version>
9494
<scope>test</scope>
9595
</dependency>
9696

9797
<dependency>
9898
<groupId>io.avaje</groupId>
9999
<artifactId>avaje-http-client</artifactId>
100-
<version>3.2</version>
100+
<version>3.3</version>
101101
<scope>test</scope>
102102
</dependency>
103103

104104
<dependency>
105105
<groupId>io.avaje</groupId>
106106
<artifactId>avaje-jex</artifactId>
107-
<version>3.1</version>
107+
<version>3.2</version>
108108
<scope>test</scope>
109109
</dependency>
110110

111111
<dependency>
112112
<groupId>io.avaje</groupId>
113113
<artifactId>avaje-jsonb</artifactId>
114-
<version>3.3</version>
114+
<version>3.4</version>
115115
<scope>test</scope>
116116
</dependency>
117117

0 commit comments

Comments
 (0)