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 14 updates #906

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2024

Bumps the all-dependencies group with 14 updates:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.2.2 3.2.3
no.nav.familie.felles:sikkerhet 2.20240123084817_35f03aa 3.20240227112134_a79201c
no.nav.familie.felles:log 2.20240123084817_35f03aa 3.20240227112134_a79201c
no.nav.familie.felles:util 2.20240123084817_35f03aa 3.20240227112134_a79201c
no.nav.familie.felles:kafka 2.20240123084817_35f03aa 3.20240227112134_a79201c
no.nav.familie.felles:unleash 2.20240123084817_35f03aa 3.20240227112134_a79201c
no.nav.familie.felles:http-client 2.20240123084817_35f03aa 3.20240227112134_a79201c
no.nav.familie.felles:log 2.20240123084817_35f03aa 3.20240227112134_a79201c
no.nav.familie.felles:util 2.20240123084817_35f03aa 3.20240227112134_a79201c
no.nav.familie.felles:kafka 2.20240123084817_35f03aa 3.20240227112134_a79201c
no.nav.familie.felles:unleash 2.20240123084817_35f03aa 3.20240227112134_a79201c
no.nav.familie.kontrakter:felles 3.0_20240215101759_cea211f 3.0_20240307134842_b6c7d85
no.nav.familie.kontrakter:enslig-forsorger 3.0_20240215101759_cea211f 3.0_20240307134842_b6c7d85
no.nav.familie.kontrakter:enslig-forsorger 3.0_20240215101759_cea211f 3.0_20240307134842_b6c7d85
no.nav.familie.felles:http-client 2.20240123084817_35f03aa 3.20240227112134_a79201c
com.ibm.mq:com.ibm.mq.jakarta.client 9.3.4.1 9.3.5.0
org.testcontainers:postgresql 1.19.5 1.19.7
com.github.tomakehurst:wiremock-jre8-standalone 2.35.1 2.35.2
io.mockk:mockk-jvm 1.13.9 1.13.10
org.jetbrains.kotlin:kotlin-maven-allopen 1.9.22 1.9.23

Updates org.springframework.boot:spring-boot-starter-parent from 3.2.2 to 3.2.3

Release notes

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

v3.2.3

⚠️ Noteworthy

  • This release upgrades to Hibernate 6.4.4.Final. While it contains a number of valuable bug fixes, it does not work correctly in a native image. If you are using GraalVM, Hibernate should be temporarily downgraded to 6.4.2.Final using the hibernate.version property.

🐞 Bug Fixes

  • Nested jar URLs can not be resolved if the path contains spaces #39675
  • Image building runs for a long time when a long image name is used and the tag contains an illegal character #39638
  • Banner printing doesn't respect set charset #39621
  • "micrometer.observations.*" configuration properties should be "management.observations.*" #39600
  • Metadata reading during configuration class parsing uses the default resource loader rather than the application's resource loader #39598
  • Several gson properties, including spring.gson.disable-html-escaping, do not behave correctly when set to false #39524
  • Property placeholders aren't resolved when configuration property binding creates a Map from a property value using a converter #39515
  • Gradle plugin allows the use of Gradle 7.4 but the documented and tested minimum is 7.5 #39513
  • WebFlux auto-configuration should only configure the blocking executor when virtual threads are enabled #39469
  • TestcontainersPropertySource assertion has typo #39449
  • Webflux actuator endpoints respond with 500 when a parameter is missing #39444
  • NoSuchMethod error when using the non-shaded Pulsar client and configuring authentications parameters #39389
  • Jetty GracefulShutdown writes to System.out #39360
  • Building images fails with Docker 25.0 when custom buildpacks are configured #39347
  • Creating a RestClient from a RestTemplateBuilder-created RestTemplate requires double configuration of the baseUrl/rootUri #39317
  • Auto-configured ConcurrentPulsarListenerContainerFactory and PulsarConsumerFactory cannot be injected into injection points with specific generic type information #39308
  • Startup failure when you have multiple @DynamicPropertySources in Spring Boot 3.2.2 #39297
  • Mockito's MockedStatic isn't closed in all cases #39272
  • TracingProperties exposes package-private PropagationType from public methods #39268

📔 Documentation

  • Add note regarding mixing of bundle-based and direct SSL configuration #39641
  • Add link to Pulsar workaround when using environment variables for authentication #39630
  • Document that task executor pool size properties are ignored when using virtual threads #39629
  • Document default value for show-value configuration properties #39596
  • Clarify that configuration properties only apply to the auto-configured OpenTelemetry Resource bean #39509
  • Update the Debugging Documentation of the Spring Boot Maven Plugin #39422
  • Awaitility link in Test Scoped Dependencies is incorrect #39415
  • Fixed NestedJarFile constructor javadoc #39285
  • Endpoint documentation contains the typo 'Unuthorized' #39280
  • Update Revved up by Develocity badge #39263

🔨 Dependency Upgrades

  • Upgrade to Byte Buddy 1.14.12 #39665
  • Upgrade to Commons Codec 1.16.1 #39566
  • Upgrade to Dropwizard Metrics 4.2.25 #39567
  • Upgrade to Groovy 4.0.18 #39568
  • Upgrade to Hibernate 6.4.4.Final #39569
  • Upgrade to Infinispan 14.0.24.Final #39570
  • Upgrade to Jackson Bom 2.15.4 #39666
  • Upgrade to Janino 3.1.12 #39571
  • Upgrade to Jetty 12.0.6 #39573

... (truncated)

Commits
  • c24afef Release v3.2.3
  • 5d88ada Merge branch '3.1.x' into 3.2.x
  • 8dff249 Next development version (v3.1.10-SNAPSHOT)
  • d13c006 Merge pull request #39675' from slovi
  • a457638 Polish 'Decode URL content before passing it to NestedLocation.parse'
  • 06569e7 Decode URL content before passing it to NestedLocation.parse
  • 428ddb7 Merge branch '3.1.x' into 3.2.x
  • 3930414 Upgrade CI images to ubuntu:jammy-20240212
  • 12de6aa Merge branch '3.1.x' into 3.2.x
  • 2c4909a Update copyright year of changed files
  • Additional commits viewable in compare view

Updates no.nav.familie.felles:sikkerhet from 2.20240123084817_35f03aa to 3.20240227112134_a79201c

Commits

Updates no.nav.familie.felles:log from 2.20240123084817_35f03aa to 3.20240227112134_a79201c

Commits

Updates no.nav.familie.felles:util from 2.20240123084817_35f03aa to 3.20240227112134_a79201c

Commits

Updates no.nav.familie.felles:kafka from 2.20240123084817_35f03aa to 3.20240227112134_a79201c

Commits

Updates no.nav.familie.felles:unleash from 2.20240123084817_35f03aa to 3.20240227112134_a79201c

Commits

Updates no.nav.familie.felles:http-client from 2.20240123084817_35f03aa to 3.20240227112134_a79201c

Commits

Updates no.nav.familie.felles:log from 2.20240123084817_35f03aa to 3.20240227112134_a79201c

Commits

Updates no.nav.familie.felles:util from 2.20240123084817_35f03aa to 3.20240227112134_a79201c

Commits

Updates no.nav.familie.felles:kafka from 2.20240123084817_35f03aa to 3.20240227112134_a79201c

Commits

Updates no.nav.familie.felles:unleash from 2.20240123084817_35f03aa to 3.20240227112134_a79201c

Commits

Updates no.nav.familie.kontrakter:felles from 3.0_20240215101759_cea211f to 3.0_20240307134842_b6c7d85

Commits

Updates no.nav.familie.kontrakter:enslig-forsorger from 3.0_20240215101759_cea211f to 3.0_20240307134842_b6c7d85

Commits

Updates no.nav.familie.kontrakter:enslig-forsorger from 3.0_20240215101759_cea211f to 3.0_20240307134842_b6c7d85

Commits

Updates no.nav.familie.felles:http-client from 2.20240123084817_35f03aa to 3.20240227112134_a79201c

Commits

Updates com.ibm.mq:com.ibm.mq.jakarta.client from 9.3.4.1 to 9.3.5.0

Updates org.testcontainers:postgresql from 1.19.5 to 1.19.7

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.19.7

Testcontainers for Java 1.19.7

Modules

Elasticserach

HiveMQ

MongoDB

  • Support mongodb/mongodb-community-server and mongodb/mongodb-enterprise-server (#8386) @​eddumelendez

PostgreSQL

📖 Documentation

📦 Dependency updates

1.19.6

Testcontainers for Java 1.19.6

Modules

New modules

📖 Documentation

... (truncated)

Commits

Updates com.github.tomakehurst:wiremock-jre8-standalone from 2.35.1 to 2.35.2

Commits

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

Release notes

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

1.13.10

What's Changed

New Contributors

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

Commits
  • 38a7f41 Update the API file
  • db6c67a Add the requireParallelTesting configuration flag
  • 9f19288 Merge pull request #1211 from JakeSteam/patch-2
  • 73803f8 Adds example workaround for Android users
  • 108f9b4 Merge pull request #1209 from ath0s/capture-mutable-list-value-class
  • f33d04b Fix capture using mutable list of value class
  • 640966d Merge pull request #1204 from jselbo/master
  • 894732e Update API with maybeUnboxValueForMethodReturn
  • ed50694 Merge pull request #1203 from flapenna/fix-calloriginal-default-interface-method
  • 3a00e7b Only unbox value class answers when appropriate
  • Additional commits viewable in compare view

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

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 14 updates:

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.2.2` | `3.2.3` |
| [no.nav.familie.felles:sikkerhet](https://github.com/navikt/familie-felles) | `2.20240123084817_35f03aa` | `3.20240227112134_a79201c` |
| [no.nav.familie.felles:log](https://github.com/navikt/familie-felles) | `2.20240123084817_35f03aa` | `3.20240227112134_a79201c` |
| [no.nav.familie.felles:util](https://github.com/navikt/familie-felles) | `2.20240123084817_35f03aa` | `3.20240227112134_a79201c` |
| [no.nav.familie.felles:kafka](https://github.com/navikt/familie-felles) | `2.20240123084817_35f03aa` | `3.20240227112134_a79201c` |
| [no.nav.familie.felles:unleash](https://github.com/navikt/familie-felles) | `2.20240123084817_35f03aa` | `3.20240227112134_a79201c` |
| [no.nav.familie.felles:http-client](https://github.com/navikt/familie-felles) | `2.20240123084817_35f03aa` | `3.20240227112134_a79201c` |
| [no.nav.familie.felles:log](https://github.com/navikt/familie-felles) | `2.20240123084817_35f03aa` | `3.20240227112134_a79201c` |
| [no.nav.familie.felles:util](https://github.com/navikt/familie-felles) | `2.20240123084817_35f03aa` | `3.20240227112134_a79201c` |
| [no.nav.familie.felles:kafka](https://github.com/navikt/familie-felles) | `2.20240123084817_35f03aa` | `3.20240227112134_a79201c` |
| [no.nav.familie.felles:unleash](https://github.com/navikt/familie-felles) | `2.20240123084817_35f03aa` | `3.20240227112134_a79201c` |
| [no.nav.familie.kontrakter:felles](https://github.com/navikt/familie-kontrakter) | `3.0_20240215101759_cea211f` | `3.0_20240307134842_b6c7d85` |
| [no.nav.familie.kontrakter:enslig-forsorger](https://github.com/navikt/familie-kontrakter) | `3.0_20240215101759_cea211f` | `3.0_20240307134842_b6c7d85` |
| [no.nav.familie.kontrakter:enslig-forsorger](https://github.com/navikt/familie-kontrakter) | `3.0_20240215101759_cea211f` | `3.0_20240307134842_b6c7d85` |
| [no.nav.familie.felles:http-client](https://github.com/navikt/familie-felles) | `2.20240123084817_35f03aa` | `3.20240227112134_a79201c` |
| com.ibm.mq:com.ibm.mq.jakarta.client | `9.3.4.1` | `9.3.5.0` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.5` | `1.19.7` |
| [com.github.tomakehurst:wiremock-jre8-standalone](https://github.com/wiremock/wiremock) | `2.35.1` | `2.35.2` |
| [io.mockk:mockk-jvm](https://github.com/mockk/mockk) | `1.13.9` | `1.13.10` |
| org.jetbrains.kotlin:kotlin-maven-allopen | `1.9.22` | `1.9.23` |


Updates `org.springframework.boot:spring-boot-starter-parent` from 3.2.2 to 3.2.3
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.2.2...v3.2.3)

Updates `no.nav.familie.felles:sikkerhet` from 2.20240123084817_35f03aa to 3.20240227112134_a79201c
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:log` from 2.20240123084817_35f03aa to 3.20240227112134_a79201c
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:util` from 2.20240123084817_35f03aa to 3.20240227112134_a79201c
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:kafka` from 2.20240123084817_35f03aa to 3.20240227112134_a79201c
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:unleash` from 2.20240123084817_35f03aa to 3.20240227112134_a79201c
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:http-client` from 2.20240123084817_35f03aa to 3.20240227112134_a79201c
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:log` from 2.20240123084817_35f03aa to 3.20240227112134_a79201c
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:util` from 2.20240123084817_35f03aa to 3.20240227112134_a79201c
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:kafka` from 2.20240123084817_35f03aa to 3.20240227112134_a79201c
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `no.nav.familie.felles:unleash` from 2.20240123084817_35f03aa to 3.20240227112134_a79201c
- [Commits](https://github.com/navikt/familie-felles/commits)

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

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

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

Updates `no.nav.familie.felles:http-client` from 2.20240123084817_35f03aa to 3.20240227112134_a79201c
- [Commits](https://github.com/navikt/familie-felles/commits)

Updates `com.ibm.mq:com.ibm.mq.jakarta.client` from 9.3.4.1 to 9.3.5.0

Updates `org.testcontainers:postgresql` from 1.19.5 to 1.19.7
- [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.5...1.19.7)

Updates `com.github.tomakehurst:wiremock-jre8-standalone` from 2.35.1 to 2.35.2
- [Release notes](https://github.com/wiremock/wiremock/releases)
- [Commits](wiremock/wiremock@2.35.1...2.35.2)

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

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

---
updated-dependencies:
- dependency-name: org.springframework.boot:spring-boot-starter-parent
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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:log
  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.felles:kafka
  dependency-type: direct:production
  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:http-client
  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:util
  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:unleash
  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: no.nav.familie.kontrakter:enslig-forsorger
  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: com.ibm.mq:com.ibm.mq.jakarta.client
  dependency-type: direct:production
  update-type: version-update:semver-patch
  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: com.github.tomakehurst:wiremock-jre8-standalone
  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
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  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 March 10, 2024 04:46
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 10, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 17, 2024

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

@dependabot dependabot bot closed this Mar 17, 2024
@dependabot dependabot bot deleted the dependabot/maven/all-dependencies-8d31ed54ba branch March 17, 2024 04:20
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