commit | 284fe0d9a0e5d95b2b355ae5ec133306433d7d2f | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Feb 07 17:02:12 2022 +0000 |
committer | Eliza Margaretha <margaretha@users.noreply.github.com> | Tue Feb 22 10:22:54 2022 +0100 |
tree | cd4f22d7871e6375c58defe31d4d4bddb624184e | |
parent | d50cc53ff47815ba05317faad895035eb0bd3e13 [diff] [blame] |
Bump jetty.version from 9.4.44.v20210927 to 9.4.45.v20220203 in /core Bumps `jetty.version` from 9.4.44.v20210927 to 9.4.45.v20220203. Updates `jetty-server` from 9.4.44.v20210927 to 9.4.45.v20220203 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.44.v20210927...jetty-9.4.45.v20220203) Updates `jetty-servlet` from 9.4.44.v20210927 to 9.4.45.v20220203 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.44.v20210927...jetty-9.4.45.v20220203) Updates `jetty-webapp` from 9.4.44.v20210927 to 9.4.45.v20220203 - [Release notes](https://github.com/eclipse/jetty.project/releases) - [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.44.v20210927...jetty-9.4.45.v20220203) --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-server dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.eclipse.jetty:jetty-servlet dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.eclipse.jetty:jetty-webapp 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 15a0ce5..6df543d 100644 --- a/core/pom.xml +++ b/core/pom.xml
@@ -10,7 +10,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <spring.version>5.3.15</spring.version> <jersey.version>1.19.4</jersey.version> - <jetty.version>9.4.44.v20210927</jetty.version> + <jetty.version>9.4.45.v20220203</jetty.version> <hibernate.version>5.6.5.Final</hibernate.version> <flyway.version>8.4.4</flyway.version> <log4j.version>[2.17.1,)</log4j.version>