Skip to content

Commit

Permalink
Bump jetty.version from 12.0.2-SNAPSHOT to 12.0.6
Browse files Browse the repository at this point in the history
Bumps `jetty.version` from 12.0.2-SNAPSHOT to 12.0.6.

Updates `org.eclipse.jetty:jetty-bom` from 12.0.2-SNAPSHOT to 12.0.6
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](https://github.com/jetty/jetty.project/commits/jetty-12.0.6)

Updates `org.eclipse.jetty.ee9:jetty-ee9-bom` from 12.0.2-SNAPSHOT to 12.0.6
- [Release notes](https://github.com/jetty/jetty.project/releases)
- [Commits](https://github.com/jetty/jetty.project/commits/jetty-12.0.6)

Updates `org.eclipse.jetty:jetty-slf4j-impl` from 12.0.2-SNAPSHOT to 12.0.6

Updates `org.eclipse.jetty:jetty-http-tools` from 12.0.2-SNAPSHOT to 12.0.6

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty.ee9:jetty-ee9-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-slf4j-impl
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-http-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2024
1 parent e93cd99 commit 0834ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<slf4j.version>2.0.9</slf4j.version>
<arquillian.jetty.version>2.0.1.Final-SNAPSHOT</arquillian.jetty.version>
<arquillian.jetty.artifactId>arquillian-jetty-embedded-12-ee9</arquillian.jetty.artifactId>
<jetty.version>12.0.6-SNAPSHOT</jetty.version> <!-- 11.0.9-SNAPSHOT -->
<jetty.version>12.0.6</jetty.version> <!-- 11.0.9-SNAPSHOT -->
<surefire.version>3.2.5</surefire.version> <!-- 3.0.0-M7-SNAPSHOT -->
<jakarta.tck.version>6.1.0-SNAPSHOT</jakarta.tck.version>
<servlet.api.version>6.0.0</servlet.api.version>
Expand Down

0 comments on commit 0834ac0

Please sign in to comment.