File tree Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Expand file tree Collapse file tree 4 files changed +14
-13
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
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
+ <modelVersion >4.0.0</modelVersion >
3
4
<parent >
4
5
<artifactId >avaje-metrics-parent</artifactId >
5
6
<groupId >io.avaje</groupId >
6
- <version >9.3 </version >
7
+ <version >9.5 </version >
7
8
</parent >
8
- <modelVersion >4.0.0</modelVersion >
9
9
10
10
<artifactId >avaje-metrics-ebean</artifactId >
11
11
24
24
<dependency >
25
25
<groupId >io.avaje</groupId >
26
26
<artifactId >avaje-metrics</artifactId >
27
- <version >9.3 </version >
27
+ <version >9.5 </version >
28
28
<scope >provided</scope >
29
29
</dependency >
30
30
31
31
<dependency >
32
32
<groupId >io.ebean</groupId >
33
33
<artifactId >ebean-api</artifactId >
34
- <version >13.11 .0</version >
34
+ <version >14.10 .0</version >
35
35
<scope >provided</scope >
36
36
</dependency >
37
37
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<artifactId >avaje-metrics-parent</artifactId >
6
6
<groupId >io.avaje</groupId >
7
- <version >9.3 </version >
7
+ <version >9.5 </version >
8
8
</parent >
9
9
10
10
<artifactId >avaje-metrics-graphite</artifactId >
11
- <version >9.4-RC2 </version >
11
+ <version >9.5 </version >
12
12
13
13
<properties >
14
14
<surefire .useModulePath>false</surefire .useModulePath>
25
25
<dependency >
26
26
<groupId >io.avaje</groupId >
27
27
<artifactId >avaje-metrics</artifactId >
28
- <version >9.3 </version >
28
+ <version >9.5 </version >
29
29
</dependency >
30
30
31
31
<dependency >
32
32
<groupId >io.ebean</groupId >
33
33
<artifactId >ebean-api</artifactId >
34
- <version >13.19 .0</version >
34
+ <version >14.10 .0</version >
35
35
<optional >true</optional >
36
36
</dependency >
37
37
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >io.avaje</groupId >
5
5
<artifactId >avaje-metrics-parent</artifactId >
6
- <version >9.3 </version >
6
+ <version >9.5 </version >
7
7
</parent >
8
8
9
9
<artifactId >avaje-metrics</artifactId >
36
36
<dependency >
37
37
<groupId >com.fasterxml.jackson.core</groupId >
38
38
<artifactId >jackson-core</artifactId >
39
- <version >2.17.0 </version >
39
+ <version >2.18.3 </version >
40
40
<scope >test</scope >
41
41
</dependency >
42
42
43
43
<dependency >
44
44
<groupId >com.fasterxml.jackson.core</groupId >
45
45
<artifactId >jackson-databind</artifactId >
46
- <version >2.17.0 </version >
46
+ <version >2.18.3 </version >
47
47
<scope >test</scope >
48
48
</dependency >
49
49
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.avaje</groupId >
6
6
<artifactId >java11-oss</artifactId >
7
- <version >4 .0</version >
7
+ <version >5 .0</version >
8
8
</parent >
9
9
10
10
<groupId >io.avaje</groupId >
11
11
<artifactId >avaje-metrics-parent</artifactId >
12
- <version >9.3 </version >
12
+ <version >9.5 </version >
13
13
<packaging >pom</packaging >
14
14
15
15
<url >https://avaje-metrics.github.io</url >
16
16
17
17
<scm >
18
+ <url >https://github.com/avaje/avaje-metrics</url >
18
19
<developerConnection >scm:git:git@github.com:avaje-metrics/metrics.git</developerConnection >
19
20
<tag >HEAD</tag >
20
21
</scm >
You can’t perform that action at this time.
0 commit comments