Skip to content

Commit 279a2e4

Browse files
committed
Bump parent pom and optional dependency versions
1 parent 87230a7 commit 279a2e4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

client/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>java11-oss</artifactId>
66
<groupId>org.avaje</groupId>
7-
<version>3.3</version>
7+
<version>3.5</version>
88
</parent>
99

1010
<groupId>io.avaje</groupId>
@@ -21,13 +21,13 @@
2121
<dependency>
2222
<groupId>org.slf4j</groupId>
2323
<artifactId>slf4j-api</artifactId>
24-
<version>1.7.30</version>
24+
<version>1.7.36</version>
2525
</dependency>
2626

2727
<dependency>
2828
<groupId>com.fasterxml.jackson.core</groupId>
2929
<artifactId>jackson-databind</artifactId>
30-
<version>2.12.2</version>
30+
<version>2.13.1</version>
3131
<optional>true</optional>
3232
</dependency>
3333

pom.xml

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

1010
<groupId>io.avaje</groupId>

0 commit comments

Comments
 (0)