Skip to content

Commit f234801

Browse files
committed
Version 9.5
1 parent b942715 commit f234801

File tree

4 files changed

+14
-13
lines changed

4 files changed

+14
-13
lines changed

metrics-ebean/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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">
3+
<modelVersion>4.0.0</modelVersion>
34
<parent>
45
<artifactId>avaje-metrics-parent</artifactId>
56
<groupId>io.avaje</groupId>
6-
<version>9.3</version>
7+
<version>9.5</version>
78
</parent>
8-
<modelVersion>4.0.0</modelVersion>
99

1010
<artifactId>avaje-metrics-ebean</artifactId>
1111

@@ -24,14 +24,14 @@
2424
<dependency>
2525
<groupId>io.avaje</groupId>
2626
<artifactId>avaje-metrics</artifactId>
27-
<version>9.3</version>
27+
<version>9.5</version>
2828
<scope>provided</scope>
2929
</dependency>
3030

3131
<dependency>
3232
<groupId>io.ebean</groupId>
3333
<artifactId>ebean-api</artifactId>
34-
<version>13.11.0</version>
34+
<version>14.10.0</version>
3535
<scope>provided</scope>
3636
</dependency>
3737

metrics-graphite/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
<parent>
55
<artifactId>avaje-metrics-parent</artifactId>
66
<groupId>io.avaje</groupId>
7-
<version>9.3</version>
7+
<version>9.5</version>
88
</parent>
99

1010
<artifactId>avaje-metrics-graphite</artifactId>
11-
<version>9.4-RC2</version>
11+
<version>9.5</version>
1212

1313
<properties>
1414
<surefire.useModulePath>false</surefire.useModulePath>
@@ -25,13 +25,13 @@
2525
<dependency>
2626
<groupId>io.avaje</groupId>
2727
<artifactId>avaje-metrics</artifactId>
28-
<version>9.3</version>
28+
<version>9.5</version>
2929
</dependency>
3030

3131
<dependency>
3232
<groupId>io.ebean</groupId>
3333
<artifactId>ebean-api</artifactId>
34-
<version>13.19.0</version>
34+
<version>14.10.0</version>
3535
<optional>true</optional>
3636
</dependency>
3737

metrics/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>io.avaje</groupId>
55
<artifactId>avaje-metrics-parent</artifactId>
6-
<version>9.3</version>
6+
<version>9.5</version>
77
</parent>
88

99
<artifactId>avaje-metrics</artifactId>
@@ -36,14 +36,14 @@
3636
<dependency>
3737
<groupId>com.fasterxml.jackson.core</groupId>
3838
<artifactId>jackson-core</artifactId>
39-
<version>2.17.0</version>
39+
<version>2.18.3</version>
4040
<scope>test</scope>
4141
</dependency>
4242

4343
<dependency>
4444
<groupId>com.fasterxml.jackson.core</groupId>
4545
<artifactId>jackson-databind</artifactId>
46-
<version>2.17.0</version>
46+
<version>2.18.3</version>
4747
<scope>test</scope>
4848
</dependency>
4949

pom.xml

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

1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-metrics-parent</artifactId>
12-
<version>9.3</version>
12+
<version>9.5</version>
1313
<packaging>pom</packaging>
1414

1515
<url>https://avaje-metrics.github.io</url>
1616

1717
<scm>
18+
<url>https://github.com/avaje/avaje-metrics</url>
1819
<developerConnection>scm:git:git@github.com:avaje-metrics/metrics.git</developerConnection>
1920
<tag>HEAD</tag>
2021
</scm>

0 commit comments

Comments
 (0)