Skip to content

Commit 37cc535

Browse files
authored
Merge branch 'master' into TypeClassMatcher-errormessage
2 parents c91cb8f + d25e7c4 commit 37cc535

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
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.slf4j</groupId>
7070
<artifactId>slf4j-api</artifactId>
71-
<version>1.7.35</version>
71+
<version>1.7.36</version>
7272
</dependency>
7373
<dependency>
7474
<groupId>org.apache.commons</groupId>
@@ -87,7 +87,7 @@
8787
<dependency>
8888
<groupId>org.springframework</groupId>
8989
<artifactId>spring-aop</artifactId>
90-
<version>5.3.15</version>
90+
<version>5.3.16</version>
9191
<scope>provided</scope>
9292
</dependency>
9393

@@ -273,7 +273,7 @@
273273
<plugin>
274274
<groupId>org.apache.maven.plugins</groupId>
275275
<artifactId>maven-compiler-plugin</artifactId>
276-
<version>3.9.0</version>
276+
<version>3.10.0</version>
277277
<configuration>
278278
<source>1.8</source>
279279
<target>1.8</target>
@@ -333,7 +333,7 @@
333333
<plugin>
334334
<groupId>org.sonatype.plugins</groupId>
335335
<artifactId>nexus-staging-maven-plugin</artifactId>
336-
<version>1.6.8</version>
336+
<version>1.6.11</version>
337337
<extensions>true</extensions>
338338
<configuration>
339339
<serverId>ossrh</serverId>
@@ -366,7 +366,7 @@
366366
<plugin>
367367
<groupId>org.apache.maven.plugins</groupId>
368368
<artifactId>maven-javadoc-plugin</artifactId>
369-
<version>3.3.1</version>
369+
<version>3.3.2</version>
370370
<executions>
371371
<execution>
372372
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)