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 #1334

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 11, 2025

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

Package From To
org.hibernate.orm:hibernate-jpamodelgen 6.6.4.Final 6.6.7.Final
io.opentelemetry:opentelemetry-api 1.45.0 1.47.0
net.javacrumbs.shedlock:shedlock-spring 6.0.2 6.2.0
net.javacrumbs.shedlock:shedlock-provider-jdbc-template 6.0.2 6.2.0
org.springdoc:springdoc-openapi-starter-webmvc-ui 2.7.0 2.8.4
no.nav.security:token-validation-spring 5.0.13 5.0.16
no.nav.security:token-client-spring 5.0.13 5.0.16
org.verapdf:validation-model 1.26.2 1.26.5
org.apache.pdfbox:pdfbox 3.0.3 3.0.4
org.apache.tika:tika-core 3.0.0 3.1.0
com.tngtech.archunit:archunit-junit5 1.3.0 1.4.0
io.mockk:mockk 1.13.14 1.13.16
jvm 2.1.0 2.1.10
plugin.spring 2.1.0 2.1.10
plugin.jpa 2.1.0 2.1.10
kapt 2.1.0 2.1.10
org.springframework.boot 3.4.1 3.4.2

Updates org.hibernate.orm:hibernate-jpamodelgen from 6.6.4.Final to 6.6.7.Final

Release notes

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

Hibernate ORM 6.6.7.Final released

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

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

What's new

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

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.

Hibernate ORM 6.6.6.Final released

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

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

What's new

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

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

... (truncated)

Changelog

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

Changes in 6.6.7.Final (February 10, 2025)

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

** Bug * [HHH-19104] - Envers is keeping references to classes and thus classloaders * [HHH-18901] - AnnotationFormatError: Duplicate annotation for class: interface org.hibernate.bytecode.enhance.spi.EnhancementInfo * [HHH-18069] - NullPointerException when unioning partition results

** Improvement * [HHH-19098] - Disable implicit loading of the default import script

** Task * [HHH-19050] - Allow configuration of EntityManagerFactoryBuilderImpl to override the BytecodeProvider instance * [HHH-18928] - Consider the default Access Type as per Spec section 2.3.1 and skip enhancement of properties accessor

Changes in 6.6.6.Final (February 02, 2025)

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

** Bug * [HHH-19079] - ComponentType.replace can cause ArrayIndexOutOfBoundsException when used with embeddable inheritance * [HHH-19069] - Performance regression for wide inheritance models * [HHH-19034] - Wrong reuse of a Join * [HHH-18961] - JtaIsolationDelegate, obtaining connection : NPE when SQLExceptionConversionDelegate#convert returns null * [HHH-18933] - the ordering of the class declaration in persistence.xml seems to affect the metamodel

** Task * [HHH-19078] - Improve release process error message when no issues with corresponding version are found

Changes in 6.6.5.Final (January 19, 2025)

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

** Bug * [HHH-19011] - @​ElementCollection comment overrides class level comment on an Entity * [HHH-18819] - Error resolving persistent property of @​MapperSuperclass if subtype @​Embeddable used as @​IdClass * [HHH-17652] - Cannot invoke "org.hibernate.envers.internal.entities.EntityConfiguration.getRelationDescription(String)" because "entCfg" is null

** Task * [HHH-18972] - Upgrade to ByteBuddy 1.15.11

Commits
  • 4fbf5f2 Pre-steps for release : 6.6.7.Final
  • 53cdd08 Revert "HHH-18912 - ORM release process"
  • cff14d9 Revert "Revert publish task dependency on release changes"
  • 5418d16 Revert publish task dependency on release changes
  • 57b9191 HHH-18912 - ORM release process
  • b752ad9 HHH-18928 Use enhanced field access even when defaulting to PROPERTY
  • 46a149d HHH-18928 Consider class-level default PROPERTY access type
  • 3cbc98b HHH-18928 metamodel test failure when entity class is enhanced.
  • edeb19a HHH-19104 Envers - Reset ReflectionTools cache on disintegration
  • b87830a HHH-19050 Allow configuration of EntityManagerFactoryBuilderImpl to override ...
  • Additional commits viewable in compare view

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

Release notes

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

Version 1.47.0

API

Incubator

  • Make ExtendedTracer easier to use (#6943)
  • Add ExtendedLogRecordBuilder#setEventName and corresponding SDK and OTLP serialization (#7012)
  • BREAKING: Drop event API / SDK (#7053)

SDK

  • Remove -alpha artifacts from runtime classpath of stable components (#6944)

Traces

  • Bugfix: Follow spec on span limits, batch processors (#7030)
  • Add experimental SdkTracerProvider.setScopeConfigurator(ScopeConfigurator) for updating TracerConfig at runtime (#7021)

Profiles

  • Add AttributeKeyValue abstraction to common otlp exporters (#7026)
  • Improve profiles attribute table handling (#7031)

Exporters

  • Interpret timeout zero value as no limit (#7023)
  • Bugfix - OTLP: Fix concurrent span reusable data marshaler (#7041)
  • OTLP: Add ability to customize retry exception predicate (#6991)
  • OTLP: Expand default OkHttp sender retry exception predicate (#7047, #7057)

Extensions

  • Autoconfigure: Consistent application of exporter customizers when otel.{signal}.exporter=none (#7017)
  • Autoconfigure: Promote EnvironmentResourceProvider to public API (#7052)
  • Autoconfigure: Ensure OTEL_PROPAGATORS still works when OTEL_SDK_DISABLED=true. (#7062)%

Testing

  • Add W3CBaggagePropagator to OpenTelemetryRule, OpenTelemetryExtension. (#7056)

🙇 Thank you

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

@​breedx-splk @​edeweerd1A @​jack-berg @​jackshirazi @​jhalliday @​jkwatson

... (truncated)

Changelog

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

Version 1.47.0 (2025-02-07)

API

Incubator

  • Make ExtendedTracer easier to use (#6943)
  • Add ExtendedLogRecordBuilder#setEventName and corresponding SDK and OTLP serialization (#7012)
  • BREAKING: Drop event API / SDK (#7053)

SDK

  • Remove -alpha artifacts from runtime classpath of stable components (#6944)

Traces

  • Bugfix: Follow spec on span limits, batch processors (#7030)
  • Add experimental SdkTracerProvider.setScopeConfigurator(ScopeConfigurator) for updating TracerConfig at runtime (#7021)

Profiles

  • Add AttributeKeyValue abstraction to common otlp exporters (#7026)
  • Improve profiles attribute table handling (#7031)

Exporters

  • Interpret timeout zero value as no limit (#7023)
  • Bugfix - OTLP: Fix concurrent span reusable data marshaler (#7041)
  • OTLP: Add ability to customize retry exception predicate (#6991)
  • OTLP: Expand default OkHttp sender retry exception predicate (#7047, #7057)

Extensions

  • Autoconfigure: Consistent application of exporter customizers when otel.{signal}.exporter=none (#7017)
  • Autoconfigure: Promote EnvironmentResourceProvider to public API

... (truncated)

Commits
  • f97bea8 [release/v1.47.x] Prepare release 1.47.0 (#7085)
  • 355d17f Prepare 1.47.0 (#7078)
  • 19650df fix(deps): update dependency nl.jqno.equalsverifier:equalsverifier to v3.19 (...
  • a17dcd5 fix(deps): update dependency me.champeau.jmh:jmh-gradle-plugin to v0.7.3 (#7054)
  • e075cc1 chore(deps): update plugin org.graalvm.buildtools.native to v0.10.5 (#7066)
  • 22b6fea chore(deps): update gradle/actions action to v4.3.0 (#7060)
  • ab24130 chore(deps): update plugin com.gradleup.shadow to v8.3.6 (#7063)
  • a5739eb Spec compliance: OTEL_PROPAGATORS should still work when OTEL_SDK_DISABLED (#...
  • d16cad3 feat(sdk-testing): Add W3CBaggagePropagator to test utils (#7056)
  • 2fcd5f5 Add OSSF Scorecard code scanning (#7067)
  • Additional commits viewable in compare view

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

Changelog

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

6.2.0 (2025-01-08)

  • Support OpenSearch Java client (thanks @​harisonde)
  • Dependency updates

6.1.0 (2025-01-06)

Commits
  • 37dd57e [maven-release-plugin] prepare release shedlock-parent-6.2.0
  • 37d76cd Drop unnecessary OS files
  • ec05f3a Use just s3 localstack
  • 7421c33 Try to lover disk usage of tests
  • 045e1c9 Fix OpeanSearch readme
  • 57309ba Less granular logs in S3 tests
  • 24f429b Merge pull request #2335 from lukas-krecan/opensearch-java
  • 388f7f0 Merge pull request #2339 from lukas-krecan/dependabot/maven/org.jooq-jooq-3.1...
  • 719b56c Merge pull request #2340 from lukas-krecan/dependabot/maven/com.diffplug.spot...
  • 4032d6c Bump com.diffplug.spotless:spotless-maven-plugin from 2.44.0 to 2.44.1
  • Additional commits viewable in compare view

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

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

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

Release notes

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

springdoc-openapi v2.8.4 released!

What's Changed

Added

  • #2873 - Improve performance of getGenericMapResponse
  • #2836 - Provide option to set allowed locales
  • #2862 - Align Swagger-UI Prefix Path with Swagger-WebMvc Behavior

Changed

  • Upgrade spring-boot to 3.4.2
  • Upgrade spring-cloud-function to 4.2.1
  • Upgrade swagger-core to 2.2.28

Fixed

  • #2870 - Springdoc 2.8.x + Spring Boot 3.4.1 breaks native image support
  • #2869 - Exception logged when generating schema for delete method of Spring Data repository.
  • #2856 - @​JsonUnwrapped is ignored in new version of lib.
  • #2852 - @​Schema(types = "xxx") does not work for multipart param with enabled springdoc.default-support-form-data config option.

New Contributors

Full Changelog: springdoc/springdoc-openapi@v2.8.3...v2.8.4

springdoc-openapi v2.8.3 released!

Added

  • #2851 - Refine condition, for ignoring types when using PolymorphicModelConverter

Full Changelog: springdoc/springdoc-openapi@v2.8.2...v2.8.3

springdoc-openapi v2.8.2 released!

Added

  • #2849 - Provide better compatibility for projects migrating from OAS 3.0 to OAS 3.1

Fixed

  • #2846 - ClassCastException with spring-data-rest and openapi version 3.1 bug
  • #2844 - PageableObject and SortObject are called Pageablenull and Sortnull

Full Changelog: springdoc/springdoc-openapi@v2.8.1...v2.8.2

springdoc-openapi v2.8.1 released!

Full Changelog: springdoc/springdoc-openapi@v2.8.0...v2.8.1

Fixed

  • #2834 - java.lang.ClassNotFoundException: kotlin.reflect.full.KClasses when upgrade from 2.7.0 to 2.8.0

... (truncated)

Changelog

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

[2.8.4] - 2025-01-25

Added

  • #2873 - Improve performance of getGenericMapResponse
  • #2836 - Provide option to set allowed locales
  • 2862 - Align Swagger-UI Prefix Path with Swagger-WebMvc Behavior

Changed

  • Upgrade spring-boot to 3.4.2
  • Upgrade spring-cloud-function to 4.2.1
  • Upgrade swagger-core to 2.2.28

Fixed

  • #2870 - Springdoc 2.8.x + Spring Boot 3.4.1 breaks native image support
  • #2869 - Exception logged when generating schema for delete method of Spring Data repository.
  • #2856 - @​JsonUnwrapped is ignored in new version of lib.
  • #2852 - @​Schema(types = "xxx") does not work for multipart param with enabled springdoc.default-support-form-data config option.

[2.8.3] - 2025-01-12

Added

  • #2851 - Refine condition, for ignoring types when using PolymorphicModelConverter

[2.8.2] - 2025-01-12

Added

  • #2849 - Provide better compatibility for projects migrating from OAS 3.0 to OAS 3.1

Fixed

  • #2846 - ClassCastException with spring-data-rest and openapi version 3.1 bug
  • #2844 - PageableObject and SortObject are called Pageablenull and Sortnull

[2.8.1] - 2025-01-06

Fixed

  • #2834 - java.lang.ClassNotFoundException: kotlin.reflect.full.KClasses when upgrade from 2.7.0 to 2.8.0

[2.8.0] - 2025-01-03

Added

  • #2790 - Moving to OpenAPI 3.1 as the default implementation for springdoc-openapi
  • #2817 - Obey annotations when flattening ParameterObject fields
  • #2826 - Make it possible to mark parameters with @​RequestParam annotation to be sent in form instead of query.
  • #2822 - Support returning null in ParameterCustomizer
  • #2830 - Add support for deprecated fields.
  • #2780 - Add Security Schema by AutoConfigure

Changed

  • Upgrade spring-boot to 3.4.1
  • Upgrade spring-cloud-function to 4.2.0

... (truncated)

Commits

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

Release notes

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

5.0.16

What's Changed

  • No changes

5.0.15

What's Changed

⬆️ Dependency upgrades

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits

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

Release notes

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

5.0.16

What's Changed

  • No changes

5.0.15

What's Changed

⬆️ Dependency upgrades

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits

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

Release notes

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

5.0.16

What's Changed

  • No changes

5.0.15

What's Changed

⬆️ Dependency upgrades

5.0.14

What's Changed

⬆️ Dependency upgrades

Commits

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

Commits

Updates org.apache.pdfbox:pdfbox from 3.0.3 to 3.0.4

Updates org.apache.tika:tika-core from 3.0.0 to 3.1.0

Changelog

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

Release 4.0.0-BETA1 - ??? BREAKING CHANGES

  • Headers are no longer injected into the body/content of MSG files (TIKA-4345). Please open a ticket if you need this behavior across email formats.

Release 3.1.0 - ??

  • Allow users to turn off the injection of some headers into the content stream of MSG files (TIKA-4345).

  • Add a wrapper for Google's magika detector (TIKA-4344).

  • Add support for MachO via Alexey Pelykh (TIKA-4309).

  • Add logic to inject spaces in XPS files based on font widths via Ruairidh Williamson (TIKA-4315).

  • Mime type "application/json" is now a sub class of "text/javascript" not "application/javascript" (TIKA-4336)

  • Remove tagsoup from the project entirely. Note that some of the tags produced by the SourceCodeParser are slightly different (TIKA-4338)

Release 3.0.0 - 10/15/2024

  • Fix regression in TextAndCSVParser (TIKA-4278).

Release 3.0.0-BETA2 - 07/09/2024

BREAKING CHANGES

  • Updated PST parser to use standard Message metadata keys and improved handling of embedded files (TIKA-4248).

  • Convenience methods for XML readers were moved from ParseContext to XMLReaderUtils (TIKA-4259).

Other Changes

  • Add GRPC server (TIKA-4181).

  • Improved configurability in tika-pipes (TIKA-4243).

  • Add optional PST parser based on libpst/readpst (TIKA-4250).

Release 3.0.0-BETA - 12/01/2023

BREAKING CHANGES

  • Require Java 11 (TIKA-4128).

... (truncated)

Commits
  • 2561927 [maven-release-plugin] prepare release tika-3.1.0-rc1
  • f371a7d update CHANGES.txt for rc1
  • 5120b21 TIKA-4337 -- check for empty string in array index 1 (#2109)
  • 91ba3d6 TIKA-4361 -- follow on fix (#2108)
  • 14e652a TIKA-4372: fix org.apache.commons.io osgi metadata (#2107)
  • 77772c7 TIKA-4326: update puppycrawl, google cloud, commons codec
  • 9ddb3d4 remove errant debugging println from RTF parser
  • 00fddf2 TIKA-4303: Handle OneNotePropertyEnum.CachedTitleString as RichEditTextUnicod...
  • e3fcf9a TIKA-4371 -- exclude (hopefully) unneeded provided dependencies from xmlbeans...
  • 3d2d974 TIKA-4326: update protobuf
  • Additional commits viewable in compare view

Updates com.tngtech.archunit:archunit-junit5 from 1.3.0 to 1.4.0

Release notes

Sourced from com.tngtech.archunit:archunit-junit5's releases.

ArchUnit 1.4.0

Enhancements

Core

  • Support Java 24 / class file major version 68 (#1364)

Lang

  • Improve performance for transitive dependency checks (#1381; thanks to @​To6i 👏)

Library

  • Improve GeneralCodingRules.testClassesShouldResideInTheSamePackageAsImplementation to not fail for classes with no tests in their packages (#1368; thanks to @​krzysztof-owczarek 👏)

JUnit

  • Fix failure when junit.testFilter is used (#1361; thanks to @​Sparkymann 👏)
  • Enable @AnalyzeClasses annotation to be used as meta annotation (#1300; thanks to @​mathze 👏)

Documentation

  • Fix user guide describing wrong default behavior of @AnalyzeClasses (#1406)
  • Clarify Slices documentation (#1366; thanks to @​mipo256 👏)

Internal improvements

  • Run tests with JUnit Platform to pave the way to migrate to JUnit 5 (#1294)
  • Update Gradle Wrapper from 7.6 to 8.12 (#1392)
  • Extend CI to run tests with JDK 21 (#1408)
Commits
  • c5caa02 prepare release 1.4.0
  • 3495fc2 improve rule to not fail for classes with no tests in their packages (#1368)
  • 2e7af6a fix resideInSamePackage rule fails for multiple implementations, but not all ...
  • 13a2bc9 Bump rexml from 3.2.8 to 3.3.9 in /docs
  • a6d07e4 Bump org.asciidoctor.jvm.convert from 3.3.2 to 4.0.4
  • 32f24ef Bump webrick from 1.8.1 to 1.9.1 in /docs
  • 9b6f870 Bump github-pages from 231 to 232 in /docs
  • cdd5b23 Bump com.gradleup.shadow from 8.3.5 to 8.3.6
  • f7cce83 Bump actions/setup-java from 4.6.0 to 4.7.0
  • d7395ed Bump gradle-update/update-gradle-wrapper-action from 2.0.0 to 2.0.1
  • Additional commits viewable in compare view

Updates io.mockk:mockk from 1.13.14 to 1.13.16

Release notes

Sourced from io.mockk:mockk's releases.

1.13.16

What's Changed

Full Changelog: mockk/mockk@1.13.14...1.13.16

Commits
  • 9d151cb Version bump
  • 59d8d16 Merge pull request #1332 from kpadhiamex/1073-fix-issue-with-mocking-value-cl...
  • f602f77 Used Result.success("") for Kotlin class comparison instead of string name co...
  • 580c1d7 Used Kotlin class comparison instead of name comparison
  • 2ddd49d Fix( Issue #1073): Bug fix for the issue with mocking value classes with coEv...
  • See full diff in compare view

Updates jvm from 2.1.0 to 2.1.10

Release notes

Sourced from jvm's releases.

Kotlin 2.1.10

Changelog

Compiler

  • KT-73858 Compose / iOS: NullPointerException on building
  • KT-73454 K2: Fix type parameters mapping for typealiases with inner RHS
  • KT-73043 K2 Compiler does not allow references to inner constructors with typealiases
  • KT-74040 Compilation of inner class usage does not check the visibility of parent class during compilation in different rounds
  • KT-73339 K2: "VerifyError: Bad type on operand stack" because of missing implicit cast on generic field receiver with star projection
  • KT-72585 K2: Compilation failure when upgrading to Kotlin 2.0.20+: Cannot replace top-level type with star projection: S
  • KT-73399 compile-time JVM codegen failure on a KProperty argument of a KSuspendFunction parameter
  • KT-72725 KMP: Unsupported actualization of inherited java field in expect class
  • KT-73153 K2: Standalone diagnostics on type arguments are not reported

Compose compiler

  • CMP-5680 Compose compiler: unexpected stability warnings for classes compiled with 2.0.10
  • b/381407900 Avoid adding Compose annotations on synthetic classes

IR. Inlining

  • KT-73981 [2.1.10] Suppress checkIncorrectCrossFileDeclarationAccess warning for Compose <class>$stable field access

JavaScript

  • KT-70778 Kotlin Js companion is undefined in production build
  • KT-73130 KJS: Missed break for do/while in generated JS code
  • KT-58797 Optimize the code generated for objects on JS and Wasm backends

Klibs

  • KT-70146 [KLIB Resolve] Don't fail on nonexistent transitive dependency
  • KT-73951 Workaround for "Partial linkage engine may not patch some discrepancies in IR when compiling Kotlin/Native static caches" in 2.1.10

Native

  • KT-73559 K/Native: AndroidNativeArm64 linking fails starting from Kotlin 2.1.0

Tools. CLI

  • KT-73967 JDK 25: "IllegalArgumentException: 25-ea" with EA builds

Tools. Daemon

  • KT-73311 "Unable to release compile session, maybe daemon is already down" flakiness
...

Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 11, 2025
@dependabot dependabot bot force-pushed the dependabot/gradle/all-dependencies-b61d4ec17e branch 2 times, most recently from 7996c0c to 52e561f Compare February 12, 2025 19:36
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.4.Final` | `6.6.7.Final` |
| [io.opentelemetry:opentelemetry-api](https://github.com/open-telemetry/opentelemetry-java) | `1.45.0` | `1.47.0` |
| [net.javacrumbs.shedlock:shedlock-spring](https://github.com/lukas-krecan/ShedLock) | `6.0.2` | `6.2.0` |
| net.javacrumbs.shedlock:shedlock-provider-jdbc-template | `6.0.2` | `6.2.0` |
| [org.springdoc:springdoc-openapi-starter-webmvc-ui](https://github.com/springdoc/springdoc-openapi) | `2.7.0` | `2.8.4` |
| [no.nav.security:token-validation-spring](https://github.com/navikt/token-support) | `5.0.13` | `5.0.16` |
| [no.nav.security:token-client-spring](https://github.com/navikt/token-support) | `5.0.13` | `5.0.16` |
| [org.verapdf:validation-model](https://github.com/veraPDF/veraPDF-validation) | `1.26.2` | `1.26.5` |
| org.apache.pdfbox:pdfbox | `3.0.3` | `3.0.4` |
| [org.apache.tika:tika-core](https://github.com/apache/tika) | `3.0.0` | `3.1.0` |
| [com.tngtech.archunit:archunit-junit5](https://github.com/TNG/ArchUnit) | `1.3.0` | `1.4.0` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.14` | `1.13.16` |
| [jvm](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` |
| [plugin.spring](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` |
| [plugin.jpa](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` |
| [kapt](https://github.com/JetBrains/kotlin) | `2.1.0` | `2.1.10` |
| [org.springframework.boot](https://github.com/spring-projects/spring-boot) | `3.4.1` | `3.4.2` |



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

Updates `io.opentelemetry:opentelemetry-api` from 1.45.0 to 1.47.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.45.0...v1.47.0)

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

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

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

Updates `org.springdoc:springdoc-openapi-starter-webmvc-ui` from 2.7.0 to 2.8.4
- [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.7.0...v2.8.4)

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

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

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

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

Updates `org.apache.pdfbox:pdfbox` from 3.0.3 to 3.0.4

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

Updates `com.tngtech.archunit:archunit-junit5` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](TNG/ArchUnit@v1.3.0...v1.4.0)

Updates `io.mockk:mockk` from 1.13.14 to 1.13.16
- [Release notes](https://github.com/mockk/mockk/releases)
- [Commits](mockk/mockk@1.13.14...1.13.16)

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

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

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

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

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

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

Updates `org.springframework.boot` from 3.4.1 to 3.4.2
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.4.1...v3.4.2)

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

---
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-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: 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: 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.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-minor
  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: io.mockk:mockk
  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
- dependency-name: kapt
  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
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: kapt
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/gradle/all-dependencies-b61d4ec17e branch from 52e561f to afafd7f Compare February 14, 2025 08:39
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