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 all-dependencies group with 17 updates #460

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2023

Bumps the all-dependencies group with 17 updates:

Package From To
org.apache.tomcat.embed:tomcat-embed-core 10.1.15 10.1.16
org.apache.tomcat.embed:tomcat-embed-el 10.1.15 10.1.16
org.apache.tomcat:tomcat-annotations-api 10.1.15 10.1.16
org.apache.tomcat.embed:tomcat-embed-websocket 10.1.15 10.1.16
org.jetbrains.exposed:exposed-spring-boot-starter 0.44.0 0.45.0
org.jetbrains.exposed:exposed-java-time 0.44.0 0.45.0
org.apache.pdfbox:pdfbox 3.0.0 3.0.1
org.apache.tika:tika-core 2.9.0 2.9.1
no.nav.security:token-validation-spring 3.1.7 3.2.0
no.nav.security:token-client-spring 3.1.7 3.2.0
no.nav.security:token-validation-spring-test 3.1.7 3.2.0
net.javacrumbs.shedlock:shedlock-spring 5.9.0 5.10.2
net.javacrumbs.shedlock:shedlock-provider-jdbc-template 5.9.0 5.10.2
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.2.0 2.3.0
org.jetbrains.kotlin.jvm 1.9.10 1.9.21
org.jetbrains.kotlin.plugin.spring 1.9.10 1.9.21
org.springframework.boot 3.1.4 3.2.0

Updates org.apache.tomcat.embed:tomcat-embed-core from 10.1.15 to 10.1.16

Updates org.apache.tomcat.embed:tomcat-embed-el from 10.1.15 to 10.1.16

Updates org.apache.tomcat:tomcat-annotations-api from 10.1.15 to 10.1.16

Updates org.apache.tomcat.embed:tomcat-embed-websocket from 10.1.15 to 10.1.16

Updates org.jetbrains.exposed:exposed-spring-boot-starter from 0.44.0 to 0.45.0

Release notes

Sourced from org.jetbrains.exposed:exposed-spring-boot-starter's releases.

0.45.0

Change log

0.44.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-spring-boot-starter's changelog.

0.45.0

Infrastructure:

  • Kotlin 1.9.21

Features:

Bug fixes:

Docs:

0.44.1

Infrastructure:

  • MySQL driver 8.0.33

Bug fixes:

Deprecations:

Docs:

Commits
  • 4ef2bf2 chore: Bump Exposed version from 0.44.1 to 0.45.0
  • 39544c3 fix: Error when using with when the child references a parent but not using...
  • 33f04fe build(deps): bump io.github.hakky54:logcaptor from 2.9.0 to 2.9.1
  • c5caebb fix: EXPOSED-226 Upsert fails with only key columns in update (#1900)
  • bb2c933 fix: EXPOSED-227 Slice() with empty list creates invalid SQL (#1899)
  • 831ddaa docs: Add missing KDocs for exposed-core transactions API (#1898)
  • af6728e feat: EXPOSED-225 Support transaction timeout in SpringTransactionManager (#1...
  • 6e74f94 docs: Add missing KDocs for exposed-core api package (#1896)
  • 84723ce docs: Add missing KDocs for exposed-core vendors API (#1892)
  • e32506d docs: Add missing KDocs for exposed-core statements API (#1893)
  • Additional commits viewable in compare view

Updates org.jetbrains.exposed:exposed-java-time from 0.44.0 to 0.45.0

Release notes

Sourced from org.jetbrains.exposed:exposed-java-time's releases.

0.45.0

Change log

0.44.1

Change log

New Contributors

Changelog

Sourced from org.jetbrains.exposed:exposed-java-time's changelog.

0.45.0

Infrastructure:

  • Kotlin 1.9.21

Features:

Bug fixes:

Docs:

0.44.1

Infrastructure:

  • MySQL driver 8.0.33

Bug fixes:

Deprecations:

Docs:

Commits
  • 4ef2bf2 chore: Bump Exposed version from 0.44.1 to 0.45.0
  • 39544c3 fix: Error when using with when the child references a parent but not using...
  • 33f04fe build(deps): bump io.github.hakky54:logcaptor from 2.9.0 to 2.9.1
  • c5caebb fix: EXPOSED-226 Upsert fails with only key columns in update (#1900)
  • bb2c933 fix: EXPOSED-227 Slice() with empty list creates invalid SQL (#1899)
  • 831ddaa docs: Add missing KDocs for exposed-core transactions API (#1898)
  • af6728e feat: EXPOSED-225 Support transaction timeout in SpringTransactionManager (#1...
  • 6e74f94 docs: Add missing KDocs for exposed-core api package (#1896)
  • 84723ce docs: Add missing KDocs for exposed-core vendors API (#1892)
  • e32506d docs: Add missing KDocs for exposed-core statements API (#1893)
  • Additional commits viewable in compare view

Updates org.apache.pdfbox:pdfbox from 3.0.0 to 3.0.1

Updates org.apache.tika:tika-core from 2.9.0 to 2.9.1

Changelog

Sourced from org.apache.tika:tika-core's changelog.

Release 3.0.0-BETA - 12/01/2023

BREAKING CHANGES

  • Require Java 11 (TIKA-4128).

  • The boilerpipe handler has been moved to the tika-handler-boiler-pipe package (TIKA-4138).

  • We've migrated HTML parsing to the JSoup parser instead of TagSoup. If you have a custom configuration on the HTMLParser, you'll need to change that to o.a.t.p.html.JSoupParser (TIKA-1599).

  • Removed xerces2 as a dependency (TIKA-4135).

  • Tika will look for "custom-mimetypes.xml" directly on the classpath, NOT under "/org/apache/tika/mime/". (TIKA-4147).

Other Changes/Updates

  • Upgrade PDFBox to 3.0.1 (TIKA-3347)

  • Deprecated AbstractParser for removal in 4.x (TIKA-4132).

  • Fix bug in DateUtils that stripped timezone information from incoming Calendar objects (TIKA-4126).

  • The InputStreamDigester now calculates stream length (TIKA-4016).

Release 2.9.0 - 8/23/2023

  • With user configuration, the PDFParser can now throw an EncryptedDocumentException for Microsoft IRM PDF containers with encrypted payloads. Separately, the PDFParser now throws an EncryptedDocumentException instead of an IOException if the security handler cannot be found (TIKA-4082).

  • Fix bug that led to duplicate extraction of macros from some OLE2 containers (TIKA-4116).

  • Parse iframe's srcdoc as an embedded file (TIKA-3109).

  • Add detection of warc.gz as a specialization of gz and parse as if a standard WARC (TIKA-4048).

  • Allow users to modify the attachment limit size in the /unpack resource (TIKA-4039)

  • Fixed write limit bug in RecursiveParserWrapper (TIKA-4055).

  • Add mime detection for many files with thanks to Gregory Lepore (TIKA-3992).

  • Fixed iWork 13 keynote detection on files with wrong extension (TIKA-4111).

... (truncated)

Commits
  • 3b43650 [maven-release-plugin] prepare release 2.9.1-rc1
  • 83b8de0 update CHANGES.txt for 2.9.1 release process
  • aaf7b5f revert POI in prep for 2.9.1 release process
  • c3b2bd7 TIKA-4155 -- disable tests that cause failures in github actions. :(
  • 382b671 TIKA-4154 -- disable test which causes OOM in github actions for at least 2x.
  • 575298c TIKA-4153 -- revert changes to robots.txt detection and add unit test for rob...
  • a427bac TIKA-4155, try again...
  • b202275 fix workflow names
  • b39c8e3 TIKA-4154 -- clean up unit test -- string length causes oom in github actions
  • da98aa1 TIKA-4154 -- clean up unit test -- checkstyle
  • Additional commits viewable in compare view

Updates no.nav.security:token-validation-spring from 3.1.7 to 3.2.0

Release notes

Sourced from no.nav.security:token-validation-spring's releases.

3.2.0

What's Changed

⬆️ Dependency upgrades

3.1.9

What's Changed

  • fix(build): use matching kotlin version for compiler plugin (#792) @​tronghn

⬆️ Dependency upgrades

  • build(deps): bump no.nav.security:mock-oauth2-server from 2.0.0 to 2.0.1 (#791) @​dependabot
  • build(deps): bump ktor.version from 2.3.5 to 2.3.6 (#787) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#788) @​dependabot
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.37 to 9.37.1 (#790) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#789) @​dependabot

3.1.8

What's Changed

⬆️ Dependency upgrades

Commits

Updates no.nav.security:token-client-spring from 3.1.7 to 3.2.0

Release notes

Sourced from no.nav.security:token-client-spring's releases.

3.2.0

What's Changed

⬆️ Dependency upgrades

3.1.9

What's Changed

  • fix(build): use matching kotlin version for compiler plugin (#792) @​tronghn

⬆️ Dependency upgrades

  • build(deps): bump no.nav.security:mock-oauth2-server from 2.0.0 to 2.0.1 (#791) @​dependabot
  • build(deps): bump ktor.version from 2.3.5 to 2.3.6 (#787) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#788) @​dependabot
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.37 to 9.37.1 (#790) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#789) @​dependabot

3.1.8

What's Changed

⬆️ Dependency upgrades

Commits

Updates no.nav.security:token-validation-spring-test from 3.1.7 to 3.2.0

Release notes

Sourced from no.nav.security:token-validation-spring-test's releases.

3.2.0

What's Changed

⬆️ Dependency upgrades

3.1.9

What's Changed

  • fix(build): use matching kotlin version for compiler plugin (#792) @​tronghn

⬆️ Dependency upgrades

  • build(deps): bump no.nav.security:mock-oauth2-server from 2.0.0 to 2.0.1 (#791) @​dependabot
  • build(deps): bump ktor.version from 2.3.5 to 2.3.6 (#787) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.1 to 3.2.2 (#788) @​dependabot
  • build(deps): bump com.nimbusds:nimbus-jose-jwt from 9.37 to 9.37.1 (#790) @​dependabot
  • build(deps): bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.0 to 3.6.2 (#789) @​dependabot

3.1.8

What's Changed

⬆️ Dependency upgrades

Commits

Updates net.javacrumbs.shedlock:shedlock-spring from 5.9.0 to 5.10.2

Commits
  • 66ea116 [maven-release-plugin] prepare release shedlock-parent-5.10.2
  • c83473f Merge pull request #1647 from lukas-krecan/pr/1641
  • 19b7cbd Drop nested testhelper
  • 3cfc1dd Merge pull request #1643 from lukas-krecan/dependabot/maven/com.hazelcast-haz...
  • 2957548 Merge pull request #1645 from lukas-krecan/dependabot/maven/jakarta.json-jaka...
  • a082674 Merge pull request #1646 from lukas-krecan/dependabot/maven/redis.clients-jed...
  • 8fbcd70 #1640 Fix LockAssert.makeAllAssertsPass(true) to not start more than one test...
  • 04b7fed Bump redis.clients:jedis from 4.3.1 to 5.1.0
  • 7669256 Bump jakarta.json:jakarta.json-api from 2.1.1 to 2.1.3
  • d137aa0 Bump com.hazelcast:hazelcast from 5.3.1 to 5.3.6
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 5.9.0 to 5.10.2

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.2.0 to 2.3.0

Release notes

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's releases.

springdoc-openapi v2.3.0 released!

What's Changed

  • #2359 - Update condition to register links schema customizer
  • #2348 - Enhance resource path processing
  • #2438, #2315 - Support for @​JsonProperty with Javadoc Change in springdoc-openapi
  • Upgrade spring-boot to 3.2.0
  • Upgrade swagger-core to 2.2.19
  • Upgrade swagger-ui to 5.10.3

Fixed

  • #2366 - Fix the failed test due to hardcoded file separators
  • #2370, #2371 - No empty description for polymorphic subtypes
  • #2373 - SchemaProperty.array Schema is ignored in /api-docs or api-docs.yaml
  • #2366 - Refactoring AbstractSwaggerResourceResolver.findWebJarResourcePath
  • #2320 - javadoc for class attribute ignored when in EntityModel.
  • #2347 - Not working if a property of entity contains generic parameters.
  • #2399 - SpringdocRouteBuilder.onError is overriding last route defined.
  • #2426 - StackOverflowError when using @​ParameterObject on groovy class.

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.2.0...v2.3.0

Changelog

Sourced from org.springdoc:springdoc-openapi-starter-webmvc-ui's changelog.

[2.3.0] - 2023-12-03

Added

  • #2340 - Add support OIDC with Spring Authorization Server
  • #2345 - Support Schema added in OpenAPI Specification v3.1
  • #2387 - Support get javadoc description from getter method
  • #2404 - Update condition to register links schema customizer
  • #2359 - Update condition to register links schema customizer
  • #2348 - Enhance resource path processing
  • #2438, #2315 - Support for @​JsonProperty with Javadoc Change in springdoc-openapi

Changed

  • Upgrade spring-boot to 3.2.0
  • Upgrade swagger-core to 2.2.19
  • Upgrade swagger-ui to 5.10.3

Fixed

  • #2366 - Fix the failed test due to hardcoded file separators
  • #2370, #2371 - No empty description for polymorphic subtypes
  • #2373 - SchemaProperty.array Schema is ignored in /api-docs or api-docs.yaml
  • #2366 - Refactoring AbstractSwaggerResourceResolver.findWebJarResourcePath
  • #2320 - javadoc for class attribute ignored when in EntityModel.
  • #2347 - Not working if a property of entity contains generic parameters.
  • #2399 - SpringdocRouteBuilder.onError is overriding last route defined.
  • #2426 - StackOverflowError when using @​ParameterObject on groovy class.
Commits

Updates org.jetbrains.kotlin.jvm from 1.9.10 to 1.9.21

Release notes

Sourced from org.jetbrains.kotlin.jvm's releases.

Kotlin 1.9.21

Changelog

Compiler

  • KT-62885 Introduce a language feature entry for expect actual classes for easier configuration of MPP projects
  • KT-63081 Optimize new native caches: CachedLibraries.computeVersionedCacheDirectory()

Docs & Examples

  • KT-55619 Document String.format function

IDE. Gradle Integration

  • KT-62877 Artifact files collecting for project configuration was finished. Resolution for configuration configuration X will be skipped

IDE. Gradle. Script

  • KT-60813 Scripts: NoSuchMethodError: 'void org.slf4j.Logger.error(java.lang.String, java.lang.Object)' when dependency uses Slf4j API

JavaScript

  • KT-60785 KJS: Destructured value class in suspend function fails with Uncaught TypeError: can't convert to primitive type error
  • KT-63207 KMP / JS: "TypeError: is not a function" with 1.9.20
  • KT-62778 package.json "main" field has .js extension when the result files have .mjs extension
  • KT-61795 KJS: Incremental Cache is not invalidated if useEsClasses compiler argument was changed
  • KT-61957 KJS: "Uncaught ReferenceError: entries is not defined" caused by enum class with @JsExport and Enum.entries call
  • KT-62444 KJS with commonJS modules should re-export in 1.9.20
  • KT-63184 KJS / Serialization: JsExport on serializable interface creates erroneous TypeScript
  • KT-62190 KJS: "IllegalStateException: Expect to have either super call or partial linkage stub inside constructor" caused by Compose and useEsModules()
  • KT-58685 KJS: "IllegalStateException: Not locked" cused by...

    Description has been truncated

Bumps the all-dependencies group with 17 updates:

| Package | From | To |
| --- | --- | --- |
| org.apache.tomcat.embed:tomcat-embed-core | `10.1.15` | `10.1.16` |
| org.apache.tomcat.embed:tomcat-embed-el | `10.1.15` | `10.1.16` |
| org.apache.tomcat:tomcat-annotations-api | `10.1.15` | `10.1.16` |
| org.apache.tomcat.embed:tomcat-embed-websocket | `10.1.15` | `10.1.16` |
| [org.jetbrains.exposed:exposed-spring-boot-starter](https://github.com/JetBrains/Exposed) | `0.44.0` | `0.45.0` |
| [org.jetbrains.exposed:exposed-java-time](https://github.com/JetBrains/Exposed) | `0.44.0` | `0.45.0` |
| org.apache.pdfbox:pdfbox | `3.0.0` | `3.0.1` |
| [org.apache.tika:tika-core](https://github.com/apache/tika) | `2.9.0` | `2.9.1` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `3.1.7` | `3.2.0` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `3.1.7` | `3.2.0` |
| [no.nav.security:token-validation-spring-test](https://github.com/navikt/token-support) | `3.1.7` | `3.2.0` |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `5.9.0` | `5.10.2` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `5.9.0` | `5.10.2` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.2.0` | `2.3.0` |
| [org.jetbrains.kotlin.jvm](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [org.jetbrains.kotlin.plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.1.4` | `3.2.0` |


Updates `org.apache.tomcat.embed:tomcat-embed-core` from 10.1.15 to 10.1.16

Updates `org.apache.tomcat.embed:tomcat-embed-el` from 10.1.15 to 10.1.16

Updates `org.apache.tomcat:tomcat-annotations-api` from 10.1.15 to 10.1.16

Updates `org.apache.tomcat.embed:tomcat-embed-websocket` from 10.1.15 to 10.1.16

Updates `org.jetbrains.exposed:exposed-spring-boot-starter` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.44.0...0.45.0)

Updates `org.jetbrains.exposed:exposed-java-time` from 0.44.0 to 0.45.0
- [Release notes](https://github.com/JetBrains/Exposed/releases)
- [Changelog](https://github.com/JetBrains/Exposed/blob/main/docs/ChangeLog.md)
- [Commits](JetBrains/Exposed@0.44.0...0.45.0)

Updates `org.apache.pdfbox:pdfbox` from 3.0.0 to 3.0.1

Updates `org.apache.tika:tika-core` from 2.9.0 to 2.9.1
- [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
- [Commits](apache/tika@2.9.0...2.9.1)

Updates `no.nav.security:token-validation-spring` from 3.1.7 to 3.2.0
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@3.1.7...3.2.0)

Updates `no.nav.security:token-client-spring` from 3.1.7 to 3.2.0
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@3.1.7...3.2.0)

Updates `no.nav.security:token-validation-spring-test` from 3.1.7 to 3.2.0
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@3.1.7...3.2.0)

Updates `net.javacrumbs.shedlock:shedlock-spring` from 5.9.0 to 5.10.2
- [Commits](lukas-krecan/ShedLock@shedlock-parent-5.9.0...shedlock-parent-5.10.2)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 5.9.0 to 5.10.2

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.2.0 to 2.3.0
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/main/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v2.2.0...v2.3.0)

Updates `org.jetbrains.kotlin.jvm` from 1.9.10 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v1.9.21)

Updates `org.jetbrains.kotlin.plugin.spring` from 1.9.10 to 1.9.21
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v1.9.10...v1.9.21)

Updates `org.springframework.boot` from 3.1.4 to 3.2.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.4...v3.2.0)

---
updated-dependencies:
- dependency-name: org.apache.tomcat.embed:tomcat-embed-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-el
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.apache.tomcat:tomcat-annotations-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.apache.tomcat.embed:tomcat-embed-websocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-spring-boot-starter
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.exposed:exposed-java-time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.apache.pdfbox:pdfbox
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.apache.tika:tika-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-validation-spring-test
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.springdoc:springdoc-openapi-starter-webmvc-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin.jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin.plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 8, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2023

Superseded by #461.

@dependabot dependabot bot closed this Dec 13, 2023
@dependabot dependabot bot deleted the dependabot/gradle/all-dependencies-7fdfb1d9b5 branch December 13, 2023 07:18
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants