Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.springframework.boot-sp…
Browse files Browse the repository at this point in the history
…ring-boot-starter-parent-3.4.1
  • Loading branch information
p3t authored Dec 27, 2024
2 parents 25b7096 + 2c15e04 commit bf4ac29
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 @@ -40,10 +40,10 @@
<java.version>21</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<protobuf.version>4.29.1</protobuf.version>
<protobuf.version>4.29.2</protobuf.version>
<hibernate.version>6.5.3.Final</hibernate.version>
<hibernate-annotations.version>7.0.3.Final</hibernate-annotations.version>
<springboot.version>3.4.0</springboot.version>
<springboot.version>3.4.1</springboot.version>
<lombok.version>1.18.36</lombok.version>
<mockito.version>5.14.2</mockito.version>
<delombok.output>${project.build.directory}/delombok</delombok.output>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter</artifactId>
<version>5.10.5</version>
<version>5.11.4</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit bf4ac29

Please sign in to comment.