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 backend group across 1 directory with 18 updates #6247

Merged
merged 4 commits into from
Nov 14, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2024

Bumps the backend group with 18 updates in the / directory:

Package From To
com.zaxxer:HikariCP 6.0.0 6.1.0
org.flywaydb:flyway-core 10.18.2 10.20.1
org.flywaydb:flyway-database-postgresql 10.18.2 10.20.1
com.fasterxml.jackson.datatype:jackson-datatype-jsr310 2.18.0 2.18.1
com.fasterxml.jackson.datatype:jackson-datatype-jdk8 2.18.0 2.18.1
com.fasterxml.jackson.module:jackson-module-kotlin 2.18.0 2.18.1
ch.qos.logback:logback-classic 1.5.8 1.5.12
no.nav.security:token-client-core 5.0.5 5.0.8
no.nav.security:token-validation-ktor-v2 5.0.5 5.0.8
no.nav.security:mock-oauth2-server 2.1.9 2.1.10
org.junit.jupiter:junit-jupiter-api 5.11.1 5.11.3
org.junit.jupiter:junit-jupiter-params 5.11.1 5.11.3
org.junit.jupiter:junit-jupiter-engine 5.11.1 5.11.3
io.mockk:mockk 1.13.12 1.13.13
org.testcontainers:junit-jupiter 1.20.2 1.20.3
org.testcontainers:postgresql 1.20.2 1.20.3
org.testcontainers:kafka 1.20.2 1.20.3
io.github.smiley4:ktor-swagger-ui 3.4.0 4.0.0

Updates com.zaxxer:HikariCP from 6.0.0 to 6.1.0

Changelog

Sourced from com.zaxxer:HikariCP's changelog.

HikariCP Changes

Changes in 6.1.0

  • fixed #1960 allow SQLExceptionOverride to adjudicate all exceptions for eviction

  • merged #1962 dropwizard 5 metrics are now supported via the setMetricRegistry() method in HikariConfig and in HikariDataSource

  • merged #2244 improve JavassistProxyFactory

  • merged #2243 fix inconsistency between isWrapperFor and unwrap

  • merged #1827 support loading properties file in unnamed resources module

  • merged #1842 don't clear isCommitStateDirty flag in setReadOnly

  • change default maxLifetime variance from 2.5% to 25% to further avoid mass connection die-off dips

Changes in 6.0.0

  • fixed #2152 duplicate connection in try with resources clause caused close() being called twice on each connection

  • merged #2226 consistent handling of errorCode and sqlState in timeout exception

  • merged #2199 eliminate network call if state get is called after set

  • merged #2189 add support to get and set db credentials in an atomic operation

  • merged #2149 make Savepoint rollbacks mark the connection dirty

  • merged #2157 close connections marked as evicted instead of returning them to the pool

  • merged #2147 skip Connection::setNetworkTimeout if PoolBase::shutdownNetworkTimeoutExecutor is called

  • merged #2126 added Support For beginRequest and endRequest

  • small improvements and cleanup from pull request #2166

  • minor debug logging enhancements

Changes in 5.1.0

  • fixed #1907 re-added automatic.module.name that was lost along the way

  • fixed #1986 evict connection exceptions with (SQLState HY000) error code 1105.

  • merged #2059 add support for char[] in DataSource properties

  • merged #1979 and #1993 mask any property that looks like a password in URLs

... (truncated)

Commits

Updates org.flywaydb:flyway-core from 10.18.2 to 10.20.1

Release notes

Sourced from org.flywaydb:flyway-core's releases.

Flyway 10.20.1

See release notes here

CLI artifact available here

Flyway 10.20.0

See release notes here

CLI artifact available here

Flyway 10.19.0

See release notes here

CLI artifact available here

Commits

Updates org.flywaydb:flyway-database-postgresql from 10.18.2 to 10.20.1

Updates com.fasterxml.jackson.datatype:jackson-datatype-jsr310 from 2.18.0 to 2.18.1

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.18.0 to 2.18.1

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.18.0 to 2.18.1

Commits
  • 3f1c827 [maven-release-plugin] prepare release jackson-module-kotlin-2.18.1
  • fb5b731 Prep for 2.18.1 release
  • f27a76e Merge pull request #836 from k163377/fix-docs
  • 62e4015 Fix docs
  • 3b48486 Back to snapshot dep
  • ad4b22e [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates com.fasterxml.jackson.datatype:jackson-datatype-jdk8 from 2.18.0 to 2.18.1

Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.18.0 to 2.18.1

Commits
  • 3f1c827 [maven-release-plugin] prepare release jackson-module-kotlin-2.18.1
  • fb5b731 Prep for 2.18.1 release
  • f27a76e Merge pull request #836 from k163377/fix-docs
  • 62e4015 Fix docs
  • 3b48486 Back to snapshot dep
  • ad4b22e [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates ch.qos.logback:logback-classic from 1.5.8 to 1.5.12

Commits
  • 3a64b51 prepare release 1.5.12
  • ecae664 fix issues/879
  • 85968fa logger call ends with two exceptions - fix issues/876
  • ea3cec8 Update README.md
  • 887cbba update README.md
  • df2a3b6 start work on 1.5.12-SNAPSHOT
  • 3aa0730 prepare release of version 1.5.11
  • 8bcfd9a allow for InsertFromJNDIModelHandler to be callable from logback-tyler
  • 75bee86 refactorings in support of logback-tyler
  • 8749edc start work on 1.5.11-SNAPSHOT
  • Additional commits viewable in compare view

Updates no.nav.security:token-client-core from 5.0.5 to 5.0.8

Release notes

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

5.0.8

What's Changed

  • No changes

5.0.7

What's Changed

⬆️ Dependency upgrades

Commits
  • b424763 up
  • da4e526 Bump com.nimbusds:nimbus-jose-jwt from 9.42 to 9.43 (#965)
  • 1979cd3 Bump no.nav.security:mock-oauth2-server from 2.1.9 to 2.1.10 (#964)
  • 24f947e Bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.42 (#963)
  • 5b6f280 Bump spring-boot.version from 3.3.4 to 3.3.5 (#962)
  • ac02f72 Bump org.wiremock:wiremock-standalone from 3.9.1 to 3.9.2 (#961)
  • d9ca0bf Bump org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3 (#960)
  • ce4dae3 bruk kotlin annoteringer for å redefinere getters
  • be53395 bruk kotlin annoteringer for å redefinere getters
  • 22c3c9b bruk kotlin annoteringer for å redefinere getters
  • Additional commits viewable in compare view

Updates no.nav.security:token-validation-ktor-v2 from 5.0.5 to 5.0.8

Release notes

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

5.0.8

What's Changed

  • No changes

5.0.7

What's Changed

⬆️ Dependency upgrades

Commits
  • b424763 up
  • da4e526 Bump com.nimbusds:nimbus-jose-jwt from 9.42 to 9.43 (#965)
  • 1979cd3 Bump no.nav.security:mock-oauth2-server from 2.1.9 to 2.1.10 (#964)
  • 24f947e Bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.42 (#963)
  • 5b6f280 Bump spring-boot.version from 3.3.4 to 3.3.5 (#962)
  • ac02f72 Bump org.wiremock:wiremock-standalone from 3.9.1 to 3.9.2 (#961)
  • d9ca0bf Bump org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3 (#960)
  • ce4dae3 bruk kotlin annoteringer for å redefinere getters
  • be53395 bruk kotlin annoteringer for å redefinere getters
  • 22c3c9b bruk kotlin annoteringer for å redefinere getters
  • Additional commits viewable in compare view

Updates no.nav.security:token-validation-ktor-v2 from 5.0.5 to 5.0.8

Release notes

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

5.0.8

What's Changed

  • No changes

5.0.7

What's Changed

⬆️ Dependency upgrades

Commits
  • b424763 up
  • da4e526 Bump com.nimbusds:nimbus-jose-jwt from 9.42 to 9.43 (#965)
  • 1979cd3 Bump no.nav.security:mock-oauth2-server from 2.1.9 to 2.1.10 (#964)
  • 24f947e Bump com.nimbusds:nimbus-jose-jwt from 9.41.2 to 9.42 (#963)
  • 5b6f280 Bump spring-boot.version from 3.3.4 to 3.3.5 (#962)
  • ac02f72 Bump org.wiremock:wiremock-standalone from 3.9.1 to 3.9.2 (#961)
  • d9ca0bf Bump org.junit.jupiter:junit-jupiter-engine from 5.11.2 to 5.11.3 (#960)
  • ce4dae3 bruk kotlin annoteringer for å redefinere getters
  • be53395 bruk kotlin annoteringer for å redefinere getters
  • 22c3c9b bruk kotlin annoteringer for å redefinere getters
  • Additional commits viewable in compare view

Updates no.nav.security:mock-oauth2-server from 2.1.9 to 2.1.10

Release notes

Sourced from no.nav.security:mock-oauth2-server's releases.

2.1.10

What's Changed

⬆️ Dependency upgrades

Commits
  • 5aa7bdb fix: add azp claim in auth_code flow only
  • 933ea62 fix(logback): set logback severity back to INFO (#753)
  • 79b4d80 fix(readme): replace scope with code (#754)
  • 29e2e45 chore(deps): bump the github group with 7 updates (#734)
  • 828f67f chore(deps): bump the github group across 1 directory with 2 updates (#733)
  • 5fe5d8e feat: support custom TimeProvider when validating tokens (introspect, userinf...
  • See full diff in compare view

Updates org.junit.jupiter:junit-jupiter-api from 5.11.1 to 5.11.3

Release notes

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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.11.1 to 5.11.3

Release notes

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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.3

Release notes

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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-params from 5.11.1 to 5.11.3

Release notes

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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

Updates org.junit.jupiter:junit-jupiter-engine from 5.11.1 to 5.11.3

Release notes

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

JUnit 5.11.3 = Platform 1.11.3 + Jupiter 5.11.3 + Vintage 5.11.3

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.2...r5.11.3

JUnit 5.11.2 = Platform 1.11.2 + Jupiter 5.11.2 + Vintage 5.11.2

See Release Notes.

Full Changelog: junit-team/junit5@r5.11.1...r5.11.2

Commits
  • b20991e Release 5.11.3
  • e57b508 Finalize 5.11.3 release notes
  • fb1254c Allow repeating ExtendWith annotation on fields and parameters
  • a3192bd Fix package name comparison on Java 8 (#4077)
  • fcb7b01 Remove useless Order annotation
  • 57dfcb5 Allow repeating @…Source annotations when used as meta annotations
  • 09cd8b3 Add ArchUnit test for consistency of repeatable annotations
  • fa46a92 Hard-wrap at 90 characters
  • 8f45eea Find repeatable @⁠ExtendWith meta-annotations on fields again
  • b451122 Introduce release notes for 5.11.3
  • Additional commits viewable in compare view

Updates io.mockk:mockk from 1.13.12 to 1.13.13

Release notes

Sourced from io.mockk:mockk's releases.

1.13.13

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.13.11...1.13.13

Commits
  • a81fe33 Version bump
  • edf9f95 Merge pull request #1297 from erikhuizinga/erikhuizinga-bench-junit-api
  • ba215b8 Merge pull request #1298 from MGaetan89/update_calls_bounds_msg
  • c841e51 Improve error message on unexpected calls count
  • 6688d6a Respect JUnit 5 test instance lifecycle
  • 7314083 Add Gradle wrapper validation
  • 92d1d0d Dump API
  • e1c2de7 Reformat
  • 9f1c5b2 Unmock after each test
  • b1d3dc0 Benchmark clearAllMocks and unmockkAll
  • Additional commits viewable in compare view

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

Release notes

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

1.20.3

What's Changed

🚀 Features & Enhancements

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

Commits
  • 119627f Fix await during DockerClientProviderStrategy test method (#9412)
  • 8a50d01 Revert "Update ryuk version to 0.10.2 (#9372)" (#9451)
  • f50e5c3 Log exception on socket problems (#8055)
  • 4f9594d Add support for apachepulsar/pulsar-all image (#9448)
  • 7c024ed Declarative R2DBC SPI implementation (#9447)
  • e7fc113 Switch to github context property
  • f52169f Parse docker compose file correctly when version is not declared (#9420)
  • cd29df9 Introduce new property to configure pull.timeout (

Bumps the backend group with 18 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) | `6.0.0` | `6.1.0` |
| [org.flywaydb:flyway-core](https://github.com/flyway/flyway) | `10.18.2` | `10.20.1` |
| org.flywaydb:flyway-database-postgresql | `10.18.2` | `10.20.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jsr310 | `2.18.0` | `2.18.1` |
| com.fasterxml.jackson.datatype:jackson-datatype-jdk8 | `2.18.0` | `2.18.1` |
| [com.fasterxml.jackson.module:jackson-module-kotlin](https://github.com/FasterXML/jackson-module-kotlin) | `2.18.0` | `2.18.1` |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.5.8` | `1.5.12` |
| [no.nav.security:token-client-core](https://github.com/navikt/token-support) | `5.0.5` | `5.0.8` |
| [no.nav.security:token-validation-ktor-v2](https://github.com/navikt/token-support) | `5.0.5` | `5.0.8` |
| [no.nav.security:mock-oauth2-server](https://github.com/navikt/mock-oauth2-server) | `2.1.9` | `2.1.10` |
| [org.junit.jupiter:junit-jupiter-api](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.3` |
| [org.junit.jupiter:junit-jupiter-params](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.3` |
| [org.junit.jupiter:junit-jupiter-engine](https://github.com/junit-team/junit5) | `5.11.1` | `5.11.3` |
| [io.mockk:mockk](https://github.com/mockk/mockk) | `1.13.12` | `1.13.13` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.20.2` | `1.20.3` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.20.2` | `1.20.3` |
| [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) | `1.20.2` | `1.20.3` |
| [io.github.smiley4:ktor-swagger-ui](https://github.com/SMILEY4/ktor-swagger-ui) | `3.4.0` | `4.0.0` |



Updates `com.zaxxer:HikariCP` from 6.0.0 to 6.1.0
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-6.0.0...HikariCP-6.1.0)

Updates `org.flywaydb:flyway-core` from 10.18.2 to 10.20.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.18.2...flyway-10.20.1)

Updates `org.flywaydb:flyway-database-postgresql` from 10.18.2 to 10.20.1

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.18.0 to 2.18.1

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.0 to 2.18.1

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.0 to 2.18.1
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.0...jackson-module-kotlin-2.18.1)

Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.18.0 to 2.18.1

Updates `com.fasterxml.jackson.module:jackson-module-kotlin` from 2.18.0 to 2.18.1
- [Commits](FasterXML/jackson-module-kotlin@jackson-module-kotlin-2.18.0...jackson-module-kotlin-2.18.1)

Updates `ch.qos.logback:logback-classic` from 1.5.8 to 1.5.12
- [Commits](qos-ch/logback@v_1.5.8...v_1.5.12)

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

Updates `no.nav.security:token-validation-ktor-v2` from 5.0.5 to 5.0.8
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.5...5.0.8)

Updates `no.nav.security:token-validation-ktor-v2` from 5.0.5 to 5.0.8
- [Release notes](https://github.com/navikt/token-support/releases)
- [Commits](navikt/token-support@5.0.5...5.0.8)

Updates `no.nav.security:mock-oauth2-server` from 2.1.9 to 2.1.10
- [Release notes](https://github.com/navikt/mock-oauth2-server/releases)
- [Commits](navikt/mock-oauth2-server@2.1.9...2.1.10)

Updates `org.junit.jupiter:junit-jupiter-api` from 5.11.1 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.1 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.3)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.3)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.11.1 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.3)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.11.1 to 5.11.3
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.11.1...r5.11.3)

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

Updates `org.testcontainers:junit-jupiter` from 1.20.2 to 1.20.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.20.2...1.20.3)

Updates `org.testcontainers:postgresql` from 1.20.2 to 1.20.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.20.2...1.20.3)

Updates `org.testcontainers:kafka` from 1.20.2 to 1.20.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.20.2...1.20.3)

Updates `org.testcontainers:postgresql` from 1.20.2 to 1.20.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.20.2...1.20.3)

Updates `org.testcontainers:kafka` from 1.20.2 to 1.20.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.20.2...1.20.3)

Updates `io.github.smiley4:ktor-swagger-ui` from 3.4.0 to 4.0.0
- [Release notes](https://github.com/SMILEY4/ktor-swagger-ui/releases)
- [Commits](SMILEY4/ktor-swagger-ui@3.4.0...4.0.0)

---
updated-dependencies:
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: org.flywaydb:flyway-database-postgresql
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: backend
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: com.fasterxml.jackson.module:jackson-module-kotlin
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: no.nav.security:token-client-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: no.nav.security:token-validation-ktor-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: no.nav.security:token-validation-ktor-v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: no.nav.security:mock-oauth2-server
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.mockk:mockk
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.testcontainers:kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: org.testcontainers:kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: backend
- dependency-name: io.github.smiley4:ktor-swagger-ui
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: backend
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner November 7, 2024 07:58
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Nov 7, 2024
Copy link
Contributor

@henrikg henrikg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ser greit ut etter å ha skrudd tilbake versjon for swagger-ui og endret navn på accesstoken-parameter

@henrikg henrikg merged commit 592dea5 into main Nov 14, 2024
79 checks passed
@henrikg henrikg deleted the dependabot/gradle/backend-cf98d049a8 branch November 14, 2024 13:50
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.

1 participant