Skip to content

Commit ebe11aa

Browse files
committed
Version 9.7-RC3
1 parent 4d3e365 commit ebe11aa

File tree

5 files changed

+19
-19
lines changed

5 files changed

+19
-19
lines changed

metrics-ebean/pom.xml

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

1010
<artifactId>avaje-metrics-ebean</artifactId>
@@ -19,13 +19,13 @@
1919
<dependency>
2020
<groupId>io.avaje</groupId>
2121
<artifactId>avaje-applog</artifactId>
22-
<version>1.0</version>
22+
<version>1.2</version>
2323
</dependency>
2424

2525
<dependency>
2626
<groupId>io.avaje</groupId>
2727
<artifactId>avaje-metrics</artifactId>
28-
<version>9.7-RC2</version>
28+
<version>9.7-RC3</version>
2929
<scope>provided</scope>
3030
</dependency>
3131

@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>junit</artifactId>
42-
<version>1.5</version>
42+
<version>1.6</version>
4343
<scope>test</scope>
4444
</dependency>
4545

metrics-graphite/pom.xml

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

1010
<artifactId>avaje-metrics-graphite</artifactId>
1111
<name>avaje-metrics-graphite</name>
12-
<version>9.7-RC2</version>
12+
<version>9.7-RC3</version>
1313

1414
<properties>
1515
<surefire.useModulePath>false</surefire.useModulePath>
@@ -20,13 +20,13 @@
2020
<dependency>
2121
<groupId>io.avaje</groupId>
2222
<artifactId>avaje-applog</artifactId>
23-
<version>1.0</version>
23+
<version>1.2</version>
2424
</dependency>
2525

2626
<dependency>
2727
<groupId>io.avaje</groupId>
2828
<artifactId>avaje-metrics</artifactId>
29-
<version>9.7-RC2</version>
29+
<version>9.7-RC3</version>
3030
</dependency>
3131

3232
<dependency>
@@ -39,7 +39,7 @@
3939
<dependency>
4040
<groupId>io.avaje</groupId>
4141
<artifactId>junit</artifactId>
42-
<version>1.5</version>
42+
<version>1.6</version>
4343
<scope>test</scope>
4444
</dependency>
4545

metrics-statsd/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>io.avaje</groupId>
88
<artifactId>avaje-metrics-parent</artifactId>
9-
<version>9.7-RC2</version>
9+
<version>9.7-RC3</version>
1010
</parent>
1111

1212
<artifactId>avaje-metrics-statsd</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>io.avaje</groupId>
1818
<artifactId>avaje-metrics</artifactId>
19-
<version>9.7-RC2</version>
19+
<version>9.7-RC3</version>
2020
</dependency>
2121

2222
<dependency>
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>io.avaje</groupId>
5252
<artifactId>junit</artifactId>
53-
<version>1.5</version>
53+
<version>1.6</version>
5454
<scope>test</scope>
5555
</dependency>
5656
</dependencies>

metrics/pom.xml

Lines changed: 5 additions & 5 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.7-RC2</version>
6+
<version>9.7-RC3</version>
77
</parent>
88

99
<artifactId>avaje-metrics</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>io.avaje</groupId>
2020
<artifactId>avaje-applog</artifactId>
21-
<version>1.0</version>
21+
<version>1.2</version>
2222
</dependency>
2323

2424
<dependency>
@@ -30,21 +30,21 @@
3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>junit</artifactId>
33-
<version>1.5</version>
33+
<version>1.6</version>
3434
<scope>test</scope>
3535
</dependency>
3636

3737
<dependency>
3838
<groupId>com.fasterxml.jackson.core</groupId>
3939
<artifactId>jackson-core</artifactId>
40-
<version>2.18.3</version>
40+
<version>2.19.1</version>
4141
<scope>test</scope>
4242
</dependency>
4343

4444
<dependency>
4545
<groupId>com.fasterxml.jackson.core</groupId>
4646
<artifactId>jackson-databind</artifactId>
47-
<version>2.18.3</version>
47+
<version>2.19.1</version>
4848
<scope>test</scope>
4949
</dependency>
5050

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>io.avaje</groupId>
1111
<artifactId>avaje-metrics-parent</artifactId>
1212
<name>avaje-metrics-parent</name>
13-
<version>9.7-RC2</version>
13+
<version>9.7-RC3</version>
1414
<packaging>pom</packaging>
1515

1616
<url>https://avaje-metrics.github.io</url>
@@ -23,7 +23,7 @@
2323

2424
<properties>
2525
<nexus.staging.autoReleaseAfterClose>true</nexus.staging.autoReleaseAfterClose>
26-
<project.build.outputTimestamp>2025-07-08T03:27:18Z</project.build.outputTimestamp>
26+
<project.build.outputTimestamp>2025-07-14T05:00:18Z</project.build.outputTimestamp>
2727
</properties>
2828

2929
<modules>

0 commit comments

Comments
 (0)