Skip to content

Commit f6adf0f

Browse files
committed
Bump versions
1 parent 529469d commit f6adf0f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
<properties>
2020
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
21-
<jmh.version>1.11.3</jmh.version>
21+
<jmh.version>1.12</jmh.version>
2222
</properties>
2323

2424
<dependencies>
@@ -50,7 +50,7 @@
5050
<plugin>
5151
<groupId>com.github.siom79.japicmp</groupId>
5252
<artifactId>japicmp-maven-plugin</artifactId>
53-
<version>0.7.1</version>
53+
<version>0.8.0</version>
5454
<configuration>
5555
<oldVersion>
5656
<dependency>
@@ -89,7 +89,7 @@
8989
<plugin>
9090
<groupId>org.sonatype.plugins</groupId>
9191
<artifactId>nexus-staging-maven-plugin</artifactId>
92-
<version>1.6.6</version>
92+
<version>1.6.7</version>
9393
<extensions>true</extensions>
9494
<configuration>
9595
<serverId>ossrh</serverId>
@@ -130,7 +130,7 @@
130130
<plugin>
131131
<groupId>org.apache.maven.plugins</groupId>
132132
<artifactId>maven-source-plugin</artifactId>
133-
<version>3.0.0</version>
133+
<version>3.0.1</version>
134134
<executions>
135135
<execution>
136136
<id>attach-sources</id>
@@ -143,7 +143,7 @@
143143
<plugin>
144144
<groupId>org.apache.maven.plugins</groupId>
145145
<artifactId>maven-javadoc-plugin</artifactId>
146-
<version>2.10.3</version>
146+
<version>2.10.4</version>
147147
<executions>
148148
<execution>
149149
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)