Skip to content

Commit 76b4efe

Browse files
committed
updated dependencies
1 parent 905497d commit 76b4efe

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</scm>
3939

4040
<prerequisites>
41-
<maven>3.6.0</maven>
41+
<maven>3.8.4</maven>
4242
</prerequisites>
4343

4444
<properties>
@@ -62,27 +62,27 @@
6262
<!-- plugin interfaces and base classes -->
6363
<groupId>org.apache.maven</groupId>
6464
<artifactId>maven-plugin-api</artifactId>
65-
<version>3.6.3</version>
65+
<version>3.8.1</version>
6666
<scope>provided</scope>
6767
</dependency>
6868
<dependency>
6969
<!-- needed when injecting the Maven Project into a plugin -->
7070
<groupId>org.apache.maven</groupId>
7171
<artifactId>maven-core</artifactId>
72-
<version>3.6.0</version>
72+
<version>3.8.1</version>
7373
<scope>provided</scope>
7474
</dependency>
7575
<dependency>
7676
<!-- annotations used to describe the plugin meta-data -->
7777
<groupId>org.apache.maven.plugin-tools</groupId>
7878
<artifactId>maven-plugin-annotations</artifactId>
79-
<version>3.6.0</version>
79+
<version>3.6.2</version>
8080
<scope>provided</scope>
8181
</dependency>
8282
<dependency>
8383
<groupId>org.apache.maven.shared</groupId>
8484
<artifactId>maven-shared-utils</artifactId>
85-
<version>3.2.1</version>
85+
<version>3.3.4</version>
8686
</dependency>
8787
<dependency>
8888
<groupId>io.openapiprocessor</groupId>
@@ -101,7 +101,7 @@
101101
<plugin>
102102
<groupId>org.apache.maven.plugins</groupId>
103103
<artifactId>maven-deploy-plugin</artifactId>
104-
<version>3.0.0-M1</version>
104+
<version>3.0.0-M2</version>
105105
</plugin>
106106
<plugin>
107107
<groupId>org.apache.maven.plugins</groupId>
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.simplify4u.plugins</groupId>
137137
<artifactId>sign-maven-plugin</artifactId>
138-
<version>0.3.0</version>
138+
<version>1.0.0</version>
139139
<executions>
140140
<execution>
141141
<goals>

0 commit comments

Comments
 (0)