Skip to content

Commit 1ee341a

Browse files
Merge pull request #772 from avaje/dependabot/maven/master/dependencies-829fed664d
Bump the dependencies group with 5 updates
2 parents db3d579 + 11a37f4 commit 1ee341a

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
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>2.4</version>
32+
<version>3.0</version>
3333
</dependency>
3434

3535
<dependency>

inject-generator/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<dependency>
4444
<groupId>io.avaje</groupId>
4545
<artifactId>avaje-http-api</artifactId>
46-
<version>2.8</version>
46+
<version>3.0</version>
4747
<optional>true</optional>
4848
<scope>provided</scope>
4949
</dependency>
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>io.avaje</groupId>
6161
<artifactId>avaje-http-client</artifactId>
62-
<version>3.0-RC1</version>
62+
<version>3.0</version>
6363
<scope>test</scope>
6464
</dependency>
6565

inject-test/pom.xml

+4-4
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.17.0</version>
48+
<version>1.17.1</version>
4949
</dependency>
5050
<dependency>
5151
<groupId>net.bytebuddy</groupId>
5252
<artifactId>byte-buddy-agent</artifactId>
53-
<version>1.17.0</version>
53+
<version>1.17.1</version>
5454
</dependency>
5555

5656
<dependency>
@@ -77,14 +77,14 @@
7777
<dependency>
7878
<groupId>io.avaje</groupId>
7979
<artifactId>avaje-http-api</artifactId>
80-
<version>2.8</version>
80+
<version>3.0</version>
8181
<scope>test</scope>
8282
</dependency>
8383

8484
<dependency>
8585
<groupId>io.avaje</groupId>
8686
<artifactId>avaje-http-client</artifactId>
87-
<version>3.0-RC1</version>
87+
<version>3.0</version>
8888
<scope>test</scope>
8989
</dependency>
9090

pom.xml

+2-2
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.17.0</version>
64+
<version>1.17.1</version>
6565
<scope>test</scope>
6666
</dependency>
6767
<dependency>
6868
<groupId>net.bytebuddy</groupId>
6969
<artifactId>byte-buddy-agent</artifactId>
70-
<version>1.17.0</version>
70+
<version>1.17.1</version>
7171
<scope>test</scope>
7272
</dependency>
7373
<dependency>

0 commit comments

Comments
 (0)