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 22 updates #1001

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 22 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
net.javacrumbs.shedlock:shedlock-spring 5.9.0 5.10.0
net.javacrumbs.shedlock:shedlock-provider-jdbc-template 5.9.0 5.10.0
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.2.0 2.3.0
org.redundent:kotlin-xml-builder 1.9.0 1.9.1
no.nav.klage:klage-kodeverk 1.7.4 1.7.7
no.nav.security:token-validation-spring 3.1.7 3.2.0
no.nav.security:token-client-spring 3.1.7 3.2.0
org.apache.pdfbox:pdfbox 3.0.0 3.0.1
org.apache.tika:tika-core 2.9.0 2.9.1
org.testcontainers:testcontainers 1.19.1 1.19.3
org.testcontainers:junit-jupiter 1.19.1 1.19.3
org.testcontainers:postgresql 1.19.1 1.19.3
com.tngtech.archunit:archunit-junit5 1.1.0 1.2.1
org.springframework.boot 3.1.4 3.2.0
io.spring.dependency-management 1.1.3 1.1.4
jvm 1.9.10 1.9.21
plugin.spring 1.9.10 1.9.21
plugin.jpa 1.9.10 1.9.21

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 net.javacrumbs.shedlock:shedlock-spring from 5.9.0 to 5.10.0

Commits
  • ea233b0 [maven-release-plugin] prepare release shedlock-parent-5.10.0
  • 412b5d2 Merge pull request #1592 from lukas-krecan/spanner
  • 86042de Code cleanup
  • a1a1639 Automatic-Module-Name update to spaner in pom.xml
  • 25d9d03 Formatting with Spotless
  • 3ba5b91 Merge pull request #1589 from lukas-krecan/dependabot/maven/org.mockito-mocki...
  • fd6d6fa Merge pull request #1591 from lukas-krecan/dependabot/maven/io.micronaut.vali...
  • 1802983 Updating to non transactional read for tests
  • 5534950 Bump io.micronaut.validation:micronaut-validation from 4.0.3 to 4.1.0
  • b16c9b4 Test class updates: Adding cleanup method and improving timestamp helper meth...
  • Additional commits viewable in compare view

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

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.redundent:kotlin-xml-builder from 1.9.0 to 1.9.1

Commits

Updates no.nav.klage:klage-kodeverk from 1.7.4 to 1.7.7

Commits

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 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 org.testcontainers:testcontainers from 1.19.1 to 1.19.3

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.19.3

What's Changed

🐛 Bug Fixes

🧹 Housekeeping

1.19.2

Testcontainers for Java 1.19.2

Core

Modules

Elasticserach

JDBC

K3S

Kafka

LocalStack

YugabyteDB

What's Changed

📖 Documentation

... (truncated)

Commits
  • 832d943 Register default network alias using ContainerDef (#7861)
  • 696481e Update Yugabyte CQL driver to 4.15.0-yb-1 (#7822)
  • f1f79dc Fix regression using GenericContainer#setImage (#7820)
  • b59888a Fix bugs in SQLScriptScanner with big String literals and PostgreSQL identi...
  • d80ce60 [create-pull-request] automated change (#7813)
  • ca036ae [create-pull-request] automated change (#7812)
  • 6d33055 Keep exposed ports order in ContainerDef (#7811)
  • 1419510 Merge pull request #7810 from testcontainers/combined-pr-branch
  • c326399 Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/org.juni...
  • f466275 Bump org.junit.jupiter:junit-jupiter-api in /examples
  • Additional commits viewable in compare view

Updates org.testcontainers:junit-jupiter from 1.19.1 to 1.19.3

Release notes

Sourced from org.testcontainers:junit-jupiter's releases.

1.19.3

What's Changed

🐛 Bug Fixes

🧹 Housekeeping

1.19.2

Testcontainers for Java 1.19.2

Core

Modules

Elasticserach

JDBC

K3S

Kafka

LocalStack

YugabyteDB

What's Changed

📖 Documentation

... (truncated)

Commits
  • 832d943 Register default network alias using ContainerDef (#7861)
  • 696481e Update Yugabyte CQL driver to 4.15.0-yb-1 (#7822)
  • f1f79dc Fix regression using GenericContainer#setImage (#7820)
  • b59888a Fix bugs in SQLScriptScanner with big String literals and PostgreSQL identi...
  • d80ce60 [create-pull-request] automated change (#7813)
  • ca036ae [create-pull-request] automated change (#7812)
  • 6d33055 Keep exposed ports order in ContainerDef (#7811)
  • 1419510 Merge pull request #7810 from testcontainers/combined-pr-branch
  • c326399 Merge remote-tracking branch 'origin/dependabot/gradle/modules/spock/org.juni...
  • f466275 Bump org.junit.jupiter:junit-jupiter-api in /examples
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.19.1 to 1.19.3

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.19.3

What's Changed

🐛 Bug Fixes

🧹 Housekeeping

1.19.2

Testcontainers for Java 1.19.2

Core

Modules

Elasticserach

JDBC

K3S

Kafka

LocalStack

YugabyteDB

What's Changed

📖 Documentation

... (truncated)

Commits
  • 832d943 Register default network alias using ContainerDef (#7861)
  • 696481e Update Yugabyte CQL driver to 4.15.0-yb-1 (#7822)
  • f1f79dc Fix regression using GenericContainer#setImage (#7820)
  • b59888a Fix bugs in SQLScriptScanner with big String literals and PostgreSQL identi...
  • d80ce60 [create-pull-request] automated change (#7813)
  • ca036ae [create-pull-request] automated change (#7812)
  • 6d33055 Keep exposed ports order in ContainerDef (#7811)
  • 1419510 Merge pull request

Bumps the all-dependencies group with 22 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` |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `5.9.0` | `5.10.0` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `5.9.0` | `5.10.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.2.0` | `2.3.0` |
| [org.redundent:kotlin-xml-builder](https://github.com/redundent/kotlin-xml-builder) | `1.9.0` | `1.9.1` |
| [no.nav.klage:klage-kodeverk](https://github.com/navikt/klage-kodeverk) | `1.7.4` | `1.7.7` |
| [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` |
| 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` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.19.3` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.19.3` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.1` | `1.19.3` |
| [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) | `1.1.0` | `1.2.1` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.1.4` | `3.2.0` |
| [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) | `1.1.3` | `1.1.4` |
| [jvm](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |
| [plugin.jpa](https://github.com/JetBrains/kotlin) | `1.9.10` | `1.9.21` |


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 `net.javacrumbs.shedlock:shedlock-spring` from 5.9.0 to 5.10.0
- [Commits](lukas-krecan/ShedLock@shedlock-parent-5.9.0...shedlock-parent-5.10.0)

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

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.redundent:kotlin-xml-builder` from 1.9.0 to 1.9.1
- [Commits](https://github.com/redundent/kotlin-xml-builder/commits)

Updates `no.nav.klage:klage-kodeverk` from 1.7.4 to 1.7.7
- [Release notes](https://github.com/navikt/klage-kodeverk/releases)
- [Commits](navikt/klage-kodeverk@1.7.4...1.7.7)

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 `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 `org.testcontainers:testcontainers` from 1.19.1 to 1.19.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.1...1.19.3)

Updates `org.testcontainers:junit-jupiter` from 1.19.1 to 1.19.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.1...1.19.3)

Updates `org.testcontainers:postgresql` from 1.19.1 to 1.19.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md)
- [Commits](testcontainers/testcontainers-java@1.19.1...1.19.3)

Updates `com.tngtech.archunit:archunit-junit5` from 1.1.0 to 1.2.1
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.1.0...v1.2.1)

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)

Updates `io.spring.dependency-management` from 1.1.3 to 1.1.4
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.3...v1.1.4)

Updates `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 `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 `plugin.jpa` 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)

---
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: 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.redundent:kotlin-xml-builder
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.klage:klage-kodeverk
  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: 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: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: com.tngtech.archunit:archunit-junit5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: plugin.jpa
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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 5, 2023
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2023

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

@dependabot dependabot bot closed this Dec 5, 2023
@dependabot dependabot bot deleted the dependabot/gradle/all-dependencies-abf37b79e8 branch December 5, 2023 12:36
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