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 across 1 directory with 17 updates #1285

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the all-dependencies group with 17 updates in the / directory:

Package From To
org.hibernate.orm:hibernate-jpamodelgen 6.6.2.Final 6.6.3.Final
io.opentelemetry:opentelemetry-api 1.44.1 1.45.0
net.javacrumbs.shedlock:shedlock-spring 5.16.0 6.0.2
net.javacrumbs.shedlock:shedlock-provider-jdbc-template 5.16.0 6.0.2
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.6.0 2.7.0
no.nav.klage:klage-kodeverk 1.8.61 1.9.2
no.nav.security:token-validation-spring 5.0.11 5.0.13
no.nav.security:token-client-spring 5.0.11 5.0.13
org.verapdf:validation-model 1.26.1 1.26.2
org.testcontainers:testcontainers 1.20.3 1.20.4
org.testcontainers:junit-jupiter 1.20.3 1.20.4
org.testcontainers:postgresql 1.20.3 1.20.4
jvm 2.0.21 2.1.0
plugin.spring 2.0.21 2.1.0
plugin.jpa 2.0.21 2.1.0
kapt 2.0.21 2.1.0
org.springframework.boot 3.3.5 3.4.0

Updates org.hibernate.orm:hibernate-jpamodelgen from 6.6.2.Final to 6.6.3.Final

Release notes

Sourced from org.hibernate.orm:hibernate-jpamodelgen's releases.

Hibernate ORM 6.6.3.Final released

Today, we published a new maintenance release of Hibernate ORM 6.6: 6.6.3.Final.

What's new

This release introduces a few minor improvements as well as bug fixes.

You can find the full list of 6.6.3.Final changes here.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Changelog

Sourced from org.hibernate.orm:hibernate-jpamodelgen's changelog.

Changes in 6.6.3.Final (November 21, 2024)

https://hibernate.atlassian.net/projects/HHH/versions/32365

** Bug * [HHH-18862] - Group by error due to subselect using foreign key reference instead of primary key in HQL query * [HHH-18851] - ArrayContainsArgumentTypeResolver wrongly infers array type for needle argument * [HHH-18842] - Regression: CollectionType.replace() breaks if target is PersistentCollection, but not instance of Collection (e.g. PersistentMap) * [HHH-18832] - Bytecode enhancement skipped for entities with "compute-only" @​Transient properties * [HHH-18816] - Error when rendering the fk-side of an association in an exists subquery * [HHH-18703] - JoinedSubclassEntityPersister#getTableNameForColumn KO * [HHH-18647] - SemanticException when using createCriteriaInsertValues to insert into foreign key column

** Improvement * [HHH-18841] - Make _identifierMapper property added for a IdClass synthetic * [HHH-18833] - Configuration to fail bytecode enhancement instead of skipping it on unsupported models

** Task * [HHH-18846] - Enable release automation for ORM 6.6

Commits
  • 74f0839 Pre-steps for release : 6.6.3.Final
  • 3dfb973 HHH-18842 CollectionType.replace() breaks if target is PersistentCollection, ...
  • e094b3c HHH-18842 Add test for issue
  • 2036ef1 Add a warning for future upgrades of bytebuddy
  • ff64185 Don't use net.bytebuddy.experimental=true for Java 23 testing
  • b91d9ec HHH-18846 Enable release automation for ORM 6.6
  • b5178d0 HHH-18851 Fix parameter type inference issue when IN predicate is uses array_...
  • a26e505 HHH-18841 Create _identifierMapper as a synthetic attribute
  • 1ffde48 HHH-18832 Don't skip bytecode enhancement just because an entity has a `@Tran...
  • abfe6b9 HHH-18833 Introduce EnhancementContext#getUnsupportedEnhancementStrategy
  • Additional commits viewable in compare view

Updates io.opentelemetry:opentelemetry-api from 1.44.1 to 1.45.0

Release notes

Sourced from io.opentelemetry:opentelemetry-api's releases.

Version 1.45.0

API

  • Add convenience method setAttribute(Attribute<Long>, int) to SpanBuilder (matching the existing convenience method in Span) (#6884)
  • Extends TextMapGetter with experimental GetAll() method, implement usage in W3CBaggagePropagator (#6852)

SDK

Traces

  • Add synchronization to SimpleSpanProcessor to ensure thread-safe export of spans (#6885)

Metrics

  • Lazily initialize ReservoirCells (#6851)

Logs

  • Add synchronization to SimpleLogRecordProcessor to ensure thread-safe export of logs (#6885)

Exporters

  • OTLP: Update opentelementry-proto to 1.4 (#6906)
  • OTLP: Rename internal Marshaler#writeJsonToGenerator method to allow jackson runtimeOnly dependency (#6896)
  • OTLP: Fix repeated string serialization for JSON. (#6888)
  • OTLP: Fix missing unsafe available check (#6920)

Extensions

  • Declarative config: Don't require empty objects when referencing custom components (#6891)

Tooling

  • Add javadoc boilerplate internal comment v2 for experimental classes (#6886)
  • Update develocity configuration (#6903)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​asafm @​breedx-splk @​edma2 @​io7m @​jack-berg @​jamesmoessis @​jaydeluca @​jhalliday @​jkwatson @​jsuereth

... (truncated)

Changelog

Sourced from io.opentelemetry:opentelemetry-api's changelog.

Version 1.45.0 (2024-12-06)

API

  • Add convenience method setAttribute(Attribute<Long>, int) to SpanBuilder (matching the existing convenience method in Span) (#6884)
  • Extends TextMapGetter with experimental GetAll() method, implement usage in W3CBaggagePropagator (#6852)

SDK

Traces

  • Add synchronization to SimpleSpanProcessor to ensure thread-safe export of spans (#6885)

Metrics

  • Lazily initialize ReservoirCells (#6851)

Logs

  • Add synchronization to SimpleLogRecordProcessor to ensure thread-safe export of logs (#6885)

Exporters

  • OTLP: Update opentelementry-proto to 1.4 (#6906)
  • OTLP: Rename internal Marshaler#writeJsonToGenerator method to allow jackson runtimeOnly dependency (#6896)
  • OTLP: Fix repeated string serialization for JSON. (#6888)
  • OTLP: Fix missing unsafe available check (#6920)

Extensions

  • Declarative config: Don't require empty objects when referencing custom components (#6891)

Tooling

  • Add javadoc boilerplate internal comment v2 for experimental classes (#6886)
  • Update develocity configuration (#6903)
Commits
  • b547e7e [release/v1.45.x] Prepare release 1.45.0 (#6928)
  • 541ef89 Prepare for 1.45.0 release (#6923)
  • b07dab3 Extends TextMapGetter with GetAll() method, implement usage in W3CBaggageProp...
  • ee8d735 fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v3.17.4...
  • 236e119 fix(deps): update dependency org.owasp:dependency-check-gradle to v11.1.1 (#6...
  • 3a5222f Fix missing unsafe available check (#6920)
  • 6d62e8b fix(deps): update dependency com.google.protobuf:protobuf-bom to v4.29.1 (#6922)
  • 59b49cf chore(deps): update plugin org.graalvm.buildtools.native to v0.10.4 (#6919)
  • d2a0299 fix(deps): update dependency com.linecorp.armeria:armeria-bom to v1.31.2 (#6918)
  • 0ef86fa fix(deps): update dependency io.prometheus:prometheus-metrics-exporter-httpse...
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-spring from 5.16.0 to 6.0.2

Changelog

Sourced from net.javacrumbs.shedlock:shedlock-spring's changelog.

6.0.2

  • #2272 Don't fail on startup if LockProvider not found
  • Dependency updates

6.0.1

  • Support for multiple LockProviders
  • cdi-vintage module removed
  • Micronaut 3 support removed
  • micronaut-jdbc built on top of Micronaut 4
  • PROXY_SCHEDULER mode deprecated
  • Cassandra lock provider stated to use the org.apache.cassandra driver
  • Dependency updates
Commits
  • 22e34b7 [maven-release-plugin] prepare release shedlock-parent-6.0.2
  • 2d3c731 Merge pull request #2275 from lukas-krecan/dependabot/maven/com.oracle.databa...
  • a4b9ce7 Bump com.oracle.database.r2dbc:oracle-r2dbc from 1.2.0 to 1.3.0
  • 3fbf74d Doc updated
  • 151f421 Merge pull request #2274 from lukas-krecan/webmvc-test
  • 606c127 #2272 Do not fail in startup time if LockProvider is not found
  • 8be6ffd Extract ShedlockConfig in test
  • d6e0903 MockMvc test
  • 2cb3ac4 Merge pull request #2273 from lukas-krecan/dependabot/maven/micronaut4.versio...
  • 9562b32 Bump micronaut4.version from 4.7.0 to 4.7.1
  • Additional commits viewable in compare view

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 5.16.0 to 6.0.2

Updates net.javacrumbs.shedlock:shedlock-provider-jdbc-template from 5.16.0 to 6.0.2

Updates org.springdoc:springdoc-openapi-starter-webmvc-ui from 2.6.0 to 2.7.0

Release notes

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

springdoc-openapi v2.7.0 released! Latest

What's Changed

Added

  • #2777 - Add SortAsQueryParam annotation
  • #2649 - Add Encoding to multiple files and JSON payloads request test case
  • #2653 - Trim indent apply schema description
  • #2664 - Refactor Replace hardcoded schema prefix length
  • #2509, #2668 - Replace swagger urls in org.springdoc.core.properties.AbstractSwaggerUiConfigProperties#urls only if url is changed
  • #2727 - Display nullable request body with map type
  • #2746 - Readme.md add gradle import
  • #2760 - Added support for RequestBody as a meta-annotation
  • #2703 - Display nullable request body with map type
  • #2657 - Add support for OAS v3.1 webhooks

Changed

  • Upgrade spring-boot to 3.4.0
  • Upgrade swagger-ui to 5.18.2
  • Upgrade spring-security-oauth2-authorization-server to 1.4.0
  • Upgrade swagger-core to 2.2.25
  • Upgrade spring-cloud-function to 4.2.0-M1

Fixed

  • #2752 - Swagger doesn't work after custom annotation replacing request parameters
  • #2747 - Move to webjars-locator-lite, in preparation for spring-boot 3.4 GA
  • #2705 - @​Schema oneOf config is ignored when generate the api-docs
  • #2744 - SpringDocUI doest add Javadoc into swagger from abstract class
  • #2708 - Spring Boot (Webflux) - Swagger UI - redirect URI does not include Gateway Prefix
  • #2725 - Serialization to openapi of org.springframework.data.domain.Sort is wrong for Spring Boot >2.x
  • #2740 - Swagger-ui ignores property springdoc.swagger-ui.supported-submit-methods
  • #2733 - Bad schema return type when created a generic wrapper class for response entity
  • #2687 - Failed to load api definition after spring boot 3.4.0-M2
  • #2642 - Calling Swagger UI via different context paths fails
  • #2709 - Annotation @​Hidden on rest controller class level doesn't work due to spring default proxying mechanism CGLIB
  • #2642 - Calling Swagger UI via different context paths fails

... (truncated)

Changelog

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

[2.7.0] - 2024-23-11

Added

  • #2777 - Add SortAsQueryParam annotation
  • #2786 - No static resource swagger-ui/index.html error after migration to 2.7.0-RC1

Changed

  • Upgrade spring-boot to 3.4.0
  • Upgrade swagger-ui to 5.18.2
  • Upgrade spring-security-oauth2-authorization-server to 1.4.0

[2.7.0-RC1] - 2024-11-06

Added

  • #2649 - Add Encoding to multiple files and JSON payloads request test case
  • #2653 - Trim indent apply schema description
  • #2664 - Refactor Replace hardcoded schema prefix length
  • #2509, #2668 - Replace swagger urls in org.springdoc.core.properties.AbstractSwaggerUiConfigProperties#urls only if url is changed
  • #2727 - Display nullable request body with map type
  • #2746 - Readme.md add gradle import
  • #2760 - Added support for RequestBody as a meta-annotation
  • #2703 - Display nullable request body with map type
  • #2657 - Add support for OAS v3.1 webhooks

Changed

  • Upgrade spring-boot to 3.4.0-RC1
  • Upgrade swagger-core to 2.2.25
  • Upgrade swagger-ui to 5.18.1
  • Upgrade spring-cloud-function to 4.2.0-M1
  • Upgrade spring-security-oauth2-authorization-server to 1.4.0-M2

Fixed

  • #2752 - Swagger doesn't work after custom annotation replacing request parameters
  • #2747 - Move to webjars-locator-lite, in preparation for spring-boot 3.4 GA
  • #2705 - @​Schema oneOf config is ignored when generate the api-docs
  • #2744 - SpringDocUI doest add Javadoc into swagger from abstract class
  • #2708 - Spring Boot (Webflux) - Swagger UI - redirect URI does not include Gateway Prefix
  • #2725 - Serialization to openapi of org.springframework.data.domain.Sort is wrong for Spring Boot >2.x
  • #2740 - Swagger-ui ignores property springdoc.swagger-ui.supported-submit-methods
  • #2733 - Bad schema return type when created a generic wrapper class for response entity
  • #2687 - Failed to load api definition after spring boot 3.4.0-M2
  • #2642 - Calling Swagger UI via different context paths fails
  • #2709 - Annotation @​Hidden on rest controller class level doesn't work due to spring default proxying mechanism CGLIB
  • #2642 - Calling Swagger UI via different context paths fails
  • #2663 - Content definition in @​ApiResponse remove schema generated based on the returned value
  • #2646 - The operationId is unnecessarily deduplicated for a requestBody with multiple content types
  • #2643 - UpperSnakeCaseStrategy is not working with spring boot and ParameterObject
  • #2640 - @​JsonUnwrapped is ignored when PolymorphicConverter is enabled
  • #2638 - Boolean Parameter with @​Schema Annotation Changes Type to string in OpenAPI Documentation
  • #2659 - Fix typo in SpringSecurityLoginEndpointCustomizer method name

... (truncated)

Commits
  • 92d82da [maven-release-plugin] prepare release v2.7.0
  • 7226c45 revert back to version of swagger-core 2.2.25
  • 7e2991c When using ParameterObject, description is taken from superclass instead of s...
  • b04a2c0 - Upgrade spring-boot to 3.4.0
  • ee2dfc4 Merge pull request #2777 from ondrejkrpec/ondrejkrpec/add-sort-as-query-param
  • f8c22af Add SortAsQueryParam annotation
  • 1fdddf6 [maven-release-plugin] prepare for next development iteration
  • 54278b8 [maven-release-plugin] prepare release v2.7.0-RC1
  • bb0359f CHANGELOG.md update
  • 2ba7055 Upgrade swagger-ui to 5.18.1
  • Additional commits viewable in compare view

Updates no.nav.klage:klage-kodeverk from 1.8.61 to 1.9.2

Commits

Updates no.nav.security:token-validation-spring from 5.0.11 to 5.0.13

Release notes

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

5.0.13

What's Changed

  • No changes

5.0.12

What's Changed

⬆️ Dependency upgrades

Commits

Updates no.nav.security:token-client-spring from 5.0.11 to 5.0.13

Release notes

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

5.0.13

What's Changed

  • No changes

5.0.12

What's Changed

⬆️ Dependency upgrades

Commits

Updates no.nav.security:token-client-spring from 5.0.11 to 5.0.13

Release notes

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

5.0.13

What's Changed

  • No changes

5.0.12

What's Changed

⬆️ Dependency upgrades

Commits

Updates org.verapdf:validation-model from 1.26.1 to 1.26.2

Commits

Updates org.testcontainers:testcontainers from 1.20.3 to 1.20.4

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.20.4

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

Commits
  • 39ff5f8 [localstack] Add testcontainer marker labels to additional localstack flags (...
  • 1facaf0 Remove extra call to docker credentials (#9545)
  • c68f791 Update com.gradle.enterprise.gradle.plugin version to 3.18.2
  • e3e7fdc Update gradle/setup-gradle version to v4
  • 964c6e6 Fix docker credentials output (#9544)
  • c01fc1b Use cockroachdb version in testcontainers jdbc url test
  • 0200a5d Fix cockroachdb wait strategy with version >= 22.1.0 (#9505)
  • be7251b Check if container belongs to a network when using exposeHostPorts (#8298)
  • 78ba315 Revert "Add shutdownHook to send sigterm to ryuk (#7717)" (#9504)
  • 10f32af Stop container that doesn't match wait strategy (#9474)
  • Additional commits viewable in compare view

Updates org.testcontainers:junit-jupiter from 1.20.3 to 1.20.4

Release notes

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

1.20.4

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

Commits
  • 39ff5f8 [localstack] Add testcontainer marker labels to additional localstack flags (...
  • 1facaf0 Remove extra call to docker credentials (#9545)
  • c68f791 Update com.gradle.enterprise.gradle.plugin version to 3.18.2
  • e3e7fdc Update gradle/setup-gradle version to v4
  • 964c6e6 Fix docker credentials output (#9544)
  • c01fc1b Use cockroachdb version in testcontainers jdbc url test
  • 0200a5d Fix cockroachdb wait strategy with version >= 22.1.0 (#9505)
  • be7251b Check if container belongs to a network when using exposeHostPorts (#8298)
  • 78ba315 Revert "Add shutdownHook to send sigterm to ryuk (#7717)" (#9504)
  • 10f32af Stop container that doesn't match wait strategy (#9474)
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.20.3 to 1.20.4

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.20.4

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

📦 Dependency updates

Commits

Bumps the all-dependencies group with 17 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [org.hibernate.orm:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) | `6.6.2.Final` | `6.6.3.Final` |
| [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) | `1.44.1` | `1.45.0` |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `5.16.0` | `6.0.2` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `5.16.0` | `6.0.2` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.6.0` | `2.7.0` |
| [no.nav.klage:klage-kodeverk](https://github.com/navikt/klage-kodeverk) | `1.8.61` | `1.9.2` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.11` | `5.0.13` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.11` | `5.0.13` |
| [org.verapdf:validation-model](https://github.com/veraPDF/veraPDF-validation) | `1.26.1` | `1.26.2` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.3` | `1.20.4` |
| [jvm](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| [plugin.jpa](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| [kapt](https://github.com/JetBrains/kotlin) | `2.0.21` | `2.1.0` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.3.5` | `3.4.0` |



Updates `org.hibernate.orm:hibernate-jpamodelgen` from 6.6.2.Final to 6.6.3.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/6.6.3/changelog.txt)
- [Commits](hibernate/hibernate-orm@6.6.2...6.6.3)

Updates `io.opentelemetry:opentelemetry-api` from 1.44.1 to 1.45.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-java/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-java@v1.44.1...v1.45.0)

Updates `net.javacrumbs.shedlock:shedlock-spring` from 5.16.0 to 6.0.2
- [Changelog](https://github.com/lukas-krecan/ShedLock/blob/master/RELEASES.md)
- [Commits](lukas-krecan/ShedLock@shedlock-parent-5.16.0...shedlock-parent-6.0.2)

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 5.16.0 to 6.0.2

Updates `net.javacrumbs.shedlock:shedlock-provider-jdbc-template` from 5.16.0 to 6.0.2

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.6.0 to 2.7.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.6.0...v2.7.0)

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

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

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

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

Updates `org.verapdf:validation-model` from 1.26.1 to 1.26.2
- [Commits](veraPDF/veraPDF-validation@v1.26.1...v1.26.2)

Updates `org.testcontainers:testcontainers` from 1.20.3 to 1.20.4
- [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.20.3...1.20.4)

Updates `org.testcontainers:junit-jupiter` from 1.20.3 to 1.20.4
- [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.20.3...1.20.4)

Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4
- [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.20.3...1.20.4)

Updates `org.testcontainers:junit-jupiter` from 1.20.3 to 1.20.4
- [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.20.3...1.20.4)

Updates `org.testcontainers:postgresql` from 1.20.3 to 1.20.4
- [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.20.3...1.20.4)

Updates `jvm` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `plugin.spring` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `plugin.jpa` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `kapt` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `plugin.spring` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `plugin.jpa` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

Updates `org.springframework.boot` from 3.3.5 to 3.4.0
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.3.5...v3.4.0)

Updates `kapt` from 2.0.21 to 2.1.0
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](JetBrains/kotlin@v2.0.21...v2.1.0)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-jpamodelgen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.opentelemetry:opentelemetry-api
  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-major
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: net.javacrumbs.shedlock:shedlock-provider-jdbc-template
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: no.nav.klage:klage-kodeverk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-validation-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: no.nav.security:token-client-spring
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.verapdf:validation-model
  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: 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: jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: plugin.jpa
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: kapt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: plugin.spring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: plugin.jpa
  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: kapt
  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 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 13, 2024

Superseded by #1286.

@dependabot dependabot bot closed this Dec 13, 2024
@dependabot dependabot bot deleted the dependabot/gradle/all-dependencies-3b8a534baf branch December 13, 2024 08:48
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