Skip to content

Commit 86aa560

Browse files
committed
update dependencies
1 parent 1471870 commit 86aa560

1 file changed

Lines changed: 9 additions & 13 deletions

File tree

pom.xml

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

4040
<prerequisites>
41-
<maven>3.6.3</maven>
41+
<maven>3.9.0</maven>
4242
</prerequisites>
4343

4444
<properties>
@@ -48,8 +48,7 @@
4848
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
4949
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
5050

51-
<!-- integration testing -->
52-
<maven.version>3.9.6</maven.version>
51+
<maven.version>3.9.12</maven.version>
5352
<maven.home>SET_ME</maven.home>
5453
</properties>
5554

@@ -67,21 +66,21 @@
6766
<!-- plugin interfaces and base classes -->
6867
<groupId>org.apache.maven</groupId>
6968
<artifactId>maven-plugin-api</artifactId>
70-
<version>3.6.3</version>
69+
<version>3.9.9</version>
7170
<scope>provided</scope>
7271
</dependency>
7372
<dependency>
7473
<!-- needed when injecting the Maven Project into a plugin -->
7574
<groupId>org.apache.maven</groupId>
7675
<artifactId>maven-core</artifactId>
77-
<version>3.6.3</version>
76+
<version>3.9.9</version>
7877
<scope>provided</scope>
7978
</dependency>
8079
<dependency>
8180
<!-- annotations used to describe the plugin meta-data -->
8281
<groupId>org.apache.maven.plugin-tools</groupId>
8382
<artifactId>maven-plugin-annotations</artifactId>
84-
<version>3.6.2</version>
83+
<version>3.13.1</version>
8584
<scope>provided</scope>
8685
</dependency>
8786
<dependency>
@@ -92,11 +91,8 @@
9291
<dependency>
9392
<groupId>io.openapiprocessor</groupId>
9493
<artifactId>openapi-processor-api</artifactId>
95-
<version>2023.1</version>
96-
<!-- should be provided, but openapi-processor-spring/micronaut do not provide it before 2024.6 -->
97-
<!--
94+
<version>2024.2</version>
9895
<scope>provided</scope>
99-
-->
10096
</dependency>
10197
<dependency>
10298
<groupId>org.junit.jupiter</groupId>
@@ -123,7 +119,7 @@
123119
<plugin>
124120
<groupId>org.apache.maven.plugins</groupId>
125121
<artifactId>maven-compiler-plugin</artifactId>
126-
<version>3.11.0</version>
122+
<version>3.14.0</version>
127123
</plugin>
128124
<plugin>
129125
<groupId>org.apache.maven.plugins</groupId>
@@ -138,7 +134,7 @@
138134
<plugin>
139135
<groupId>org.apache.maven.plugins</groupId>
140136
<artifactId>maven-deploy-plugin</artifactId>
141-
<version>3.1.1</version>
137+
<version>3.1.2</version>
142138
</plugin>
143139
<plugin>
144140
<groupId>org.apache.maven.plugins</groupId>
@@ -199,7 +195,7 @@
199195
<plugin>
200196
<groupId>org.apache.maven.plugins</groupId>
201197
<artifactId>maven-failsafe-plugin</artifactId>
202-
<version>3.1.2</version>
198+
<version>3.5.2</version>
203199
<configuration>
204200
<!--
205201
! currently needed to run integration tests.

0 commit comments

Comments
 (0)