Skip to content

Commit

Permalink
Add-on should depend on Spring Security 5.5 #146
Browse files Browse the repository at this point in the history
  • Loading branch information
gorbunkov committed Feb 28, 2023
1 parent 04005d2 commit f0f76a8
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion modules/global/src/com/haulmont/addon/restapi/bom.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,18 @@
# limitations under the License.
#
org.springframework.security.oauth/spring-security-oauth2=2.5.1.RELEASE
io.swagger/swagger-models=1.5.21
io.swagger/swagger-models=1.5.21

# We explicitly duplicate spring security dependencies versions defined in the CUBA bom.properties, because these versions
# may be changed in CUBA bugfix releases, but REST API add-on releases depend on CUBA 7.2.0 and don't receive these versions
# updates. That's why we need to store explicit version numbers right in the REST API add-on sources in order to control
# dependencies.
org.springframework.security=5.5.8
org.springframework.security/spring-security-core=${org.springframework.security}
org.springframework.security/spring-security-web=${org.springframework.security}
org.springframework.security/spring-security-config=${org.springframework.security}
org.springframework.security/spring-security-taglibs=${org.springframework.security}
org.springframework=5.3.23
org.springframework/spring-webmvc=${org.springframework}
org.springframework/spring-context-support=${org.springframework}
org.springframework.ldap/spring-ldap-core=2.3.8.RELEASE

0 comments on commit f0f76a8

Please sign in to comment.