Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/maven/org.apache.maven.plugins-…
Browse files Browse the repository at this point in the history
…maven-checkstyle-plugin-3.3.1
  • Loading branch information
inponomarev authored Nov 3, 2023
2 parents baa2908 + b12d917 commit 96105e4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
<junit.version>5.10.0</junit.version>
<maven.source.plugin.version>3.3.0</maven.source.plugin.version>
<maven.javadoc.plugin.version>3.6.0</maven.javadoc.plugin.version>
<kotlin.version>1.9.10</kotlin.version>
<checkstyle.maven.plugin.version>3.3.1</checkstyle.maven.plugin.version>
<kotlin.version>1.9.20</kotlin.version>
<checkstyle.version>10.12.4</checkstyle.version>
</properties>

Expand Down Expand Up @@ -73,7 +73,7 @@
<dependency>
<groupId>io.swagger.parser.v3</groupId>
<artifactId>swagger-parser</artifactId>
<version>2.1.16</version>
<version>2.1.18</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
Expand All @@ -91,7 +91,7 @@
<dependency>
<groupId>com.approvaltests</groupId>
<artifactId>approvaltests</artifactId>
<version>21.1.0</version>
<version>22.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -115,12 +115,12 @@
<dependency>
<groupId>org.apache.maven.plugin-tools</groupId>
<artifactId>maven-plugin-annotations</artifactId>
<version>3.9.0</version>
<version>3.10.1</version>
</dependency>
<dependency>
<groupId>org.apache.tomcat.embed</groupId>
<artifactId>tomcat-embed-core</artifactId>
<version>9.0.81</version>
<version>9.0.82</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand All @@ -141,7 +141,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.9.0</version>
<version>3.10.1</version>
<executions>
<execution>
<id>default-descriptor</id>
Expand All @@ -152,7 +152,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.1.2</version>
<version>3.2.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand Down

0 comments on commit 96105e4

Please sign in to comment.