Skip to content
Snippets Groups Projects
Commit e9f8694d authored by OZGCloud's avatar OZGCloud
Browse files

upgrade spring version

parent af10a211
Branches
Tags
No related merge requests found
......@@ -46,8 +46,8 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>2.7.12</spring-boot.version>
<spring.version>5.3.27</spring.version>
<spring-boot.version>2.7.13</spring-boot.version>
<spring.version>5.3.28</spring.version>
<grpc.spring-boot-starter.version>2.14.0.RELEASE</grpc.spring-boot-starter.version>
<grpc.version>1.51.1</grpc.version>
......@@ -56,7 +56,7 @@
<protoc-gen.version>1.51.1</protoc-gen.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<commons-io.version>2.12.0</commons-io.version>
<commons-io.version>2.13.0</commons-io.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-lang3.version>3.12.0</commons-lang3.version>
<commons-collections.version>4.4</commons-collections.version>
......
......@@ -31,7 +31,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.12</version>
<version>2.7.13</version>
<relativePath />
</parent>
......@@ -52,7 +52,7 @@
<kop.license.version>1.6.0</kop.license.version>
<mapstruct.version>1.5.5.Final</mapstruct.version>
<spring-boot.version>2.7.12</spring-boot.version>
<spring-boot.version>2.7.13</spring-boot.version>
<!-- plugins -->
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment