Skip to content

Commit

Permalink
update backend dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
philmtd committed Oct 9, 2023
1 parent e20bd0e commit afa5e70
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<spring.boot.version>3.1.3</spring.boot.version>
<spring.boot.version>3.1.4</spring.boot.version>
<feign.version>12.5</feign.version>
<org.mapstruct.version>1.5.5.Final</org.mapstruct.version>
<org.projectlombok.lombok.version>1.18.28</org.projectlombok.lombok.version>
<org.projectlombok.lombok.version>1.18.30</org.projectlombok.lombok.version>
<springdoc.version>1.7.0</springdoc.version>
<branchName></branchName>
<buildNumber></buildNumber>
Expand Down Expand Up @@ -142,7 +142,7 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.13.0</version>
<version>2.14.0</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand All @@ -164,7 +164,7 @@
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
<version>6.8.1</version>
<version>6.9.0</version>
</dependency>
<dependency>
<groupId>org.mapstruct</groupId>
Expand Down

0 comments on commit afa5e70

Please sign in to comment.