Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Update pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
Netyyyy authored Aug 27, 2024
1 parent 8510379 commit 9abbda9
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 @@ -20,7 +20,7 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>3.1.4</version>
<version>4.0.5</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand All @@ -37,13 +37,13 @@
<!-- <javax-mail.version>1.5.5</javax-mail.version> -->
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<!-- <javax.activation.version>1.2.0</javax.activation.version> -->
<spring-cloud-commons.version>3.1.4</spring-cloud-commons.version>
<spring-cloud-commons.version>4.0.5</spring-cloud-commons.version>
<!-- "version.spring.cloud.azure" is used to update "_configprops.adoc".
-->
<version.spring.cloud.azure>4.4.1</version.spring.cloud.azure>
<spring-javaformat.version>0.0.29</spring-javaformat.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.compiler.source>1.17</maven.compiler.source>
<maven.compiler.target>1.17</maven.compiler.target>
</properties>

<modules>
Expand Down

0 comments on commit 9abbda9

Please sign in to comment.