Skip to content

Commit 6d00c27

Browse files
committed
Update pom.xml
1 parent c90a7ee commit 6d00c27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@
1414
<parent>
1515
<groupId>org.springframework.boot</groupId>
1616
<artifactId>spring-boot-starter-parent</artifactId>
17-
<version>3.2.4</version>
17+
<version>3.2.5</version>
1818
<relativePath/>
1919
</parent>
2020

2121
<properties>
2222
<java.version>17</java.version>
2323
<lombok.version>1.18.32</lombok.version>
2424
<postgresql.version>42.7.3</postgresql.version>
25-
<liquibase.version>4.26.0</liquibase.version>
25+
<liquibase.version>4.27.0</liquibase.version>
2626
<grpc.version>1.60.0</grpc.version>
2727
<protoc.version>3.25.1</protoc.version>
2828
<protobuf-maven-plugin.version>0.6.1</protobuf-maven-plugin.version>
2929
<annotation-api.version>1.3.2</annotation-api.version>
30-
<grpc-server-starter.version>3.0.0.RELEASE</grpc-server-starter.version>
30+
<grpc-server-starter.version>3.1.0.RELEASE</grpc-server-starter.version>
3131
</properties>
3232

3333
<dependencies>

0 commit comments

Comments
 (0)