Skip to content

Commit d5780b5

Browse files
Merge pull request #388 from avaje/dependabot/maven/io.avaje-junit-1.4
Bump io.avaje:junit from 1.3 to 1.4
2 parents 10a46b1 + 177af39 commit d5780b5

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

http-client-gson-adapter/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>junit</artifactId>
32-
<version>1.3</version>
32+
<version>1.4</version>
3333
<scope>test</scope>
3434
</dependency>
3535

http-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<dependency>
6060
<groupId>io.avaje</groupId>
6161
<artifactId>junit</artifactId>
62-
<version>1.3</version>
62+
<version>1.4</version>
6363
<scope>test</scope>
6464
</dependency>
6565

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>junit</artifactId>
32-
<version>1.3</version>
32+
<version>1.4</version>
3333
<scope>test</scope>
3434
</dependency>
3535
</dependencies>

tests/test-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<dependency>
4545
<groupId>io.avaje</groupId>
4646
<artifactId>junit</artifactId>
47-
<version>1.3</version>
47+
<version>1.4</version>
4848
<scope>test</scope>
4949
</dependency>
5050

tests/test-javalin-jsonb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<dependency>
9595
<groupId>io.avaje</groupId>
9696
<artifactId>junit</artifactId>
97-
<version>1.3</version>
97+
<version>1.4</version>
9898
<scope>test</scope>
9999
</dependency>
100100

tests/test-javalin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>io.avaje</groupId>
8989
<artifactId>junit</artifactId>
90-
<version>1.3</version>
90+
<version>1.4</version>
9191
<scope>test</scope>
9292
</dependency>
9393

tests/test-jex/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>io.avaje</groupId>
8989
<artifactId>junit</artifactId>
90-
<version>1.3</version>
90+
<version>1.4</version>
9191
<scope>test</scope>
9292
</dependency>
9393

tests/test-nima-jsonb/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<dependency>
5959
<groupId>io.avaje</groupId>
6060
<artifactId>junit</artifactId>
61-
<version>1.3</version>
61+
<version>1.4</version>
6262
<scope>test</scope>
6363
</dependency>
6464

0 commit comments

Comments
 (0)