Skip to content

Commit a475181

Browse files
authored
Bump parent pom and avaje junit (#229)
1 parent d67d290 commit a475181

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
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>io.avaje</groupId>
5858
<artifactId>junit</artifactId>
59-
<version>1.4</version>
59+
<version>1.5</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.4</version>
39+
<version>1.5</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.4</version>
37+
<version>1.5</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.4</version>
30+
<version>1.5</version>
3131
<scope>test</scope>
3232
</dependency>
3333

jsonb-jakarta/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>io.avaje</groupId>
4949
<artifactId>junit</artifactId>
50-
<version>1.1</version>
50+
<version>1.5</version>
5151
<scope>test</scope>
5252
</dependency>
5353

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.4</version>
62+
<version>1.5</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.4</version>
33+
<version>1.5</version>
3434
<scope>test</scope>
3535
</dependency>
3636

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.avaje</groupId>
66
<artifactId>java11-oss</artifactId>
7-
<version>4.0</version>
7+
<version>4.1</version>
88
</parent>
99

1010
<groupId>io.avaje</groupId>

0 commit comments

Comments
 (0)