Skip to content

Commit febff5d

Browse files
committed
Bump parent poms
1 parent 4e4c32b commit febff5d

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<artifactId>java11-oss</artifactId>
65
<groupId>org.avaje</groupId>
7-
<version>3.5</version>
6+
<artifactId>java11-oss</artifactId>
7+
<version>3.8</version>
88
</parent>
99

1010
<groupId>io.avaje</groupId>

gson-adapter/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<artifactId>java11-oss</artifactId>
65
<groupId>org.avaje</groupId>
7-
<version>3.5</version>
6+
<artifactId>java11-oss</artifactId>
7+
<version>3.8</version>
88
</parent>
99

1010
<groupId>io.avaje</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<parent>
5-
<artifactId>java11-oss</artifactId>
65
<groupId>org.avaje</groupId>
7-
<version>3.5</version>
6+
<artifactId>java11-oss</artifactId>
7+
<version>3.8</version>
88
</parent>
99

1010
<groupId>io.avaje</groupId>

test/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0"
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
5+
<modelVersion>4.0.0</modelVersion>
56
<parent>
67
<artifactId>avaje-http-client-parent</artifactId>
78
<groupId>io.avaje</groupId>
89
<version>1</version>
910
</parent>
10-
<modelVersion>4.0.0</modelVersion>
1111

1212
<artifactId>test</artifactId>
1313

@@ -34,13 +34,13 @@
3434
<dependency>
3535
<groupId>com.fasterxml.jackson.core</groupId>
3636
<artifactId>jackson-databind</artifactId>
37-
<version>2.13.1</version>
37+
<version>2.13.2.2</version>
3838
</dependency>
3939

4040
<dependency>
4141
<groupId>io.avaje</groupId>
4242
<artifactId>junit</artifactId>
43-
<version>1.0</version>
43+
<version>1.1</version>
4444
<scope>test</scope>
4545
</dependency>
4646

0 commit comments

Comments
 (0)