Skip to content

Commit

Permalink
chore(deps): bump jetty.version from 10.0.18 to 10.0.19
Browse files Browse the repository at this point in the history
Bumps `jetty.version` from 10.0.18 to 10.0.19.

Updates `org.eclipse.jetty:jetty-jaas` from 10.0.18 to 10.0.19
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-10.0.18...jetty-10.0.19)

Updates `org.eclipse.jetty:jetty-security` from 10.0.18 to 10.0.19
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](jetty/jetty.project@jetty-10.0.18...jetty-10.0.19)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-jaas
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-security
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tadayosi committed Jan 9, 2024
1 parent 5351479 commit 844936d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/springboot-authentication/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

<properties>
<!-- Jetty version referred from the spring-boot-dependencies project -->
<jetty.version>10.0.18</jetty.version>
<jetty.version>10.0.19</jetty.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 844936d

Please sign in to comment.