Skip to content

Commit

Permalink
Upgrade deps spring, apache common.. (#1839)
Browse files Browse the repository at this point in the history
Signed-off-by: muralibasani <[email protected]>
Co-authored-by: muralibasani <[email protected]>
  • Loading branch information
muralibasani and muralibasani authored Oct 4, 2023
1 parent 355c72c commit 62c2533
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- the list is sorted-->
<apachecommons.version>2.13.0</apachecommons.version>
<apachepoi.version>5.2.3</apachepoi.version>
<apachecommons.version>2.14.0</apachecommons.version>
<apachepoi.version>5.2.4</apachepoi.version>
<commons-text.version>1.10.0</commons-text.version>
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<front-end-maven-plugin.version>1.12.1</front-end-maven-plugin.version>
Expand Down
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.1.3</version>
<version>3.1.4</version>
<relativePath/>
</parent>

Expand All @@ -60,8 +60,8 @@
<maven-surefire-plugin.version>3.1.2</maven-surefire-plugin.version>
<snakeyaml.version>1.33</snakeyaml.version>
<sonar-maven-plugin.version>3.10.0.2594</sonar-maven-plugin.version>
<spotless-maven-plugin.version>2.39.0</spotless-maven-plugin.version>
<swagger-annotations.version>2.2.8</swagger-annotations.version>
<spotless-maven-plugin.version>2.40.0</spotless-maven-plugin.version>
<swagger-annotations.version>2.2.16</swagger-annotations.version>
</properties>

<modules>
Expand Down Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.2.15</version>
<version>${swagger-annotations.version}</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 62c2533

Please sign in to comment.