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

OZG-6710 update spring; commons-lang3

parent 4c9913b3
No related branches found
No related tags found
No related merge requests found
...@@ -47,10 +47,10 @@ ...@@ -47,10 +47,10 @@
<maven.compiler.target>${java.version}</maven.compiler.target> <maven.compiler.target>${java.version}</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<spring-boot.version>3.3.3</spring-boot.version> <spring-boot.version>3.3.4</spring-boot.version>
<spring.version>6.1.12</spring.version> <spring.version>6.1.13</spring.version>
<grpc.spring-boot-starter.version>5.0.0</grpc.spring-boot-starter.version> <grpc.spring-boot-starter.version>5.1.5</grpc.spring-boot-starter.version>
<net.devh.grpc.spring-boot-server-starter.version>3.1.0.RELEASE</net.devh.grpc.spring-boot-server-starter.version> <net.devh.grpc.spring-boot-server-starter.version>3.1.0.RELEASE</net.devh.grpc.spring-boot-server-starter.version>
<net.devh.grpc.spring-boot-client-starter.version>3.1.0.RELEASE</net.devh.grpc.spring-boot-client-starter.version> <net.devh.grpc.spring-boot-client-starter.version>3.1.0.RELEASE</net.devh.grpc.spring-boot-client-starter.version>
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
<mapstruct.version>1.6.0</mapstruct.version> <mapstruct.version>1.6.0</mapstruct.version>
<commons-io.version>2.16.1</commons-io.version> <commons-io.version>2.16.1</commons-io.version>
<commons-beanutils.version>1.9.4</commons-beanutils.version> <commons-beanutils.version>1.9.4</commons-beanutils.version>
<commons-lang3.version>3.16.0</commons-lang3.version> <commons-lang3.version>3.17.0</commons-lang3.version>
<commons-collections.version>4.4</commons-collections.version> <commons-collections.version>4.4</commons-collections.version>
<java-jwt.version>4.4.0</java-jwt.version> <java-jwt.version>4.4.0</java-jwt.version>
......
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.9</version> <version>3.3.4</version>
<relativePath /> <relativePath />
</parent> </parent>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment