navikt / mock-oauth2-server

A scriptable/customizable web server for testing HTTP clients using OAuth2/OpenID Connect or applications with a dependency to a running OAuth2 server (i.e. APIs requiring signed JWTs from a known issuer)
MIT License
240 stars 57 forks source link

chore(deps): bump the github group with 28 updates #662

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps the github group with 28 updates:

Package From To
com.fasterxml.jackson.core:jackson-databind 2.16.1 2.17.0
com.fasterxml.jackson.module:jackson-module-kotlin 2.16.1 2.17.0
ch.qos.logback:logback-classic 1.5.3 1.5.4
io.netty:netty-all 4.1.107.Final 4.1.108.Final
org.bouncycastle:bcpkix-jdk18on 1.77 1.78
io.kotest:kotest-runner-junit5-jvm 5.8.0 5.8.1
io.kotest:kotest-assertions-core-jvm 5.8.0 5.8.1
org.springframework.boot:spring-boot-starter-webflux 3.2.3 3.2.4
org.springframework.boot:spring-boot-starter-oauth2-resource-server 3.2.3 3.2.4
org.springframework.boot:spring-boot-starter-oauth2-client 3.2.3 3.2.4
org.springframework.boot:spring-boot-starter-test 3.2.3 3.2.4
org.springframework.boot:spring-boot-test 3.2.3 3.2.4
io.projectreactor:reactor-test 3.6.2 3.6.5
io.ktor:ktor-server-netty 2.3.9 2.3.10
io.ktor:ktor-server-sessions 2.3.9 2.3.10
io.ktor:ktor-server-locations 2.3.9 2.3.10
io.ktor:ktor-server-auth 2.3.9 2.3.10
io.ktor:ktor-server-auth-jwt 2.3.9 2.3.10
io.ktor:ktor-server-content-negotiation 2.3.9 2.3.10
io.ktor:ktor-client-core 2.3.9 2.3.10
io.ktor:ktor-client-content-negotiation 2.3.9 2.3.10
io.ktor:ktor-serialization-jackson 2.3.9 2.3.10
io.ktor:ktor-client-cio 2.3.9 2.3.10
io.ktor:ktor-server-test-host 2.3.9 2.3.10
com.fasterxml.woodstox:woodstox-core 6.6.1 6.6.2
org.jmailen.kotlinter 4.2.0 4.3.0
com.google.cloud.tools.jib 3.4.1 3.4.2
io.github.gradle-nexus.publish-plugin 1.3.0 2.0.0

Updates com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.0

Commits


Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.1 to 2.17.0

Commits
  • 3bea77c [maven-release-plugin] prepare release jackson-module-kotlin-2.17.0
  • 1ed0f3f Prepare for 2.17.0 release
  • ce6b4d6 Merge branch '2.16' into 2.17
  • b707238 Back to snapshot dep
  • d12f174 [maven-release-plugin] prepare for next development iteration
  • 91d7c6d [maven-release-plugin] prepare release jackson-module-kotlin-2.16.2
  • b5a65d4 Prepare for 2.16.2 release
  • f5ea353 Back to snapshot dep
  • 9d6ebb6 [maven-release-plugin] prepare for next development iteration
  • 103449a [maven-release-plugin] prepare release jackson-module-kotlin-2.17.0-rc1
  • Additional commits viewable in compare view


Updates ch.qos.logback:logback-classic from 1.5.3 to 1.5.4

Commits
  • 61140ea fix JaninoEvaluator issue/800, prepare release 1.5.4
  • 370de39 disable LOGBACK_1393_Test
  • aa68978 add missing consoleAppender.setWithJansi(true) call
  • 81ab4ac added more javadocs
  • 596fbea fix LOGBACK-1767
  • 7587630 more complete initialization
  • d2f1cff test logback_1759
  • b4b7b62 fix typo in the README.md
  • 32259b3 add an instance version of StatusPrinter
  • f8f0ed9 better reports in TimeBasedArchiveRemover
  • Additional commits viewable in compare view


Updates io.netty:netty-all from 4.1.107.Final to 4.1.108.Final

Commits
  • 3a3f9d1 [maven-release-plugin] prepare release netty-4.1.108.Final
  • be34698 Fix action version for release process
  • 7b1e6c9 [maven-release-plugin] rollback the release of netty-4.1.108.Final
  • a733b96 [maven-release-plugin] prepare for next development iteration
  • 9059873 [maven-release-plugin] prepare release netty-4.1.108.Final
  • cd3c1b0 [maven-release-plugin] rollback the release of netty-4.1.108.Final
  • c5902c9 [maven-release-plugin] prepare for next development iteration
  • ff9f7d2 [maven-release-plugin] prepare release netty-4.1.108.Final
  • bd26566 Fix checkstyle error
  • 0d0c6ed Merge pull request from GHSA-5jpm-x58v-624v
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.module:jackson-module-kotlin from 2.16.1 to 2.17.0

Commits
  • 3bea77c [maven-release-plugin] prepare release jackson-module-kotlin-2.17.0
  • 1ed0f3f Prepare for 2.17.0 release
  • ce6b4d6 Merge branch '2.16' into 2.17
  • b707238 Back to snapshot dep
  • d12f174 [maven-release-plugin] prepare for next development iteration
  • 91d7c6d [maven-release-plugin] prepare release jackson-module-kotlin-2.16.2
  • b5a65d4 Prepare for 2.16.2 release
  • f5ea353 Back to snapshot dep
  • 9d6ebb6 [maven-release-plugin] prepare for next development iteration
  • 103449a [maven-release-plugin] prepare release jackson-module-kotlin-2.17.0-rc1
  • Additional commits viewable in compare view


Updates org.bouncycastle:bcpkix-jdk18on from 1.77 to 1.78

Changelog

Sourced from org.bouncycastle:bcpkix-jdk18on's changelog.

2.1.1 Version Release: 1.78 Date:      2024, 7th April.

... (truncated)

Commits


Updates io.kotest:kotest-runner-junit5-jvm from 5.8.0 to 5.8.1

Release notes

Sourced from io.kotest:kotest-runner-junit5-jvm's releases.

v5.8.1

What's Changed

... (truncated)

Commits
  • 23b0629 Don't consider kotlinx and javax types to be builtin (#3899)
  • 0660eb3 Fixed use of type alias in shouldBeEqualToComparingFields (#3927)
  • b560a8c Updated all node based actions to latest node20 actions
  • 5a8d132 Allow equals comparison of BigDecimals with different scales (#3924)
  • 13f4735 Proper fix for DescribeSpec test with a multiline description (#3926)
  • 45d17f8 Fix TestWithConfigBuilder#config using parsed name when clear TestDslState (#...
  • 9ae2a62 withEdgecases should keep shrinker #3812 (#3922)
  • a0c7950 Fix information printed by KProperty0<T>.shouldHaveValue (#3908) (#3921)
  • 68a6a28 Using NoSystemOutListener prevents single tests from being executed (#3923)
  • e0d3d7a specify module name kotest-assertions-json (#3898)
  • Additional commits viewable in compare view


Updates io.kotest:kotest-assertions-core-jvm from 5.8.0 to 5.8.1

Release notes

Sourced from io.kotest:kotest-assertions-core-jvm's releases.

v5.8.1

What's Changed

... (truncated)

Commits
  • 23b0629 Don't consider kotlinx and javax types to be builtin (#3899)
  • 0660eb3 Fixed use of type alias in shouldBeEqualToComparingFields (#3927)
  • b560a8c Updated all node based actions to latest node20 actions
  • 5a8d132 Allow equals comparison of BigDecimals with different scales (#3924)
  • 13f4735 Proper fix for DescribeSpec test with a multiline description (#3926)
  • 45d17f8 Fix TestWithConfigBuilder#config using parsed name when clear TestDslState (#...
  • 9ae2a62 withEdgecases should keep shrinker #3812 (#3922)
  • a0c7950 Fix information printed by KProperty0<T>.shouldHaveValue (#3908) (#3921)
  • 68a6a28 Using NoSystemOutListener prevents single tests from being executed (#3923)
  • e0d3d7a specify module name kotest-assertions-json (#3898)
  • Additional commits viewable in compare view


Updates io.kotest:kotest-assertions-core-jvm from 5.8.0 to 5.8.1

Release notes

Sourced from io.kotest:kotest-assertions-core-jvm's releases.

v5.8.1

What's Changed

... (truncated)

Commits
  • 23b0629 Don't consider kotlinx and javax types to be builtin (#3899)
  • 0660eb3 Fixed use of type alias in shouldBeEqualToComparingFields (#3927)
  • b560a8c Updated all node based actions to latest node20 actions
  • 5a8d132 Allow equals comparison of BigDecimals with different scales (#3924)
  • 13f4735 Proper fix for DescribeSpec test with a multiline description (#3926)
  • 45d17f8 Fix TestWithConfigBuilder#config using parsed name when clear TestDslState (#...
  • 9ae2a62 withEdgecases should keep shrinker #3812 (#3922)
  • a0c7950 Fix information printed by KProperty0<T>.shouldHaveValue (#3908) (#3921)
  • 68a6a28 Using NoSystemOutListener prevents single tests from being executed (#3923)
  • e0d3d7a specify module name kotest-assertions-json (#3898)
  • Additional commits viewable in compare view


Updates org.springframework.boot:spring-boot-starter-webflux from 3.2.3 to 3.2.4

Release notes

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

v3.2.4

:star: New Features

  • Add TWENTY_TWO to JavaVersion enum #39825

:lady_beetle: Bug Fixes

  • Thread name prefix is not always set when using virtual threads #39958
  • spring-boot-maven-plugin doesn't work with Java 22 #39927
  • Resolving a BuildpackReference created from a URL-like String can fail on Windows #39793
  • SpringProfile arbiter fails without a Spring's environment #39786
  • bootStartScripts tasks should be an instance of org.gradle.api.tasks.application.CreateStartScripts rather than its superclass org.gradle.jvm.application.tasks.CreateStartScripts #39764
  • When using Logback, log messages appear in a single line when application name contains brackets #39564

:notebook_with_decorative_cover: Documentation

  • Document support for Java 22 #40046
  • Fix web session javadoc typo #39821
  • Fix typo in Custom HTTP Exchange Recording section #39784
  • Make description of virtual threads and JVM exit easier to understand by removing "no-non" double-negative #39732

:hammer: Dependency Upgrades

  • Upgrade to Angus Mail 2.0.3 #39973
  • Upgrade to Glassfish JAXB 4.0.5 #39975
  • Upgrade to GraphQL Java 21.4 #40021
  • Upgrade to Groovy 4.0.20 #39976
  • Upgrade to Infinispan 14.0.27.Final #40026
  • Upgrade to Jakarta Activation 2.1.3 #39978
  • Upgrade to Jakarta Mail 2.1.3 #39979
  • Upgrade to Jakarta XML Bind 4.0.2 #39980
  • Upgrade to Jaybird 5.0.4.java11 #39981
  • Upgrade to Jetty 12.0.7 #39982
  • Upgrade to jOOQ 3.18.13 #39983
  • Upgrade to Kotlin 1.9.23 #39984
  • Upgrade to Lettuce 6.3.2.RELEASE #39985
  • Upgrade to Micrometer 1.12.4 #39879
  • Upgrade to Micrometer Tracing 1.2.4 #39880
  • Upgrade to Neo4j Java Driver 5.18.0 #39936
  • Upgrade to Postgresql 42.6.2 #39986
  • Upgrade to Pulsar 3.1.3 #39987
  • Upgrade to Reactor Bom 2023.0.4 #39907
  • Upgrade to Spring AMQP 3.1.3 #39881
  • Upgrade to Spring Authorization Server 1.2.3 #39915
  • Upgrade to Spring Data Bom 2023.1.4 #39882
  • Upgrade to Spring Framework 6.1.5 #39883
  • Upgrade to Spring HATEOAS 2.2.1 #39950
  • Upgrade to Spring Integration 6.2.3 #39884
  • Upgrade to Spring Kafka 3.1.3 #39885
  • Upgrade to Spring Pulsar 1.0.4 #39886

... (truncated)

Commits
  • f2988d3 Release v3.2.4
  • ddbefd9 Document support for Java 22
  • 9236759 Switch to Liberica distribution for Java 22 CI
  • 06058b1 Upgrade to Spring Integration 6.2.3
  • dedb2c5 Upgrade to Spring Authorization Server 1.2.3
  • bfa7dfb Merge branch '3.1.x' into 3.2.x
  • 73c3f31 Upgrade to Spring Integration 6.1.7
  • 2649d0d Upgrade to Spring Authorization Server 1.1.6
  • 488f243 Upgrade to Spring Session 3.2.2
  • 5705e0b Upgrade to Spring Pulsar 1.0.4
  • Additional commits viewable in compare view


Updates org.springframework.boot:spring-boot-starter-oauth2-resource-server from 3.2.3 to 3.2.4

Release notes

Sourced from org.springframework.boot:spring-boot-starter-oauth2-resource-server's releases.

v3.2.4

:star: New Features

  • Add TWENTY_TWO to JavaVersion enum #39825

:lady_beetle: Bug Fixes

  • Thread name prefix is not always set when using virtual threads #39958
  • spring-boot-maven-plugin doesn't work with Java 22 #39927
  • Resolving a BuildpackReference created from a URL-like String can fail on Windows #39793
  • SpringProfile arbiter fails without a Spring's environment #39786
  • bootStartScripts tasks should be an instance of org.gradle.api.tasks.application.CreateStartScripts rather than its superclass org.gradle.jvm.application.tasks.CreateStartScripts #39764
  • When using Logback, log messages appear in a single line when application name contains brackets #39564

:notebook_with_decorative_cover: Documentation

  • Document support for Java 22 #40046
  • Fix web session javadoc typo #39821
  • Fix typo in Custom HTTP Exchange Recording section #39784
  • Make description of virtual threads and JVM exit easier to understand by removing "no-non" double-negative #39732

:hammer: Dependency Upgrades

  • Upgrade to Angus Mail 2.0.3 #39973
  • Upgrade to Glassfish JAXB 4.0.5 #39975
  • Upgrade to GraphQL Java 21.4 #40021
  • Upgrade to Groovy 4.0.20 #39976
  • Upgrade to Infinispan 14.0.27.Final #40026
  • Upgrade to Jakarta Activation 2.1.3 #39978
  • Upgrade to Jakarta Mail 2.1.3 #39979
  • Upgrade to Jakarta XML Bind 4.0.2 #39980
  • Upgrade to Jaybird 5.0.4.java11 #39981
  • Upgrade to Jetty 12.0.7 #39982
  • Upgrade to jOOQ 3.18.13 #39983
  • Upgrade to Kotlin 1.9.23 #39984