Skip to content

Commit 6c8d0c0

Browse files
Merge pull request #211 from avaje/dependabot/maven/io.avaje-junit-1.4
Bump io.avaje:junit from 1.3 to 1.4
2 parents 4e7dc88 + 79ca0c5 commit 6c8d0c0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

blackbox-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>io.avaje</groupId>
5858
<artifactId>junit</artifactId>
59-
<version>1.3</version>
59+
<version>1.4</version>
6060
<scope>test</scope>
6161
</dependency>
6262

jsonb-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<dependency>
3737
<groupId>io.avaje</groupId>
3838
<artifactId>junit</artifactId>
39-
<version>1.3</version>
39+
<version>1.4</version>
4040
<scope>test</scope>
4141
</dependency>
4242
</dependencies>

jsonb-inject-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<dependency>
3535
<groupId>io.avaje</groupId>
3636
<artifactId>junit</artifactId>
37-
<version>1.3</version>
37+
<version>1.4</version>
3838
<scope>test</scope>
3939
</dependency>
4040

jsonb-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>io.avaje</groupId>
2929
<artifactId>junit</artifactId>
30-
<version>1.3</version>
30+
<version>1.4</version>
3131
<scope>test</scope>
3232
</dependency>
3333

jsonb-spring-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
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

jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>junit</artifactId>
33-
<version>1.3</version>
33+
<version>1.4</version>
3434
<scope>test</scope>
3535
</dependency>
3636

0 commit comments

Comments
 (0)