UMM-CSci-3601 / 3601-iteration-template

This template repository is used as a starting point for course projects in CSci 3601: Software Design and Development at the University of Minnesota Morris. It includes an Angular client along with a Javalin server and Mongo database.
MIT License
0 stars 9 forks source link

Bump io.javalin:javalin from 5.6.3 to 6.1.4 in /server #1543

Closed dependabot[bot] closed 4 weeks ago

dependabot[bot] commented 1 month ago

Bumps io.javalin:javalin from 5.6.3 to 6.1.4.

Release notes

Sourced from io.javalin:javalin's releases.

6.1.4

What's Changed

Fixes

Chores

Full Changelog: https://github.com/javalin/javalin/compare/javalin-parent-6.1.3...javalin-parent-6.1.4

6.1.3

... (truncated)

Commits
  • 7714d46 [maven-release-plugin] prepare release javalin-parent-6.1.4
  • 08323e9 [deps]: Bump org.apache.maven.plugins:maven-jar-plugin (#2227)
  • 3fbef18 [deps]: Bump ch.qos.logback:logback-classic from 1.5.3 to 1.5.6 (#2226)
  • b44be1d [deps]: Bump org.apache.maven.plugins:maven-install-plugin (#2230)
  • e0b9eb0 [deps]: Bump org.apache.maven.plugins:maven-shade-plugin (#2229)
  • 64e1b0e [deps]: Bump micrometer.version from 1.12.4 to 1.12.5 (#2225)
  • 3f7ca38 [deps]: Bump slf4j.version from 2.0.12 to 2.0.13 (#2232)
  • dfa2def [deps]: Bump org.seleniumhq.selenium:selenium-chrome-driver (#2231)
  • 5a456a8 [deps]: Bump com.github.spullara.mustache.java:compiler (#2237)
  • e083816 [deps]: Bump org.apache.maven.plugins:maven-gpg-plugin (#2233)
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 4 weeks ago

Superseded by #1553.