Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component Upgrades #3768

Merged
merged 11 commits into from Aug 21, 2023
Merged

Component Upgrades #3768

merged 11 commits into from Aug 21, 2023

Conversation

dependabot bot and others added 11 commits August 16, 2023 07:49
Bumps `version.org.glassfish.jaxb` from 4.0.2 to 4.0.3.

Updates `org.glassfish.jaxb:codemodel` from 4.0.2 to 4.0.3

Updates `org.glassfish.jaxb:jaxb-core` from 4.0.2 to 4.0.3

Updates `org.glassfish.jaxb:jaxb-jxc` from 4.0.2 to 4.0.3

Updates `org.glassfish.jaxb:jaxb-runtime` from 4.0.2 to 4.0.3

Updates `org.glassfish.jaxb:txw2` from 4.0.2 to 4.0.3

Updates `org.glassfish.jaxb:jaxb-xjc` from 4.0.2 to 4.0.3

Updates `org.glassfish.jaxb:xsom` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/eclipse-ee4j/jaxb-ri/releases)
- [Commits](https://github.com/eclipse-ee4j/jaxb-ri/commits)

Updates `com.sun.xml.bind.external:relaxng-datatype` from 4.0.2 to 4.0.3

Updates `com.sun.xml.bind.external:rngom` from 4.0.2 to 4.0.3

---
updated-dependencies:
- dependency-name: org.glassfish.jaxb:codemodel
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:jaxb-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:jaxb-jxc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:jaxb-runtime
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:txw2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:jaxb-xjc
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.glassfish.jaxb:xsom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.sun.xml.bind.external:relaxng-datatype
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.sun.xml.bind.external:rngom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.jboss.arquillian:arquillian-bom](https://github.com/arquillian/arquillian-core) from 1.7.0.Final to 1.7.1.Final.
- [Release notes](https://github.com/arquillian/arquillian-core/releases)
- [Commits](arquillian/arquillian-core@1.7.0.Final...1.7.1.Final)

---
updated-dependencies:
- dependency-name: org.jboss.arquillian:arquillian-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [org.hibernate.validator:hibernate-validator](https://github.com/hibernate/hibernate-validator) from 8.0.0.Final to 8.0.1.Final.
- [Changelog](https://github.com/hibernate/hibernate-validator/blob/main/changelog.txt)
- [Commits](hibernate/hibernate-validator@8.0.0.Final...8.0.1.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.validator:hibernate-validator
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [jakarta.mail:jakarta.mail-api](https://github.com/jakartaee/mail-api) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/jakartaee/mail-api/releases)
- [Commits](jakartaee/mail-api@2.1.1...2.1.2)

---
updated-dependencies:
- dependency-name: jakarta.mail:jakarta.mail-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps `version.io.undertow` from 2.3.7.Final to 2.3.8.Final.

Updates `io.undertow:undertow-servlet` from 2.3.7.Final to 2.3.8.Final
- [Commits](undertow-io/undertow@2.3.7.Final...2.3.8.Final)

Updates `io.undertow:undertow-core` from 2.3.7.Final to 2.3.8.Final
- [Commits](undertow-io/undertow@2.3.7.Final...2.3.8.Final)

---
updated-dependencies:
- dependency-name: io.undertow:undertow-servlet
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.undertow:undertow-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Bump version.org.glassfish.jaxb from 4.0.2 to 4.0.3

Signed-off-by: James R. Perkins <jperkins@redhat.com>
Bump org.jboss.arquillian:arquillian-bom from 1.7.0.Final to 1.7.1.Final

Signed-off-by: James R. Perkins <jperkins@redhat.com>
Bump org.hibernate.validator:hibernate-validator

Signed-off-by: James R. Perkins <jperkins@redhat.com>
Bump jakarta.mail:jakarta.mail-api from 2.1.1 to 2.1.2
Bump version.io.undertow from 2.3.7.Final to 2.3.8.Final

Signed-off-by: James R. Perkins <jperkins@redhat.com>
@jamezp jamezp merged commit fe38d6c into resteasy:main Aug 21, 2023
12 checks passed
@jamezp jamezp deleted the grouped-main branch August 21, 2023 21:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant