Skip to content

Commit

Permalink
Updated spring-starter version
Browse files Browse the repository at this point in the history
  • Loading branch information
LauroSilveira committed Apr 14, 2024
1 parent 4662d21 commit f65a919
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.3</version>
<version>3.2.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>

Expand All @@ -22,6 +22,7 @@
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<springdoc.version>2.4.0</springdoc.version>
<jwt.version>4.4.0</jwt.version>
<jacoco.version>0.8.12</jacoco.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -158,7 +159,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>${jacoco.version}</version>
<configuration>
<excludes>
<exclude>**/springdoc/*</exclude>
Expand Down

0 comments on commit f65a919

Please sign in to comment.