Skip to content

Commit

Permalink
fix(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 20, 2025
1 parent 9b3adb6 commit 50de3ae
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,16 +66,16 @@
<maven.compiler.target>17</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<version.assertj-core>3.26.3</version.assertj-core>
<version.junit-jupiter>5.11.0</version.junit-jupiter>
<version.assertj-core>3.27.3</version.assertj-core>
<version.junit-jupiter>5.11.4</version.junit-jupiter>
<!-- Plugin versions -->
<version.fmt-maven-plugin>2.24</version.fmt-maven-plugin>
<version.fmt-maven-plugin>2.25</version.fmt-maven-plugin>
<version.githook-maven-plugin>1.0.5</version.githook-maven-plugin>
<version.jacoco-maven-plugin>0.8.12</version.jacoco-maven-plugin>
<version.maven-gpg-plugin>3.2.5</version.maven-gpg-plugin>
<version.maven-javadoc-plugin>3.10.0</version.maven-javadoc-plugin>
<version.maven-gpg-plugin>3.2.7</version.maven-gpg-plugin>
<version.maven-javadoc-plugin>3.11.2</version.maven-javadoc-plugin>
<version.maven-source-plugin>3.3.1</version.maven-source-plugin>
<version.maven-surefire-plugin>3.5.0</version.maven-surefire-plugin>
<version.maven-surefire-plugin>3.5.2</version.maven-surefire-plugin>
<version.nexus-staging-maven-plugin>1.7.0</version.nexus-staging-maven-plugin>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion spring-boot-pathfinder/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<name>Pathfinder: Spring Boot Bindings</name>
<properties>
<version.spring-boot>3.1.6</version.spring-boot>
<version.spring-boot>3.4.1</version.spring-boot>
<version.javax.annotation-api>1.3.2</version.javax.annotation-api>
</properties>

Expand Down

0 comments on commit 50de3ae

Please sign in to comment.