diff options
author | Anna Koskinen <Ansku@users.noreply.github.com> | 2021-08-06 19:17:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-06 19:17:24 +0300 |
commit | d2040401d476067aca415719a0a59b9ca2000eb2 (patch) | |
tree | a3e04c114d3ba7ee440c0a740e592cf725cdd2c9 | |
parent | b1036f69cf0fc8d4bb1dc33df4e7aae0296a00cd (diff) | |
download | vaadin-framework-d2040401d476067aca415719a0a59b9ca2000eb2.tar.gz vaadin-framework-d2040401d476067aca415719a0a59b9ca2000eb2.zip |
Bump jetty-webapp from 9.4.41.v20210516 to 9.4.43.v20210629 (#12344) (#12364)
Bumps [jetty-webapp](https://github.com/eclipse/jetty.project) from 9.4.41.v20210516 to 9.4.43.v20210629.
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- [Commits](https://github.com/eclipse/jetty.project/compare/jetty-9.4.41.v20210516...jetty-9.4.43.v20210629)
---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-webapp
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ <!-- Dependency unpack directory --> <dependency.unpack.directory>${project.build.directory}/dependency-unpack</dependency.unpack.directory> - <jetty.version>9.4.41.v20210516</jetty.version> + <jetty.version>9.4.43.v20210629</jetty.version> <!-- Sonar properties --> <sonar.java.source>8</sonar.java.source> |