Skip to content

Commit 993a2cf

Browse files
committed
Bump optional and test dependencies
1 parent a3c8608 commit 993a2cf

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

avaje-jex-test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,21 @@
2121
<dependency>
2222
<groupId>io.avaje</groupId>
2323
<artifactId>avaje-http-client</artifactId>
24-
<version>1.20</version>
24+
<version>1.21</version>
2525
</dependency>
2626

2727
<!-- dependency injection component testing -->
2828
<dependency>
2929
<groupId>io.avaje</groupId>
3030
<artifactId>avaje-inject-test</artifactId>
31-
<version>8.10</version>
31+
<version>8.11</version>
3232
<optional>true</optional>
3333
</dependency>
3434

3535
<dependency>
3636
<groupId>io.avaje</groupId>
3737
<artifactId>avaje-jsonb</artifactId>
38-
<version>1.1-RC1</version>
38+
<version>1.1</version>
3939
<optional>true</optional>
4040
</dependency>
4141

avaje-jex/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>io.avaje</groupId>
3333
<artifactId>avaje-inject</artifactId>
34-
<version>8.10</version>
34+
<version>8.11</version>
3535
<optional>true</optional>
3636
</dependency>
3737

@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>io.avaje</groupId>
4747
<artifactId>avaje-jsonb</artifactId>
48-
<version>1.1-RC1</version>
48+
<version>1.1</version>
4949
<optional>true</optional>
5050
</dependency>
5151

examples/example-grizzly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.avaje</groupId>
3737
<artifactId>avaje-http-client</artifactId>
38-
<version>1.20</version>
38+
<version>1.21</version>
3939
</dependency>
4040

4141
<dependency>

examples/example-jdk-jsonb/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependency>
3434
<groupId>io.avaje</groupId>
3535
<artifactId>avaje-jsonb</artifactId>
36-
<version>1.1-RC1</version>
36+
<version>1.1</version>
3737
</dependency>
3838

3939
<!-- <dependency>-->
@@ -87,7 +87,7 @@
8787
<path>
8888
<groupId>io.avaje</groupId>
8989
<artifactId>avaje-jsonb-generator</artifactId>
90-
<version>1.1-RC1</version>
90+
<version>1.1</version>
9191
</path>
9292
</annotationProcessorPaths>
9393
</configuration>

examples/example-jetty/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,39 +48,39 @@
4848
<dependency>
4949
<groupId>io.avaje</groupId>
5050
<artifactId>avaje-jsonb</artifactId>
51-
<version>1.1-RC1</version>
51+
<version>1.1</version>
5252
</dependency>
5353

5454
<dependency>
5555
<groupId>io.avaje</groupId>
5656
<artifactId>avaje-jsonb-generator</artifactId>
57-
<version>1.1-RC1</version>
57+
<version>1.1</version>
5858
<scope>provided</scope>
5959
</dependency>
6060

6161
<dependency>
6262
<groupId>io.avaje</groupId>
6363
<artifactId>avaje-inject</artifactId>
64-
<version>8.10</version>
64+
<version>8.11</version>
6565
</dependency>
6666

6767
<dependency>
6868
<groupId>io.avaje</groupId>
6969
<artifactId>avaje-inject-generator</artifactId>
70-
<version>8.10</version>
70+
<version>8.11</version>
7171
<scope>provided</scope>
7272
</dependency>
7373

7474
<dependency>
7575
<groupId>io.avaje</groupId>
7676
<artifactId>avaje-http-api</artifactId>
77-
<version>1.19</version>
77+
<version>1.21</version>
7878
</dependency>
7979

8080
<dependency>
8181
<groupId>io.avaje</groupId>
8282
<artifactId>avaje-http-jex-generator</artifactId>
83-
<version>1.19</version>
83+
<version>1.21</version>
8484
<scope>provided</scope>
8585
</dependency>
8686

examples/example-katie/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<dependency>
4747
<groupId>io.avaje</groupId>
4848
<artifactId>avaje-http-client</artifactId>
49-
<version>1.17</version>
49+
<version>1.21</version>
5050
</dependency>
5151

5252
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<dependency>
4646
<groupId>io.avaje</groupId>
4747
<artifactId>avaje-http-client</artifactId>
48-
<version>1.18</version>
48+
<version>1.21</version>
4949
<scope>test</scope>
5050
</dependency>
5151

0 commit comments

Comments
 (0)