Skip to content

Commit b09a896

Browse files
Merge pull request #384 from avaje/dependabot/maven/main/dependencies-1c104eceec
Bump io.avaje:junit from 1.5 to 1.6 in the dependencies group
2 parents 51b8f4d + 6ef5e11 commit b09a896

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

blackbox-test/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<dependency>
7070
<groupId>io.avaje</groupId>
7171
<artifactId>junit</artifactId>
72-
<version>1.5</version>
72+
<version>1.6</version>
7373
<scope>test</scope>
7474
</dependency>
7575

json-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>io.avaje</groupId>
2727
<artifactId>junit</artifactId>
28-
<version>1.5</version>
28+
<version>1.6</version>
2929
<scope>test</scope>
3030
</dependency>
3131

json-node/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<dependency>
3838
<groupId>io.avaje</groupId>
3939
<artifactId>junit</artifactId>
40-
<version>1.5</version>
40+
<version>1.6</version>
4141
<scope>test</scope>
4242
</dependency>
4343

jsonb-generator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<dependency>
4343
<groupId>io.avaje</groupId>
4444
<artifactId>junit</artifactId>
45-
<version>1.5</version>
45+
<version>1.6</version>
4646
<scope>test</scope>
4747
</dependency>
4848
</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.5</version>
37+
<version>1.6</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.5</version>
30+
<version>1.6</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.5</version>
62+
<version>1.6</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
@@ -35,7 +35,7 @@
3535
<dependency>
3636
<groupId>io.avaje</groupId>
3737
<artifactId>junit</artifactId>
38-
<version>1.5</version>
38+
<version>1.6</version>
3939
<scope>test</scope>
4040
</dependency>
4141

0 commit comments

Comments
 (0)