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 13 updates #1322

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 13, 2024

Bumps the all-dependencies group with 13 updates:

Package From To
org.springframework.boot:spring-boot-starter-parent 3.1.8 3.2.2
no.nav.familie.felles:kafka 2.20240117140616_50f71cd 2.20240123084817_35f03aa
no.nav.familie.felles:log 2.20240117140616_50f71cd 2.20240123084817_35f03aa
no.nav.familie.felles:http-client 2.20240117140616_50f71cd 2.20240123084817_35f03aa
no.nav.familie.felles:sikkerhet 2.20240117140616_50f71cd 2.20240123084817_35f03aa
no.nav.familie.felles:leader 2.20240117140616_50f71cd 2.20240123084817_35f03aa
no.nav.familie.felles:unleash 2.20240117140616_50f71cd 2.20240123084817_35f03aa
no.nav.familie.felles:log 2.20240117140616_50f71cd 2.20240123084817_35f03aa
no.nav.familie.felles:http-client 2.20240117140616_50f71cd 2.20240123084817_35f03aa
no.nav.familie.felles:sikkerhet 2.20240117140616_50f71cd 2.20240123084817_35f03aa
no.nav.familie.felles:leader 2.20240117140616_50f71cd 2.20240123084817_35f03aa
no.nav.familie.kontrakter:felles 3.0_20240116082529_ee44807 3.0_20240212214436_02d2bd9
no.nav.familie.felles:unleash 2.20240117140616_50f71cd 2.20240123084817_35f03aa
org.springframework.cloud:spring-cloud-contract-wiremock 4.1.0 4.1.1
org.testcontainers:testcontainers 1.19.3 1.19.5
org.testcontainers:postgresql 1.19.3 1.19.5
org.testcontainers:junit-jupiter 1.19.3 1.19.5
org.testcontainers:postgresql 1.19.3 1.19.5
org.testcontainers:junit-jupiter 1.19.3 1.19.5
io.jsonwebtoken:jjwt 0.12.3 0.12.5

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

Release notes

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

v3.2.2

⚠️ Noteworthy Changes

  • Automatically enabling support for Micrometer's observation annotations when AspectJ is on the classpath has proven to be too much. A new property, management.observations.annotations.enabled, has been introduced. It defaults to false. Set it to true to restore the previous behavior #39128

🐞 Bug Fixes

  • SslBundle implementations do not provide useful toString() results #39167
  • JarEntry.getComment() returns incorrect result from NestedJarFile instances #39166
  • Mixing PEM and JKS certificate material in server.ssl properties does not work #39158
  • Having AspectJ and Micrometer on the classpath is not a strong enough signal to enable support for Micrometer observation annotations #39128
  • Actuator endpoints with no operations that use selectors are not accessible when mapped to / #39122
  • Spring Boot 3.2 app that uses WebFlux, Security, and Actuator may fail to start due to a missing authentication manager #39096
  • management.observations.http.server.requests.name no longer has any effect #39083
  • spring.rabbitmq.listener.stream.auto-startup property has no effect #39078
  • Error mark in the log message for PatternParseException is in the wrong place #39075
  • Configuring server.jetty.max-connections has no effect #39052
  • @ConfigurationPropertiesBinding converters that rely on initial CharSequence to String conversion no longer work #39051
  • Manifest attributes cannot be resolved with the new loader implementation #38996
  • Throwable from logging system initialization may result in the application silently failing to start #38963
  • When using Jetty, idle timeout for IO operations and delayed dispatch cannot be set to less than 30000ms #38960
  • spring-boot-maven-plugin repackage uber jar execution fails when jar is put on WSL network drive #38956
  • Oracle OJDBC BOM version is flagged not for production use #38943
  • Connection leak when using jOOQ and spring.jooq.sql-dialect has not been set #38924
  • AutoConfigurationSorter does not always respect @AutoConfigureOrder(Ordered.LOWEST_PRECEDENCE) #38916
  • Containers are not started when using @ImportTestcontainers #38913
  • Even when spring.security.user.name or spring.security.user.password has been configured, user details auto-configuration still backs off when resource server is on the classpath #38864
  • MockRestServiceServerAutoConfiguration with RestTemplate and RestClient together throws incorrect exception #38820

📔 Documentation

  • Improve "Sanitize Sensitive Values" section in reference documentation #39199
  • Fix link to Log4j2's JDK logging adapter documentation #39171
  • Update CRaC support status link #39170
  • Remove entry for OCI starter as it is no longer maintained #39165
  • Update links to Micrometer docs in metrics section of reference docs #39149
  • Use the term "tags" in documentation consistently #39125
  • Correct the documentation on injecting dependencies into FailureAnalyzer implementations #39100
  • Polish reference documentation #38942
  • Document virtual threads limitations #38883

🔨 Dependency Upgrades

  • Upgrade to MySQL 8.3.0 #39081
  • Upgrade to Byte Buddy 1.14.11 #39184
  • Upgrade to Groovy 4.0.17 #39185
  • Upgrade to jOOQ 3.18.9 #39186
  • Upgrade to Kotlin 1.9.22 #39187
  • Upgrade to Lettuce 6.3.1.RELEASE #39188
  • Upgrade to MariaDB 3.3.2 #38901

... (truncated)

Commits
  • 80c1e66 Release v3.2.2
  • f2362d3 Merge branch '3.1.x' into 3.2.x
  • 663a0e6 Add missing harbor vars
  • 1a42776 Merge branch '3.1.x' into 3.2.x
  • 580865b Next development version (v3.1.9-SNAPSHOT)
  • 3fad814 Merge branch '3.1.x' into 3.2.x
  • 5a90037 Merge branch '3.1.x' into 3.2.x
  • 961da4e Make user details only back off without custom username or password
  • 0f53415 Merge branch '3.1.x' into 3.2.x
  • f173416 Merge branch '3.1.x' into 3.2.x
  • Additional commits viewable in compare view

Updates no.nav.familie.felles:kafka from 2.20240117140616_50f71cd to 2.20240123084817_35f03aa

Commits

Updates no.nav.familie.felles:log from 2.20240117140616_50f71cd to 2.20240123084817_35f03aa

Commits

Updates no.nav.familie.felles:http-client from 2.20240117140616_50f71cd to 2.20240123084817_35f03aa

Commits

Updates no.nav.familie.felles:sikkerhet from 2.20240117140616_50f71cd to 2.20240123084817_35f03aa

Commits

Updates no.nav.familie.felles:leader from 2.20240117140616_50f71cd to 2.20240123084817_35f03aa

Commits

Updates no.nav.familie.felles:unleash from 2.20240117140616_50f71cd to 2.20240123084817_35f03aa

Commits

Updates no.nav.familie.felles:log from 2.20240117140616_50f71cd to 2.20240123084817_35f03aa

Commits

Updates no.nav.familie.felles:http-client from 2.20240117140616_50f71cd to 2.20240123084817_35f03aa

Commits

Updates no.nav.familie.felles:sikkerhet from 2.20240117140616_50f71cd to 2.20240123084817_35f03aa

Commits

Updates no.nav.familie.felles:leader from 2.20240117140616_50f71cd to 2.20240123084817_35f03aa

Commits

Updates no.nav.familie.kontrakter:felles from 3.0_20240116082529_ee44807 to 3.0_20240212214436_02d2bd9

Commits

Updates no.nav.familie.felles:unleash from 2.20240117140616_50f71cd to 2.20240123084817_35f03aa

Commits

Updates org.springframework.cloud:spring-cloud-contract-wiremock from 4.1.0 to 4.1.1

Release notes

Sourced from org.springframework.cloud:spring-cloud-contract-wiremock's releases.

4.1.1

All the closed issues for this milestones are available here.

Dependency updates

❤️ Contributors

Thank you to all the contributors who worked on this release:

@​dependabot[bot] and @​jawscout

Commits

Updates org.testcontainers:testcontainers from 1.19.3 to 1.19.5

Release notes

Sourced from org.testcontainers:testcontainers's releases.

1.19.5

Testcontainers for Java 1.19.5

[!IMPORTANT]
This version has downgraded the commons-compress version to 1.24.0 in order to avoid classpath conflicts due to a recent change in commons-compress 1.25.0. See testcontainers/testcontainers-java#8169 for more details.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

  • Fix SQLUtils.splitSqlScript: keep semicolons after END when semicolon is not the statement separator (#8108) @​inponomarev

Minio

MySQL

Redpanda

Selenium

What's Changed

... (truncated)

Commits
  • c210afb Downgrade commons-compress version to 1.24.0 (#8284)
  • 853f657 Increase maximum heap size (#8283)
  • d3d1085 Fix HiveMQ logo (#8215)
  • 78d1768 [create-pull-request] automated change (#8165)
  • 62ca5a0 [create-pull-request] automated change (#8166)
  • dc0e3da Merge pull request #8162 from testcontainers/combined-pr-branch
  • 733508f Merge remote-tracking branch 'origin/dependabot/gradle/modules/influxdb/org.i...
  • c0610e3 Merge remote-tracking branch 'origin/dependabot/gradle/modules/solace/com.sol...
  • 39641d3 Bump org.influxdb:influxdb-java from 2.23 to 2.24 in /modules/influxdb
  • 47400be Bump com.solacesystems:sol-jcsmp in /modules/solace
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.19.3 to 1.19.5

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.19.5

Testcontainers for Java 1.19.5

[!IMPORTANT]
This version has downgraded the commons-compress version to 1.24.0 in order to avoid classpath conflicts due to a recent change in commons-compress 1.25.0. See testcontainers/testcontainers-java#8169 for more details.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

  • Fix SQLUtils.splitSqlScript: keep semicolons after END when semicolon is not the statement separator (#8108) @​inponomarev

Minio

MySQL

Redpanda

Selenium

What's Changed

... (truncated)

Commits
  • c210afb Downgrade commons-compress version to 1.24.0 (#8284)
  • 853f657 Increase maximum heap size (#8283)
  • d3d1085 Fix HiveMQ logo (#8215)
  • 78d1768 [create-pull-request] automated change (#8165)
  • 62ca5a0 [create-pull-request] automated change (#8166)
  • dc0e3da Merge pull request #8162 from testcontainers/combined-pr-branch
  • 733508f Merge remote-tracking branch 'origin/dependabot/gradle/modules/influxdb/org.i...
  • c0610e3 Merge remote-tracking branch 'origin/dependabot/gradle/modules/solace/com.sol...
  • 39641d3 Bump org.influxdb:influxdb-java from 2.23 to 2.24 in /modules/influxdb
  • 47400be Bump com.solacesystems:sol-jcsmp in /modules/solace
  • Additional commits viewable in compare view

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

Release notes

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

1.19.5

Testcontainers for Java 1.19.5

[!IMPORTANT]
This version has downgraded the commons-compress version to 1.24.0 in order to avoid classpath conflicts due to a recent change in commons-compress 1.25.0. See testcontainers/testcontainers-java#8169 for more details.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

  • Fix SQLUtils.splitSqlScript: keep semicolons after END when semicolon is not the statement separator (#8108) @​inponomarev

Minio

MySQL

Redpanda

Selenium

What's Changed

... (truncated)

Commits
  • c210afb Downgrade commons-compress version to 1.24.0 (#8284)
  • 853f657 Increase maximum heap size (#8283)
  • d3d1085 Fix HiveMQ logo (#8215)
  • 78d1768 [create-pull-request] automated change (#8165)
  • 62ca5a0 [create-pull-request] automated change (#8166)
  • dc0e3da Merge pull request #8162 from testcontainers/combined-pr-branch
  • 733508f Merge remote-tracking branch 'origin/dependabot/gradle/modules/influxdb/org.i...
  • c0610e3 Merge remote-tracking branch 'origin/dependabot/gradle/modules/solace/com.sol...
  • 39641d3 Bump org.influxdb:influxdb-java from 2.23 to 2.24 in /modules/influxdb
  • 47400be Bump com.solacesystems:sol-jcsmp in /modules/solace
  • Additional commits viewable in compare view

Updates org.testcontainers:postgresql from 1.19.3 to 1.19.5

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.19.5

Testcontainers for Java 1.19.5

[!IMPORTANT]
This version has downgraded the commons-compress version to 1.24.0 in order to avoid classpath conflicts due to a recent change in commons-compress 1.25.0. See testcontainers/testcontainers-java#8169 for more details.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

  • Fix SQLUtils.splitSqlScript: keep semicolons after END when semicolon is not the statement separator (#8108) @​inponomarev

Minio

MySQL

Redpanda

Selenium

What's Changed

... (truncated)

Commits
  • c210afb Downgrade commons-compress version to 1.24.0 (#8284)
  • 853f657 Increase maximum heap size (#8283)
  • d3d1085 Fix HiveMQ logo (#8215)
  • 78d1768 [create-pull-request] automated change (#8165)
  • 62ca5a0 [create-pull-request] automated change (#8166)
  • dc0e3da Merge pull request #8162 from testcontainers/combined-pr-branch
  • 733508f Merge remote-tracking branch 'origin/dependabot/gradle/modules/influxdb/org.i...
  • c0610e3 Merge remote-tracking branch 'origin/dependabot/gradle/modules/solace/com.sol...
  • 39641d3 Bump org.influxdb:influxdb-java from 2.23 to 2.24 in /modules/influxdb
  • 47400be Bump com.solacesystems:sol-jcsmp in /modules/solace
  • Additional commits viewable in compare view

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

Release notes

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

1.19.5

Testcontainers for Java 1.19.5

[!IMPORTANT]
This version has downgraded the commons-compress version to 1.24.0 in order to avoid classpath conflicts due to a recent change in commons-compress 1.25.0. See testcontainers/testcontainers-java#8169 for more details.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

  • Fix SQLUtils.splitSqlScript: keep semicolons after END when semicolon is not the statement separator (#8108) @​inponomarev

Minio

MySQL

Redpanda

Selenium

What's Changed

... (truncated)

Commits
  • c210afb Downgrade commons-compress version to 1.24.0 (#8284)
  • 853f657 Increase maximum heap size (#8283)
  • d3d1085 Fix HiveMQ logo (#8215)
  • 78d1768 [create-pull-request] automated change (#8165)
  • 62ca5a0 [create-pull-request] automated change (#8166)
  • dc0e3da Merge pull request #8162 from testcontainers/combined-pr-branch
  • 733508f Merge remote-tracking branch 'origin/dependabot/gradle/modules/influxdb/org.i...
  • c0610e3 Merge remote-tracking branch 'origin/dependabot/gradle/modules/solace/com.sol...
  • 39641d3 Bump org.influxdb:influxdb-java from 2.23 to 2.24 in /modules/influxdb
  • 47400be Bump com.solacesystems:sol-jcsmp in /modules/solace
  • Additional commits viewable in compare view

Updates io.jsonwebtoken:jjwt from 0.12.3 to 0.12.5

Release notes

Sourced from io.jsonwebtoken:jjwt's releases.

0.12.5

This release fixes issue #916 and ensures that builders' NestedCollection changes are applied to the collection immediately as mutation methods are called, no longer requiring application developers to call .and() to 'commit' or apply a change. For example, prior to this release, the following code did not apply changes:

JwtBuilder builder = Jwts.builder();
builder.audience().add("an-audience"); // no .and() call
builder.compact(); // would not keep 'an-audience'

Now this code works as expected and all other NestedCollection instances like it apply changes immediately (e.g. when calling .add(value)).

However, standard fluent builder chains are still recommended for readability when feasible, e.g.

Jwts.builder()
    .audience().add("an-audience").and() // allows fluent chaining
    .subject("Joe")
    // etc...
    .compact()

These same notes are repeated in the CHANGELOG, and as always, project documentation is in the README.

Please allow 30 minutes from the time this announcement is published for the release to be available in Maven Central.

0.12.4

This is patch release completes 10 issues, with two especially noteworthy changes, and a number of other smaller bug fixes and enhancements.

  1. The default Jackson deserializer will now reject duplicate JSON members by default in an attempt to be a little more strict at rejecting potentially malicious or malformed JSON. This is a default and can be overridden with a custom ObjectMapper if desired.
  2. Password-based JWE encryption key algorithms (PBES2_HS256_A128KW, PBES2_HS384_A192KW and PBES2_HS512_A256KW) now enforce an upper bound (maximum) number of iterations allowed during decryption to mitigate against potential DoS attacks. Many thanks to Jingcheng Yang and Jianjun Chen from Sichuan University and Zhongguancun Lab for their work on this!

A number of other issues fixed: thread-safe ServiceLoader usage for dynamic JSON processor lookup, Android enhancements for JSON Reader APIs, fixed Elliptic Curve field element padding, and more. Please read the 0.12.4 CHANGELOG for full details of all of these changes, and as always, project documentation is in the 0.12.4 README.

Please allow 30 minutes from the time this announcement is published for the release to be available in Maven Central.

Changelog

Sourced from io.jsonwebtoken:jjwt's changelog.

0.12.5

This patch release:

  • Ensures that builders' NestedCollection changes are applied to the collection immediately as mutation methods are called, no longer requiring application developers to call .and() to 'commit' or apply a change. For example, prior to this release, the following code did not apply changes:

    JwtBuilder builder = Jwts.builder();
    builder.audience().add("an-audience"); // no .and() call
    builder.compact(); // would not keep 'an-audience'

    Now this code works as expected and all other NestedCollection instances like it apply changes immediately (e.g. when calling .add(value)).

    However, standard fluent builder chains are still recommended for readability when feasible, e.g.

    Jwts.builder()
        .audience().add("an-audience").and() // allows fluent chaining
        .subject("Joe")
        // etc...
        .compact()

    See Issue 916.

0.12.4

This patch release includes various changes listed below.

Jackson Default Parsing Behavior

This release makes two behavioral changes to JJWT's default Jackson ObjectMapper parsing settings:

  1. In the interest of having stronger standards to reject potentially malformed/malicious/accidental JSON that could have undesirable effects on an application, JJWT's default ObjectMapper is now configured to explicitly reject/fail parsing JSON (JWT headers and/or Claims) if/when that JSON contains duplicate JSON member names.

    For example, now the following JSON, if parsed, would fail (be rejected) by default:

    {
      "hello": "world",
      "thisWillFail": 42,
      "thisWillFail": "test"
    }

    Technically, the JWT RFCs do allow duplicate named fields as long as the last parsed member is the one used (see JWS RFC 7515, Section 4), so this is allowed. However, because JWTs often reflect security concepts, it's usually better to be defensive and reject these

... (truncated)

Commits
  • 2399e2f [maven-release-plugin] prepare release 0.12.5
  • 8d3de65 Preparing for 0.12.5 release
  • a0a123e PR #917
  • afcd889 0.12.4 staging (#913)
  • dd10b12 Added JWK Set documentation to README.mdJwkset doc (#912)
  • 6335381 PBES2 decryption maximum iterations (#911)
  • 2884eb7 - Updating to GitHub latest actions/checkout and actions/setup-java script ve...
  • 628bd6f Secret JWK k values larger than HMAC-SHA minimums (#909)
  • b12dabf Fix small typos (#908)
  • 26f5dc3 Updating changelog with more information/clarity for the 0.12.4 release (#907)
  • Additional commits viewable in compare view

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

| Package | From | To |
| --- | --- | --- |
| [org.springframework.boot:spring-boot-starter-parent](https://github.com/spring-projects/spring-boot) | `3.1.8` | `3.2.2` |
| [no.nav.familie.felles:kafka](https://github.com/navikt/familie-felles) | `2.20240117140616_50f71cd` | `2.20240123084817_35f03aa` |
| [no.nav.familie.felles:log](https://github.com/navikt/familie-felles) | `2.20240117140616_50f71cd` | `2.20240123084817_35f03aa` |
| [no.nav.familie.felles:http-client](https://github.com/navikt/familie-felles) | `2.20240117140616_50f71cd` | `2.20240123084817_35f03aa` |
| [no.nav.familie.felles:sikkerhet](https://github.com/navikt/familie-felles) | `2.20240117140616_50f71cd` | `2.20240123084817_35f03aa` |
| [no.nav.familie.felles:leader](https://github.com/navikt/familie-felles) | `2.20240117140616_50f71cd` | `2.20240123084817_35f03aa` |
| [no.nav.familie.felles:unleash](https://github.com/navikt/familie-felles) | `2.20240117140616_50f71cd` | `2.20240123084817_35f03aa` |
| [no.nav.familie.felles:log](https://github.com/navikt/familie-felles) | `2.20240117140616_50f71cd` | `2.20240123084817_35f03aa` |
| [no.nav.familie.felles:http-client](https://github.com/navikt/familie-felles) | `2.20240117140616_50f71cd` | `2.20240123084817_35f03aa` |
| [no.nav.familie.felles:sikkerhet](https://github.com/navikt/familie-felles) | `2.20240117140616_50f71cd` | `2.20240123084817_35f03aa` |
| [no.nav.familie.felles:leader](https://github.com/navikt/familie-felles) | `2.20240117140616_50f71cd` | `2.20240123084817_35f03aa` |
| [no.nav.familie.kontrakter:felles](https://github.com/navikt/familie-kontrakter) | `3.0_20240116082529_ee44807` | `3.0_20240212214436_02d2bd9` |
| [no.nav.familie.felles:unleash](https://github.com/navikt/familie-felles) | `2.20240117140616_50f71cd` | `2.20240123084817_35f03aa` |
| [org.springframework.cloud:spring-cloud-contract-wiremock](https://github.com/spring-cloud/spring-cloud-contract) | `4.1.0` | `4.1.1` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.5` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.5` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.5` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.5` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.5` |
| [io.jsonwebtoken:jjwt](https://github.com/jwtk/jjwt) | `0.12.3` | `0.12.5` |


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

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

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

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

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

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

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

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

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

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

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

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

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

Updates `org.springframework.cloud:spring-cloud-contract-wiremock` from 4.1.0 to 4.1.1
- [Release notes](https://github.com/spring-cloud/spring-cloud-contract/releases)
- [Commits](spring-cloud/spring-cloud-contract@v4.1.0...v4.1.1)

Updates `org.testcontainers:testcontainers` from 1.19.3 to 1.19.5
- [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.3...1.19.5)

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

Updates `org.testcontainers:junit-jupiter` from 1.19.3 to 1.19.5
- [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.3...1.19.5)

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

Updates `org.testcontainers:junit-jupiter` from 1.19.3 to 1.19.5
- [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.3...1.19.5)

Updates `io.jsonwebtoken:jjwt` from 0.12.3 to 0.12.5
- [Release notes](https://github.com/jwtk/jjwt/releases)
- [Changelog](https://github.com/jwtk/jjwt/blob/master/CHANGELOG.md)
- [Commits](jwtk/jjwt@0.12.3...0.12.5)

---
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: no.nav.familie.felles:kafka
  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: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: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: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.kontrakter:felles
  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: org.springframework.cloud:spring-cloud-contract-wiremock
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:development
  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: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  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: org.testcontainers:junit-jupiter
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: io.jsonwebtoken:jjwt
  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 February 13, 2024 12:45
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Feb 13, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 18, 2024

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

@dependabot dependabot bot closed this Feb 18, 2024
@dependabot dependabot bot deleted the dependabot/maven/main/all-dependencies-ac283d6842 branch February 18, 2024 05:00
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