Skip to content

Commit

Permalink
[APPS-3043] Upgrade to spring 6.1 (#688)
Browse files Browse the repository at this point in the history
* [APPS-3043] Upgrade to spring 6.1

* [APPS-3043] Upgrade to spring 6.1
  • Loading branch information
purusothaman-mm authored Oct 23, 2024
1 parent 7de8c85 commit ac09ab3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/alfresco-rad/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.3.37</version>
</dependency>

<!-- Access to JUnit runner classes -->
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
<alfresco.sdk.tests.exclude>*/*-enterprise*/*</alfresco.sdk.tests.exclude>

<alfresco.bomDependency.artifactId>acs-community-packaging</alfresco.bomDependency.artifactId>
<alfresco.platform.version>23.3.0</alfresco.platform.version>
<alfresco.platform.version>23.4.0-A12</alfresco.platform.version>
<alfresco.platform.docker.user>alfresco</alfresco.platform.docker.user>
<alfresco.share.docker.version>23.3.0</alfresco.share.docker.version>
<alfresco.share.docker.version>23.4.0-A12</alfresco.share.docker.version>
<!--
The following value is now obtained by looking at the
- alfresco-community-share.version (eg. https://github.com/Alfresco/acs-community-packaging/blob/23.2.1/pom.xml#L17)
Expand Down

0 comments on commit ac09ab3

Please sign in to comment.