Skip to content

Commit cd0b4c0

Browse files
committed
Merge branch 'master' into java8-main
# Conflicts: # metrics-graphite/pom.xml # metrics/pom.xml # pom.xml
2 parents 066ab65 + fcbae0c commit cd0b4c0

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

metrics-ebean/pom.xml

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

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

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

3838
<dependency>
3939
<groupId>io.avaje</groupId>
4040
<artifactId>junit</artifactId>
41-
<version>1.1</version>
41+
<version>1.5</version>
4242
<scope>test</scope>
4343
</dependency>
4444

metrics-graphite/pom.xml

Lines changed: 3 additions & 3 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.2-java8-RC2</version>
7+
<version>9.3-java8-RC2</version>
88
</parent>
99

1010
<artifactId>avaje-metrics-graphite</artifactId>
@@ -24,13 +24,13 @@
2424
<dependency>
2525
<groupId>io.avaje</groupId>
2626
<artifactId>avaje-metrics</artifactId>
27-
<version>9.2-java8-RC2</version>
27+
<version>9.3-java8-RC2</version>
2828
</dependency>
2929

3030
<dependency>
3131
<groupId>io.avaje</groupId>
3232
<artifactId>junit</artifactId>
33-
<version>1.1</version>
33+
<version>1.5</version>
3434
<scope>test</scope>
3535
</dependency>
3636

metrics/pom.xml

Lines changed: 4 additions & 4 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.2-java8-RC2</version>
6+
<version>9.3-java8-RC2</version>
77
</parent>
88

99
<artifactId>avaje-metrics</artifactId>
@@ -23,21 +23,21 @@
2323
<dependency>
2424
<groupId>io.avaje</groupId>
2525
<artifactId>junit</artifactId>
26-
<version>1.1</version>
26+
<version>1.5</version>
2727
<scope>test</scope>
2828
</dependency>
2929

3030
<dependency>
3131
<groupId>com.fasterxml.jackson.core</groupId>
3232
<artifactId>jackson-core</artifactId>
33-
<version>2.14.2</version>
33+
<version>2.17.0</version>
3434
<scope>test</scope>
3535
</dependency>
3636

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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

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

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

0 commit comments

Comments
 (0)