Skip to content

Commit 403ebe0

Browse files
committed
Update test dependencies
1 parent 0d44ad4 commit 403ebe0

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

blackbox-test-inject/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
</dependency>
6161

6262
<dependency>
63-
<groupId>org.avaje.composite</groupId>
63+
<groupId>org.avaje</groupId>
6464
<artifactId>logback</artifactId>
65-
<version>1.1</version>
65+
<version>1.0</version>
6666
<scope>test</scope>
6767
</dependency>
6868

inject-test/pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,49 +58,49 @@
5858
<dependency>
5959
<groupId>io.avaje</groupId>
6060
<artifactId>avaje-http-api</artifactId>
61-
<version>0.1</version>
61+
<version>1.11</version>
6262
<scope>test</scope>
6363
</dependency>
6464

6565
<dependency>
6666
<groupId>io.avaje</groupId>
6767
<artifactId>avaje-jex</artifactId>
68-
<version>0.1</version>
68+
<version>2.1</version>
6969
<scope>test</scope>
7070
</dependency>
7171

7272
<dependency>
7373
<groupId>io.avaje</groupId>
7474
<artifactId>avaje-jsr305</artifactId>
75-
<version>1.0</version>
75+
<version>1.2</version>
7676
<scope>test</scope>
7777
</dependency>
7878

7979
<dependency>
8080
<groupId>io.javalin</groupId>
8181
<artifactId>javalin</artifactId>
82-
<version>3.9.1</version>
82+
<version>4.6.0</version>
8383
<scope>test</scope>
8484
</dependency>
8585

8686
<dependency>
8787
<groupId>io.helidon.webserver</groupId>
8888
<artifactId>helidon-webserver</artifactId>
89-
<version>2.0.1</version>
89+
<version>2.5.0</version>
9090
<scope>test</scope>
9191
</dependency>
9292

9393
<dependency>
9494
<groupId>org.projectlombok</groupId>
9595
<artifactId>lombok</artifactId>
96-
<version>1.18.6</version>
96+
<version>1.18.24</version>
9797
<scope>test</scope>
9898
</dependency>
9999

100100
<dependency>
101-
<groupId>org.avaje.composite</groupId>
101+
<groupId>org.avaje</groupId>
102102
<artifactId>logback</artifactId>
103-
<version>1.1</version>
103+
<version>1.0</version>
104104
<scope>test</scope>
105105
</dependency>
106106

0 commit comments

Comments
 (0)