Skip to content

Commit

Permalink
Bump jooby.version from 2.16.2 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps `jooby.version` from 2.16.2 to 3.2.0.

Updates `io.jooby:jooby-bom` from 2.16.2 to 3.2.0
- [Release notes](https://github.com/jooby-project/jooby/releases)
- [Commits](jooby-project/jooby@v2.16.2...v3.2.0)

Updates `io.jooby:jooby-maven-plugin` from 2.16.2 to 3.2.0

---
updated-dependencies:
- dependency-name: io.jooby:jooby-bom
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.jooby:jooby-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 11, 2024
1 parent 945fbed commit 5413df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<!-- Startup class -->
<application.class>com.github.javister.docker.testing.base.app.App</application.class>

<jooby.version>2.16.2</jooby.version>
<jooby.version>3.2.0</jooby.version>
</properties>

<dependencies>
Expand Down

0 comments on commit 5413df4

Please sign in to comment.