Skip to content

Commit

Permalink
AAE-30611 Spring boot upgrade to 3.4.2 and spring cloud to 2024.0.0 (#…
Browse files Browse the repository at this point in the history
…2506)

* AAE-30611 Spring boot upgrade to 3.4.2

* AAE-30611 Spring cloud upgrade to 2024.0.0
  • Loading branch information
wojciech-piotrowiak authored Feb 3, 2025
1 parent 03d0bc8 commit 45b0008
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion alfresco-apa-java-rest-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<artifactId>alfresco-apa-java-rest-api</artifactId>

<properties>
<spring-cloud.version>2023.0.2</spring-cloud.version>
<spring-cloud.version>2024.0.0</spring-cloud.version>
<swagger-core.version>1.6.14</swagger-core.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
</properties>
Expand Down
5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.5</version>
<version>3.4.2</version>
<relativePath/>
</parent>
<groupId>org.alfresco</groupId>
Expand Down Expand Up @@ -101,7 +101,7 @@
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven.compiler.release>${java.release}</maven.compiler.release>
<argLine>--add-opens java.base/java.lang=ALL-UNNAMED</argLine>
<spring-cloud.version>2023.0.2</spring-cloud.version>
<spring-cloud.version>2024.0.0</spring-cloud.version>
<swagger-core.version>1.6.14</swagger-core.version>
<license-maven-plugin.version>4.5</license-maven-plugin.version>
<third-party-license-maven-plugin.version>2.4.0</third-party-license-maven-plugin.version>
Expand Down Expand Up @@ -217,7 +217,6 @@ limitations under the License.]]>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-deploy-plugin</artifactId>
<configuration>
<updateReleaseInfo>true</updateReleaseInfo>
<deployAtEnd>true</deployAtEnd>
</configuration>
</plugin>
Expand Down

0 comments on commit 45b0008

Please sign in to comment.