Browse Source

Merge pull request #19 from larsw/dependabot/maven/examples/quarkus-camel/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927

Bump jetty-webapp from 9.4.43.v20210629 to 9.4.44.v20210927 in /examples/quarkus-camel
custom-downloader
larsw GitHub 3 years ago
parent
commit
881d234cff
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/quarkus-camel/pom.xml

+ 1
- 1
examples/quarkus-camel/pom.xml View File

@@ -7277,7 +7277,7 @@
<dependency> <dependency>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>
<artifactId>jetty-webapp</artifactId> <artifactId>jetty-webapp</artifactId>
<version>9.4.43.v20210629</version>
<version>9.4.44.v20210927</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.eclipse.jetty</groupId> <groupId>org.eclipse.jetty</groupId>


Loading…
Cancel
Save