commit | 708064b3ae8aa632a2fd535041d686a645b50de1 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Wed Jul 14 17:02:10 2021 +0000 |
committer | Marc Kupietz <kupietz@ids-mannheim.de> | Thu Jul 29 20:59:53 2021 +0200 |
tree | 237129902dea7c453d5c2468a3dcedaf270c72a7 | |
parent | 15ff029f1bc3d264e4df026b31661af379c82af0 [diff] [blame] |
Bump spring.version from 5.3.8 to 5.3.9 in /core Bumps `spring.version` from 5.3.8 to 5.3.9. Updates `spring-core` from 5.3.8 to 5.3.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9) Updates `spring-web` from 5.3.8 to 5.3.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9) Updates `spring-orm` from 5.3.8 to 5.3.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9) Updates `spring-jdbc` from 5.3.8 to 5.3.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9) Updates `spring-tx` from 5.3.8 to 5.3.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9) Updates `spring-context` from 5.3.8 to 5.3.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9) Updates `spring-context-support` from 5.3.8 to 5.3.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9) Updates `spring-test` from 5.3.8 to 5.3.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9) Updates `spring-aop` from 5.3.8 to 5.3.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9) Updates `spring-aspects` from 5.3.8 to 5.3.9 - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.8...v5.3.9) --- updated-dependencies: - dependency-name: org.springframework:spring-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-web dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-orm dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-jdbc dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-tx dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-context-support dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-test dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aop dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework:spring-aspects dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
diff --git a/core/pom.xml b/core/pom.xml index afdc5ed..b76aa94 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -8,7 +8,7 @@ <properties> <java.version>1.8</java.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <spring.version>5.3.8</spring.version> + <spring.version>5.3.9</spring.version> <jersey.version>1.19.4</jersey.version> <jetty.version>9.4.43.v20210629</jetty.version> <hibernate.version>5.4.29.Final</hibernate.version>