Skip to content

Commit

Permalink
Upgrade dependencies, Maven plugins; prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Oct 18, 2024
1 parent 9120f95 commit b74b0db
Showing 1 changed file with 17 additions and 7 deletions.
24 changes: 17 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@

<aspectj.version>1.9.22.1</aspectj.version>
<assertj.version>3.26.3</assertj.version>
<junit-jupiter.version>5.11.0</junit-jupiter.version>
<log4j.version>2.24.0</log4j.version>
<mockito.version>5.13.0</mockito.version>
<junit-jupiter.version>5.11.2</junit-jupiter.version>
<log4j.version>2.24.1</log4j.version>
<mockito.version>5.14.2</mockito.version>
<spring.framework.version>6.0.23</spring.framework.version>
<micrometer.version>1.10.13</micrometer.version>
</properties>
Expand All @@ -52,7 +52,17 @@
<developer>
<id>dsyer</id>
<name>Dave Syer</name>
<email>[email protected]</email>
<email>[email protected]</email>
</developer>
<developer>
<id>garyrussell</id>
<name>Gary Russell</name>
<email>[email protected]</email>
</developer>
<developer>
<id>artembilan</id>
<name>Artem Bilan</name>
<email>[email protected]</email>
</developer>
</developers>

Expand Down Expand Up @@ -176,7 +186,7 @@
<plugin>
<groupId>io.spring.javaformat</groupId>
<artifactId>spring-javaformat-maven-plugin</artifactId>
<version>0.0.41</version>
<version>0.0.43</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -186,7 +196,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.7.0</version>
<version>3.10.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
Expand All @@ -201,7 +211,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>3.5.1</version>
</plugin>
<plugin>
<groupId>com.gradle</groupId>
Expand Down

0 comments on commit b74b0db

Please sign in to comment.