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

Bump the gradle group with 3 updates #2800

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 16, 2024

Bumps the gradle group with 3 updates: com.fasterxml.jackson:jackson-bom, org.apache.commons:commons-text and io.github.smiley4:ktor-swagger-ui.

Updates com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.2

Commits
  • 55ff098 [maven-release-plugin] prepare release jackson-bom-2.18.2
  • 84a6fe4 Prep for 2.18.2 release
  • 88591c6 Merge branch '2.17' into 2.18
  • bc1206e Back to snapshot dep
  • 1021173 [maven-release-plugin] prepare for next development iteration
  • e3fd468 [maven-release-plugin] prepare release jackson-bom-2.17.3
  • ef13a7a Start 2.17.3 release
  • 1ed3d25 Back to snapshot deps
  • fac9a3b [maven-release-plugin] prepare for next development iteration
  • ef33ac7 [maven-release-plugin] prepare release jackson-bom-2.18.1
  • Additional commits viewable in compare view

Updates org.apache.commons:commons-text from 1.12.0 to 1.13.0

Updates io.github.smiley4:ktor-swagger-ui from 3.6.0 to 4.1.2

Release notes

Sourced from io.github.smiley4:ktor-swagger-ui's releases.

4.1.2

  • upgrade schema-kenerator from 1.6.1 to 1.6.2

4.1.1

  • upgrade schema io.swagger.parser.v3:swagger-parser from 2.1.20 to 2.1.24
  • upgrade schema-kenerator from 1.6.0 to 1.6.1

4.1.0

  • add default kotlinx example encoder
  • add ignoredRouteSelectorClassNames in case class to ignore is not puplic (SMILEY4/ktor-swagger-ui#149)
  • upgrade schema-kenerator from 1.5.0 to 1.6.0
  • add @KtorDsl annotation on documented routes
  • fixed: default security schema did not correctly use components section
  • fixed documented resource routes (SMILEY4/ktor-swagger-ui#153)

4.0.0

Commits
  • 1036ac9 Merge branch 'upgrade-schema-kenerator-1_6_2' into release
  • 55ae3ae upgrade schema-kenerator 1.6.1 -> 1.6.2
  • bf58ee7 Merge branch 'upgrade-schema-dependency-to-2_1_24' into release
  • a5da2ee upgrade swagger to 2.1.24 and schema-kenerator to 1.6.1
  • f0cdba6 Merge branch 'develop' into release
  • 12cfd09 Merge branch 'add-ktordsl-annotation-to-documented-routes' into develop
  • 212011f add ktordsl annotation to documented routes
  • 4514e92 Merge branch 'upgrade-schema-kenerator-1-6-0' into develop
  • 642fc0f upgrade schema kenerator to 1.6.0
  • 05f362e Merge branch 'keep-default-sec-schemas-in-components' into develop
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
com.fasterxml.jackson:jackson-bom [>= 2.18.0.a, < 2.18.1]

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gradle group with 3 updates: [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom), org.apache.commons:commons-text and [io.github.smiley4:ktor-swagger-ui](https://github.com/SMILEY4/ktor-swagger-ui).


Updates `com.fasterxml.jackson:jackson-bom` from 2.17.2 to 2.18.2
- [Commits](FasterXML/jackson-bom@jackson-bom-2.17.2...jackson-bom-2.18.2)

Updates `org.apache.commons:commons-text` from 1.12.0 to 1.13.0

Updates `io.github.smiley4:ktor-swagger-ui` from 3.6.0 to 4.1.2
- [Release notes](https://github.com/SMILEY4/ktor-swagger-ui/releases)
- [Commits](SMILEY4/ktor-swagger-ui@3.6.0...4.1.2)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.apache.commons:commons-text
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: io.github.smiley4:ktor-swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 16, 2024 05:34
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Dec 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/gradle/gradle-253408476c branch December 16, 2024 18:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants