From b4c18c9902f0fb1357b822cb294e5f32eb89d2b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 12:45:24 +0200 Subject: [PATCH] Bump dependency.spring.version from 6.0.19 to 6.1.13 (#2909) * Bump dependency.spring.version from 6.0.19 to 6.1.13 Bumps `dependency.spring.version` from 6.0.19 to 6.1.13. Updates `org.springframework:spring-aop` from 6.0.19 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.19...v6.1.13) Updates `org.springframework:spring-beans` from 6.0.19 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.19...v6.1.13) Updates `org.springframework:spring-context` from 6.0.19 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.19...v6.1.13) Updates `org.springframework:spring-context-support` from 6.0.19 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.19...v6.1.13) Updates `org.springframework:spring-core` from 6.0.19 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.19...v6.1.13) Updates `org.springframework:spring-expression` from 6.0.19 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.19...v6.1.13) Updates `org.springframework:spring-jdbc` from 6.0.19 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.19...v6.1.13) Updates `org.springframework:spring-jms` from 6.0.19 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.19...v6.1.13) Updates `org.springframework:spring-test` from 6.0.19 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.19...v6.1.13) Updates `org.springframework:spring-orm` from 6.0.19 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.19...v6.1.13) Updates `org.springframework:spring-tx` from 6.0.19 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.19...v6.1.13) Updates `org.springframework:spring-web` from 6.0.19 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.19...v6.1.13) Updates `org.springframework:spring-webmvc` from 6.0.19 to 6.1.13 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.0.19...v6.1.13) --- updated-dependencies: - dependency-name: org.springframework:spring-aop dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework:spring-beans dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework:spring-context-support dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework:spring-expression dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework:spring-jdbc dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework:spring-jms dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework:spring-orm dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework:spring-tx dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework:spring-webmvc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Remove deprecated usage of notNull(Object) * ACS-8413: Fixing SPeL for List property. * Revert "[MNT-23264] script execution error (#2900)" (#2912) This reverts commit 58bad96724be3c9bdde58f940e82c1353313ef07. * ACS-8413: Changing keycloak setup in docker-compose. * ACS-8413: Revert: Changing keycloak setup in docker-compose. --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Domenico Sibilio Co-authored-by: mpichura Co-authored-by: Manish Kumar <110275771+code4uuuu@users.noreply.github.com> --- pom.xml | 2 +- .../main/resources/alfresco/web-scripts-application-context.xml | 2 +- .../src/main/java/org/alfresco/repo/lock/LockServiceImpl.java | 2 +- scripts/ci/docker-compose/docker-compose.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index ebf5a42270..7c5c02ca9f 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ 0.0.27 1.9.22.1 - 6.0.19 + 6.1.13 6.3.1 3.5.3 2.17.2 diff --git a/remote-api/src/main/resources/alfresco/web-scripts-application-context.xml b/remote-api/src/main/resources/alfresco/web-scripts-application-context.xml index f255f96162..c220f74010 100644 --- a/remote-api/src/main/resources/alfresco/web-scripts-application-context.xml +++ b/remote-api/src/main/resources/alfresco/web-scripts-application-context.xml @@ -250,7 +250,7 @@ - + diff --git a/repository/src/main/java/org/alfresco/repo/lock/LockServiceImpl.java b/repository/src/main/java/org/alfresco/repo/lock/LockServiceImpl.java index df0d2ea0b9..41b670c545 100644 --- a/repository/src/main/java/org/alfresco/repo/lock/LockServiceImpl.java +++ b/repository/src/main/java/org/alfresco/repo/lock/LockServiceImpl.java @@ -997,7 +997,7 @@ public class LockServiceImpl implements LockService, } // Never return a null LockState - Assert.notNull(lockState); + Assert.notNull(lockState, "The lockState should not be null"); return lockState; } diff --git a/scripts/ci/docker-compose/docker-compose.yaml b/scripts/ci/docker-compose/docker-compose.yaml index bf96f0d391..29604ba4bc 100644 --- a/scripts/ci/docker-compose/docker-compose.yaml +++ b/scripts/ci/docker-compose/docker-compose.yaml @@ -68,4 +68,4 @@ services: volumes: - ../../../repository/src/test/resources/realms/alfresco-realm.json:/opt/keycloak/data/import/alfresco-realm.json ports: - - 8999:8080 \ No newline at end of file + - 8999:8080