File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <artifactId >java11-oss</artifactId >
6
5
<groupId >org.avaje</groupId >
7
- <version >3.5</version >
6
+ <artifactId >java11-oss</artifactId >
7
+ <version >3.8</version >
8
8
</parent >
9
9
10
10
<groupId >io.avaje</groupId >
Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <artifactId >java11-oss</artifactId >
6
5
<groupId >org.avaje</groupId >
7
- <version >3.5</version >
6
+ <artifactId >java11-oss</artifactId >
7
+ <version >3.8</version >
8
8
</parent >
9
9
10
10
<groupId >io.avaje</groupId >
Original file line number Diff line number Diff line change 2
2
<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" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <artifactId >java11-oss</artifactId >
6
5
<groupId >org.avaje</groupId >
7
- <version >3.5</version >
6
+ <artifactId >java11-oss</artifactId >
7
+ <version >3.8</version >
8
8
</parent >
9
9
10
10
<groupId >io.avaje</groupId >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
3
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
4
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 >
5
6
<parent >
6
7
<artifactId >avaje-http-client-parent</artifactId >
7
8
<groupId >io.avaje</groupId >
8
9
<version >1</version >
9
10
</parent >
10
- <modelVersion >4.0.0</modelVersion >
11
11
12
12
<artifactId >test</artifactId >
13
13
34
34
<dependency >
35
35
<groupId >com.fasterxml.jackson.core</groupId >
36
36
<artifactId >jackson-databind</artifactId >
37
- <version >2.13.1 </version >
37
+ <version >2.13.2.2 </version >
38
38
</dependency >
39
39
40
40
<dependency >
41
41
<groupId >io.avaje</groupId >
42
42
<artifactId >junit</artifactId >
43
- <version >1.0 </version >
43
+ <version >1.1 </version >
44
44
<scope >test</scope >
45
45
</dependency >
46
46
You can’t perform that action at this time.
0 commit comments