Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.springdoc-springdoc-ope…
Browse files Browse the repository at this point in the history
…napi-starter-webmvc-ui-2.5.0
  • Loading branch information
alvelchev authored May 15, 2024
2 parents 34c245c + a4f3a2c commit d055594
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.4</version>
<version>3.2.5</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.springpracticesdemo</groupId>
Expand Down Expand Up @@ -77,7 +77,7 @@
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-commons</artifactId>
<version>3.2.4</version>
<version>3.2.5</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
Expand Down Expand Up @@ -187,7 +187,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<executions>
<execution>
<id>default-prepare-agent</id>
Expand Down

0 comments on commit d055594

Please sign in to comment.