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 Dec 17, 2024
1 parent 9b3adb6 commit 96fa21a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,15 +67,15 @@
<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.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.0</version.spring-boot>
<version.javax.annotation-api>1.3.2</version.javax.annotation-api>
</properties>

Expand Down

0 comments on commit 96fa21a

Please sign in to comment.