Merge pull request #58 from ricardo-campos-org/dependabot/maven/java-api/org.springframework.boot-spring-boot-starter-parent-3.3.4

build(deps): bump org.springframework.boot:spring-boot-starter-parent from 3.3.3 to 3.3.4 in /java-api
This commit is contained in:
2024-09-29 12:38:04 -03:00
committed by GitHub
+2 -2
View File
@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.3</version>
<version>3.3.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
@@ -42,7 +42,7 @@
<jacoco.output.data>${project.build.directory}/coverage-reports</jacoco.output.data>
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven.build.timestamp.format>
<hibernate.version>6.5.2.Final</hibernate.version>
<hibernate.version>6.5.3.Final</hibernate.version>
</properties>
<!-- Profiles -->