aboutsummaryrefslogtreecommitdiff
path: root/metrics/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'metrics/pom.xml')
-rw-r--r--metrics/pom.xml14
1 files changed, 11 insertions, 3 deletions
diff --git a/metrics/pom.xml b/metrics/pom.xml
index 9073e96f..ca904248 100644
--- a/metrics/pom.xml
+++ b/metrics/pom.xml
@@ -3,7 +3,7 @@
<parent>
<groupId>com.google.code.gson</groupId>
<artifactId>gson-parent</artifactId>
- <version>2.9.1</version>
+ <version>2.10</version>
</parent>
<artifactId>gson-metrics</artifactId>
@@ -32,7 +32,7 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
- <version>2.13.3</version>
+ <version>2.13.4.2</version>
</dependency>
<dependency>
<groupId>com.google.caliper</groupId>
@@ -45,9 +45,17 @@
<pluginManagement>
<plugins>
<plugin>
+ <groupId>com.github.siom79.japicmp</groupId>
+ <artifactId>japicmp-maven-plugin</artifactId>
+ <version>0.16.0</version>
+ <configuration>
+ <!-- This module is not supposed to be consumed as library, so no need to check API -->
+ <skip>true</skip>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
- <version>3.0.0</version>
<configuration>
<!-- Not deployed -->
<skip>true</skip>