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 21 updates #1093

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 14, 2024

Bumps the all-dependencies group with 21 updates:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.1.5 3.2.1
org.jetbrains.kotlin:kotlin-stdlib 1.9.21 1.9.22
org.jetbrains.kotlin:kotlin-test-junit5 1.9.21 1.9.22
org.jetbrains.kotlin:kotlin-maven-allopen 1.9.21 1.9.22
org.jetbrains.kotlin:kotlin-maven-noarg 1.9.21 1.9.22
org.jetbrains.kotlin:kotlin-maven-plugin 1.9.21 1.9.22
io.confluent:kafka-schema-registry-client 7.5.2 7.5.3
io.confluent:kafka-connect-avro-converter 7.5.2 7.5.3
io.confluent:kafka-avro-serializer 7.5.2 7.5.3
com.github.navikt:brukernotifikasjon-schemas 2.5.2 3.0.0
no.nav.familie.felles:unleash 2.20231201131108_ea25dd3 2.20240112101059_13c2d3f
no.nav.familie.felles:log 2.20231201131108_ea25dd3 2.20240112101059_13c2d3f
no.nav.familie.felles:kafka 2.20231201131108_ea25dd3 2.20240112101059_13c2d3f
no.nav.familie.felles:http-client 2.20231201131108_ea25dd3 2.20240112101059_13c2d3f
no.nav.familie.felles:sikkerhet 2.20231201131108_ea25dd3 2.20240112101059_13c2d3f
no.nav.familie.felles:leader 2.20231201131108_ea25dd3 2.20240112101059_13c2d3f
no.nav.familie.felles:util 2.20231201131108_ea25dd3 2.20240112101059_13c2d3f
no.nav.familie.kontrakter:felles 3.0_20231206111937_3c866af 3.0_20240109111848_d97569f
no.nav.familie.kontrakter:enslig-forsorger 3.0_20231206111937_3c866af 3.0_20240109111848_d97569f
org.testcontainers:postgresql 1.19.2 1.19.3
io.mockk:mockk-jvm 1.13.8 1.13.9

Updates org.springframework.boot:spring-boot-starter-parent from 3.1.5 to 3.2.1

Release notes

Sourced from org.springframework.boot:spring-boot-starter-parent's releases.

v3.2.1

🐞 Bug Fixes

  • HibernateJpaAutoConfiguration should be applied before DataSourceTransactionManagerAutoConfiguration #38880
  • META-INF entries are duplicated under BOOT-INF/classes causing "Conflicting persistence unit definitions" error #38862
  • logging.include-application-name has no effect when using log4j2 #38847
  • Pulsar authentication param properties cause IllegalStateException with Pulsar Client 3.1.0 #38839
  • Child context created with SpringApplicationBuilder runs parents runners #38837
  • getSigners() info is lost for signed jars when using the new loader implementation with requiresUnpack #38833
  • TestContainers parallel initialization doesn't work properly #38831
  • Zip file closed exceptions can be thrown due to StaticResourceJars closing jars from cached connections #38770
  • Multi-byte filenames in zip files can cause an endless loop in ZipString.hash #38751
  • Gradle task "bootJar" fails with "Failed to get permissions" when using Gradle 8.6-milestone-1 #38741
  • Custom binding converters are ignored when working with collection types #38734
  • WebFlux and resource server auto-configuration may fail due to null authentication manager #38713
  • It is unclear that Docker Compose services have not been started as one or more is already running #38661
  • Spring Boot jar launcher does not work in folders containing certain chars #38660
  • FileNotFoundException is thrown eagerly from unused SSL bundles #38659
  • NoUniqueBeanDefinitionFailureAnalyzer does not account for the fact that missing '-parameters' may be the cause #38652
  • Traces are propagated if tracing is disabled #38641
  • Missing registry auto-configuration for JMS listener observation support #38613
  • Class loading fails on an interrupted thread causing com.mongodb.event.ServerClosedEvent to fail to load when Mongo detects a cluster change #38611
  • Failures due to code not being compiled with '-parameters' are hard to identify #38603
  • System SSL certificates are not used by the Apache HTTP Client in a RestTemplate built with RestTemplateBuilder #38600
  • ZipFileSystem throws "java.util.zip.ZipException: read CEN tables failed" with certain nested jars #38595
  • Nested jar URLs cannot be split and reassembled resulting in errors with projects that use this technique (such as JobRunr) #38592
  • NoSuchMethodError can be thrown from Session.getCookie() due to binary incompatibilty #38589
  • management.metrics.tags has been deprecated without a replacement working for all metrics #38583
  • NegativeArraySizeException can be thrown from org.springframework.boot.loader.zip.ZipContent$Loader #38572
  • Migration form 3.1.5 to 3.2.0 : "Default" Tracer is not provided in test anymore #38568
  • TomcatWebServer stop doesn't close sockets for additional connectors #38564
  • Port is already in use when using @SpringBootTest with a separate management port and a mock web environment #38554
  • Keep-alive property causes processAot step to never finish #38531
  • Setting 'spring.task.scheduling.shutdown.await-termination-period' does not result in a call to SimpleAsyncTaskScheduler#taskTerminationTimeout #38530
  • Setting 'spring.task.execution.shutdown.await-termination-period' does not result in a call to SimpleAsyncTaskExecutor#taskTerminationTimeout #38528
  • Nested URLs return null from classLoader.getResource("") causing ClassPathResource failures #38524
  • Spring Boot 3.2 is not compatible with older versions of Liquibase #38522
  • Controller level exceptions not getting populated in HTTP server requests metrics #33731

📔 Documentation

  • Fix typo #38879
  • Add the LangChain4J Spring Boot Starter to the list of community starters #38776
  • Document prerequisites for Docker Compose support #38764
  • Update Dynatrace documentation links #38725
  • Correct references to Jetty's HTTP2 server module #38632
  • Fix Observation Filter docs #38586
  • Reinstate mention of testAndDevelopmentOnly when using Testcontainers at dev time #38571

🔨 Dependency Upgrades

... (truncated)

Commits
  • 8bb60ee Release v3.2.1
  • 7d1982f Merge branch '3.1.x'
  • 53528d3 Next development version (v3.1.8-SNAPSHOT)
  • 3222458 Merge branch '3.1.x'
  • 66e9c77 Upgrade Ubuntu version in CI images
  • f31ffbf Don't duplicate META-INF entries in nested directory jars
  • b218528 Merge branch '3.1.x'
  • 20529ea Drop Netty restriction
  • bf7d1e4 Merge branch '3.1.x'
  • e754c91 Upgrade to Spring WS 4.0.9
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-stdlib from 1.9.21 to 1.9.22

Release notes

Sourced from org.jetbrains.kotlin:kotlin-stdlib's releases.

Kotlin 1.9.22

Changelog

JavaScript

  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers

Native

  • KT-64139 Weird bug with while and coroutine in Kotlin Native
  • KT-63471 linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps
  • KT-63789 Native: Incremental compilation problem with compose

Tools. CLI

  • KT-64485 CLI: cache and optimize parsing of command-line arguments

Tools. Gradle

  • KT-63990 "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects

Tools. Gradle. Native

  • KT-63363 Kotlin Gradle Plugin: KotlinNativeHostSpecificMetadataArtifact breaks configuration cache, implicitly includes output file as configuration cache input
  • KT-63742 Gradle wrongly caches Kotlin/Native compiler flags

Tools. JPS

  • KT-64305 Kotlin JPS builder requests chunk rebuild with graph implementation
  • KT-64112 Avoid using IJ's JPS mappings in Kotlin JPS tests
  • KT-63799 Make plugin classpath serialization path agnostic

Checksums

File Sha256
kotlin-compiler-1.9.22.zip 88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6
kotlin-native-linux-x86_64-1.9.22.tar.gz c2b0a6481ced5401db4a7028661c039b7466996efaa554bbcc6a3d421ac5e7d4
kotlin-native-macos-x86_64-1.9.22.tar.gz 4646c9bc289d48a228064f565f3a968dde3dcccd7821f403717c708f6ffa8285
kotlin-native-macos-aarch64-1.9.22.tar.gz 8a95c0e0eb46b41b6d02a1942dc7dfe8c70082a2a26679490a77cd486f0ec8dd
kotlin-native-windows-x86_64-1.9.22.zip a9d7bcf38a41a84002ba7a733b08e97b554225a39656d5158fc31dc6d0acede4
Changelog

Sourced from org.jetbrains.kotlin:kotlin-stdlib's changelog.

1.9.22

JavaScript

  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers

Native

  • KT-64139 Weird bug with while and coroutine in Kotlin Native
  • KT-63471 linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps
  • KT-63789 Native: Incremental compilation problem with compose

Tools. CLI

  • KT-64485 CLI: cache and optimize parsing of command-line arguments

Tools. Gradle

  • KT-63990 "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects

Tools. Gradle. Native

  • KT-63363 Kotlin Gradle Plugin: KotlinNativeHostSpecificMetadataArtifact breaks configuration cache, implicitly includes output file as configuration cache input
  • KT-63742 Gradle wrongly caches Kotlin/Native compiler flags

Tools. JPS

  • KT-64305 Kotlin JPS builder requests chunk rebuild with graph implementation
  • KT-64112 Avoid using IJ's JPS mappings in Kotlin JPS tests
  • KT-63799 Make plugin classpath serialization path agnostic
Commits
  • 44ed2e9 Add changelog for 1.9.22
  • b7b0397 [Gradle] Made klib unpacked for native metadata compile task
  • 262697d [K/JS] Fix file extension inside the JS KGP to run tests with ES modules ^KT-...
  • 87c8aa1 [K/JS] Fix case with boxing/unboxing inside the BlockDecomposerLowering ^KT-6...
  • 316df8d [CLI] Add cache for reflection lookup of CLI arguments
  • b0cc245 Avoid throwing exception when BuildFusService can't be injected
  • cfbb957 [IR] Correct handling of loops in liveness analysis
  • 204cecd [box-tests] Added a reproducer for #KT-64139
  • 9c7aac2 [gradle] Use more fine grained directory for K/N incremental compilation
  • 9012e67 Add KotlinBuilder 'dumb mode' flag
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-test-junit5 from 1.9.21 to 1.9.22

Release notes

Sourced from org.jetbrains.kotlin:kotlin-test-junit5's releases.

Kotlin 1.9.22

Changelog

JavaScript

  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers

Native

  • KT-64139 Weird bug with while and coroutine in Kotlin Native
  • KT-63471 linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps
  • KT-63789 Native: Incremental compilation problem with compose

Tools. CLI

  • KT-64485 CLI: cache and optimize parsing of command-line arguments

Tools. Gradle

  • KT-63990 "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects

Tools. Gradle. Native

  • KT-63363 Kotlin Gradle Plugin: KotlinNativeHostSpecificMetadataArtifact breaks configuration cache, implicitly includes output file as configuration cache input
  • KT-63742 Gradle wrongly caches Kotlin/Native compiler flags

Tools. JPS

  • KT-64305 Kotlin JPS builder requests chunk rebuild with graph implementation
  • KT-64112 Avoid using IJ's JPS mappings in Kotlin JPS tests
  • KT-63799 Make plugin classpath serialization path agnostic

Checksums

File Sha256
kotlin-compiler-1.9.22.zip 88b39213506532c816ff56348c07bbeefe0c8d18943bffbad11063cf97cac3e6
kotlin-native-linux-x86_64-1.9.22.tar.gz c2b0a6481ced5401db4a7028661c039b7466996efaa554bbcc6a3d421ac5e7d4
kotlin-native-macos-x86_64-1.9.22.tar.gz 4646c9bc289d48a228064f565f3a968dde3dcccd7821f403717c708f6ffa8285
kotlin-native-macos-aarch64-1.9.22.tar.gz 8a95c0e0eb46b41b6d02a1942dc7dfe8c70082a2a26679490a77cd486f0ec8dd
kotlin-native-windows-x86_64-1.9.22.zip a9d7bcf38a41a84002ba7a733b08e97b554225a39656d5158fc31dc6d0acede4
Changelog

Sourced from org.jetbrains.kotlin:kotlin-test-junit5's changelog.

1.9.22

JavaScript

  • KT-63719 KJS: Test results ignored for ES module kind
  • KT-63808 compileTestDevelopmentExecutableKotlinJs failed in JsIntrinsicTransformers

Native

  • KT-64139 Weird bug with while and coroutine in Kotlin Native
  • KT-63471 linkDebugTestIosX64 Failed to build cache: NoSuchFileException bitcode_deps
  • KT-63789 Native: Incremental compilation problem with compose

Tools. CLI

  • KT-64485 CLI: cache and optimize parsing of command-line arguments

Tools. Gradle

  • KT-63990 "Cannot query the value of property 'buildFlowServiceProperty' because it has no value available" with Isolated Projects

Tools. Gradle. Native

  • KT-63363 Kotlin Gradle Plugin: KotlinNativeHostSpecificMetadataArtifact breaks configuration cache, implicitly includes output file as configuration cache input
  • KT-63742 Gradle wrongly caches Kotlin/Native compiler flags

Tools. JPS

  • KT-64305 Kotlin JPS builder requests chunk rebuild with graph implementation
  • KT-64112 Avoid using IJ's JPS mappings in Kotlin JPS tests
  • KT-63799 Make plugin classpath serialization path agnostic
Commits
  • 44ed2e9 Add changelog for 1.9.22
  • b7b0397 [Gradle] Made klib unpacked for native metadata compile task
  • 262697d [K/JS] Fix file extension inside the JS KGP to run tests with ES modules ^KT-...
  • 87c8aa1 [K/JS] Fix case with boxing/unboxing inside the BlockDecomposerLowering ^KT-6...
  • 316df8d [CLI] Add cache for reflection lookup of CLI arguments
  • b0cc245 Avoid throwing exception when BuildFusService can't be injected
  • cfbb957 [IR] Correct handling of loops in liveness analysis
  • 204cecd [box-tests] Added a reproducer for #KT-64139
  • 9c7aac2 [gradle] Use more fine grained directory for K/N incremental compilation
  • 9012e67 Add KotlinBuilder 'dumb mode' flag
  • Additional commits viewable in compare view

Updates org.jetbrains.kotlin:kotlin-maven-allopen from 1.9.21 to 1.9.22

Updates org.jetbrains.kotlin:kotlin-maven-noarg from 1.9.21 to 1.9.22

Updates org.jetbrains.kotlin:kotlin-maven-plugin from 1.9.21 to 1.9.22

Updates io.confluent:kafka-schema-registry-client from 7.5.2 to 7.5.3

Commits
  • 8d4193e Set Confluent to 7.5.3, Kafka to 7.5.3.
  • 8460e7c Merge branch '7.4.x' into 7.5.x by rayokota
  • c62d8f9 Merge pull request #2911 from confluentinc/fix-mock-client-npe
  • d988d5d Merge branch '7.4.x' into 7.5.x by rayokota
  • b861ec6 Merge pull request #2909 from confluentinc/add-csv-dep
  • d3ee8d7 Merge pull request #2910 from confluentinc/dek-deps
  • b32455e Minor fix
  • 01cc37a Fix NPE for getAllVersionsById in MockSchemaRegistryClient
  • 74904a4 MINOR add some explicit deps for DEK registry and client
  • e467bc3 Minor fix
  • Additional commits viewable in compare view

Updates io.confluent:kafka-connect-avro-converter from 7.5.2 to 7.5.3

Commits
  • 8d4193e Set Confluent to 7.5.3, Kafka to 7.5.3.
  • 8460e7c Merge branch '7.4.x' into 7.5.x by rayokota
  • c62d8f9 Merge pull request #2911 from confluentinc/fix-mock-client-npe
  • d988d5d Merge branch '7.4.x' into 7.5.x by rayokota
  • b861ec6 Merge pull request #2909 from confluentinc/add-csv-dep
  • d3ee8d7 Merge pull request #2910 from confluentinc/dek-deps
  • b32455e Minor fix
  • 01cc37a Fix NPE for getAllVersionsById in MockSchemaRegistryClient
  • 74904a4 MINOR add some explicit deps for DEK registry and client
  • e467bc3 Minor fix
  • Additional commits viewable in compare view

Updates io.confluent:kafka-avro-serializer from 7.5.2 to 7.5.3

Commits
  • 8d4193e Set Confluent to 7.5.3, Kafka to 7.5.3.
  • 8460e7c Merge branch '7.4.x' into 7.5.x by rayokota
  • c62d8f9 Merge pull request #2911 from confluentinc/fix-mock-client-npe
  • d988d5d Merge branch '7.4.x' into 7.5.x by rayokota
  • b861ec6 Merge pull request #2909 from confluentinc/add-csv-dep
  • d3ee8d7 Merge pull request #2910 from confluentinc/dek-deps
  • b32455e Minor fix
  • 01cc37a Fix NPE for getAllVersionsById in MockSchemaRegistryClient
  • 74904a4 MINOR add some explicit deps for DEK registry and client
  • e467bc3 Minor fix
  • Additional commits viewable in compare view

Updates com.github.navikt:brukernotifikasjon-schemas from 2.5.2 to 3.0.0

Updates no.nav.familie.felles:unleash from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f

Commits

Updates no.nav.familie.felles:log from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f

Commits

Updates no.nav.familie.felles:kafka from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f

Commits

Updates no.nav.familie.felles:http-client from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f

Commits

Updates no.nav.familie.felles:sikkerhet from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f

Commits

Updates no.nav.familie.felles:leader from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f

Commits

Updates no.nav.familie.felles:util from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f

Commits

Updates no.nav.familie.kontrakter:felles from 3.0_20231206111937_3c866af to 3.0_20240109111848_d97569f

Commits

Updates no.nav.familie.kontrakter:enslig-forsorger from 3.0_20231206111937_3c866af to 3.0_20240109111848_d97569f

Commits

Updates org.testcontainers:postgresql from 1.19.2 to 1.19.3

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.19.3

What's Changed

🐛 Bug Fixes

🧹 Housekeeping

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)
  • See full diff in compare view

Updates io.mockk:mockk-jvm from 1.13.8 to 1.13.9

Release notes

Sourced from io.mockk:mockk-jvm's releases.

1.13.9

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.8...1.13.9

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-dependencies group with 21 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.1.5` | `3.2.1` |
| [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.22` |
| [org.jetbrains.kotlin:kotlin-test-junit5](https://github.com/JetBrains/kotlin) | `1.9.21` | `1.9.22` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `1.9.21` | `1.9.22` |
| org.jetbrains.kotlin:kotlin-maven-noarg | `1.9.21` | `1.9.22` |
| org.jetbrains.kotlin:kotlin-maven-plugin | `1.9.21` | `1.9.22` |
| [io.confluent:kafka-schema-registry-client](https://github.com/confluentinc/schema-registry) | `7.5.2` | `7.5.3` |
| [io.confluent:kafka-connect-avro-converter](https://github.com/confluentinc/schema-registry) | `7.5.2` | `7.5.3` |
| [io.confluent:kafka-avro-serializer](https://github.com/confluentinc/schema-registry) | `7.5.2` | `7.5.3` |
| com.github.navikt:brukernotifikasjon-schemas | `2.5.2` | `3.0.0` |
| [no.nav.familie.felles:unleash](https://github.com/navikt/familie-felles) | `2.20231201131108_ea25dd3` | `2.20240112101059_13c2d3f` |
| [no.nav.familie.felles:log](https://github.com/navikt/familie-felles) | `2.20231201131108_ea25dd3` | `2.20240112101059_13c2d3f` |
| [no.nav.familie.felles:kafka](https://github.com/navikt/familie-felles) | `2.20231201131108_ea25dd3` | `2.20240112101059_13c2d3f` |
| [no.nav.familie.felles:http-client](https://github.com/navikt/familie-felles) | `2.20231201131108_ea25dd3` | `2.20240112101059_13c2d3f` |
| [no.nav.familie.felles:sikkerhet](https://github.com/navikt/familie-felles) | `2.20231201131108_ea25dd3` | `2.20240112101059_13c2d3f` |
| [no.nav.familie.felles:leader](https://github.com/navikt/familie-felles) | `2.20231201131108_ea25dd3` | `2.20240112101059_13c2d3f` |
| [no.nav.familie.felles:util](https://github.com/navikt/familie-felles) | `2.20231201131108_ea25dd3` | `2.20240112101059_13c2d3f` |
| [no.nav.familie.kontrakter:felles](https://github.com/navikt/familie-kontrakter) | `3.0_20231206111937_3c866af` | `3.0_20240109111848_d97569f` |
| [no.nav.familie.kontrakter:enslig-forsorger](https://github.com/navikt/familie-kontrakter) | `3.0_20231206111937_3c866af` | `3.0_20240109111848_d97569f` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.2` | `1.19.3` |
| [io.mockk:mockk-jvm](https://github.com/mockk/mockk) | `1.13.8` | `1.13.9` |


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.1.5 to 3.2.1
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.5...v3.2.1)

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

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

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 1.9.21 to 1.9.22

Updates `org.jetbrains.kotlin:kotlin-maven-noarg` from 1.9.21 to 1.9.22

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 1.9.21 to 1.9.22

Updates `io.confluent:kafka-schema-registry-client` from 7.5.2 to 7.5.3
- [Commits](confluentinc/schema-registry@v7.5.2...v7.5.3)

Updates `io.confluent:kafka-connect-avro-converter` from 7.5.2 to 7.5.3
- [Commits](confluentinc/schema-registry@v7.5.2...v7.5.3)

Updates `io.confluent:kafka-avro-serializer` from 7.5.2 to 7.5.3
- [Commits](confluentinc/schema-registry@v7.5.2...v7.5.3)

Updates `com.github.navikt:brukernotifikasjon-schemas` from 2.5.2 to 3.0.0

Updates `no.nav.familie.felles:unleash` from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:log` from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:kafka` from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:http-client` from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:sikkerhet` from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:leader` from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:util` from 2.20231201131108_ea25dd3 to 2.20240112101059_13c2d3f
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.kontrakter:felles` from 3.0_20231206111937_3c866af to 3.0_20240109111848_d97569f
- [Commits](https://github.com/navikt/familie-kontrakter/commits)

Updates `no.nav.familie.kontrakter:enslig-forsorger` from 3.0_20231206111937_3c866af to 3.0_20240109111848_d97569f
- [Commits](https://github.com/navikt/familie-kontrakter/commits)

Updates `org.testcontainers:postgresql` from 1.19.2 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.2...1.19.3)

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

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-test-junit5
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-noarg
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.confluent:kafka-schema-registry-client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.confluent:kafka-connect-avro-converter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.confluent:kafka-avro-serializer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: com.github.navikt:brukernotifikasjon-schemas
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:unleash
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:log
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:kafka
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:http-client
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:sikkerhet
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:leader
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.felles:util
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.kontrakter:felles
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: no.nav.familie.kontrakter:enslig-forsorger
  dependency-type: direct:production
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.mockk:mockk-jvm
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner January 14, 2024 04:47
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 14, 2024
@ma10s ma10s mentioned this pull request Jan 16, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Jan 17, 2024

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

@dependabot dependabot bot closed this Jan 17, 2024
@dependabot dependabot bot deleted the dependabot/maven/all-dependencies-5270f80c55 branch January 17, 2024 07:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants