mock-oauth2-server
mock-oauth2-server copied to clipboard
chore(deps): bump the github group with 14 updates
Bumps the github group with 14 updates:
Updates com.fasterxml.jackson.core:jackson-databind from 2.16.1 to 2.17.0
Commits
- See full diff 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.01ed0f3fPrepare for 2.17.0 releasece6b4d6Merge branch '2.16' into 2.17b707238Back to snapshot depd12f174[maven-release-plugin] prepare for next development iteration91d7c6d[maven-release-plugin] prepare release jackson-module-kotlin-2.16.2b5a65d4Prepare for 2.16.2 releasef5ea353Back to snapshot dep9d6ebb6[maven-release-plugin] prepare for next development iteration103449a[maven-release-plugin] prepare release jackson-module-kotlin-2.17.0-rc1- 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.Finalbe34698Fix action version for release process7b1e6c9[maven-release-plugin] rollback the release of netty-4.1.108.Finala733b96[maven-release-plugin] prepare for next development iteration9059873[maven-release-plugin] prepare release netty-4.1.108.Finalcd3c1b0[maven-release-plugin] rollback the release of netty-4.1.108.Finalc5902c9[maven-release-plugin] prepare for next development iterationff9f7d2[maven-release-plugin] prepare release netty-4.1.108.Finalbd26566Fix checkstyle error0d0c6edMerge 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.01ed0f3fPrepare for 2.17.0 releasece6b4d6Merge branch '2.16' into 2.17b707238Back to snapshot depd12f174[maven-release-plugin] prepare for next development iteration91d7c6d[maven-release-plugin] prepare release jackson-module-kotlin-2.16.2b5a65d4Prepare for 2.16.2 releasef5ea353Back to snapshot dep9d6ebb6[maven-release-plugin] prepare for next development iteration103449a[maven-release-plugin] prepare release jackson-module-kotlin-2.17.0-rc1- Additional commits viewable in compare view
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
- Update dependency io.github.classgraph:classgraph to v4.8.164 by
@renovatein kotest/kotest#3751- Non-negative/positive
Longassertions and property testers by@RusticFlarein kotest/kotest#3720- Fix typo in documentation by
@tamj0rd2in kotest/kotest#3756- fixed : rolled back to initial Readme.md by
@mirageoasisin kotest/kotest#3757- Add context container to behavior spec by
@jcthenerdin kotest/kotest#3737- Fixed display of large ranges by
@sksamuelin kotest/kotest#3765- Expose the kotlin coroutineTestScope by
@sksamuelin kotest/kotest#3769- Increase maps diff size to 100, allowing for config by
@sksamuelin kotest/kotest#3767- Allow display name formatter to return null by
@sksamuelin kotest/kotest#3764- CoroutineDispatcher is not a TestDispatcher on JS by
@sksamuelin kotest/kotest#3766- Use evals as measure for assumptions by
@sksamuelin kotest/kotest#3771- Added tier3 targets #3748 by
@sksamuelin kotest/kotest#3761- Add size matchers to typed Kotlin array classes by
@obeckerin kotest/kotest#3773- Regular file passes the shouldBeEmptyDirectory() assertion by
@sksamuelin kotest/kotest#3775- OffsetDateTimeToleranceMatcher (#6) by
@AlexCue987in kotest/kotest#3781- Add FixtureMonkey in third party extensions by
@seongahjoin kotest/kotest#3782- Local date time plus or minus by
@AlexCue987in kotest/kotest#3779- Fix orNull with nullProbability=1.0 produce non-nulls by
@kshiredin kotest/kotest#3783- Fix continually does not work with null values by
@kshiredin kotest/kotest#3786- cutting docs for 5.8 by
@Kantisin kotest/kotest#3787- Support binding properties to specific Arbs when doing reflective binding by
@Kantisin kotest/kotest#3358- Plus or minus for zoned date time draft (#8) by
@AlexCue987in kotest/kotest#3785- Plus or minus for instant draft (#7) by
@AlexCue987in kotest/kotest#3784- Fix race condition in beforeSpec by
@sksamuelin kotest/kotest#3763- Provide overriddable defaults for eventually by
@sksamuelin kotest/kotest#3788- cutting docs for 5.8 (right this time) by
@Kantisin kotest/kotest#3791- Fix compiler plugin for K2 compiler by
@OliverO2in kotest/kotest#3800- Local time plus or minus take2 by
@AlexCue987in kotest/kotest#3802- docs: fix EnabledCondition example (interface, not class) by
@jhultin kotest/kotest#3810- Update inspectors.md - Fixed a typo by
@karuturiin kotest/kotest#3811- Fix
BigDecimal.ZERO.shouldBePositive()returning true by@pubiqqin kotest/kotest#3814- Add
intersectmatcher to ranges by@AlexCue987in kotest/kotest#3792- tiny doc fix by
@fantayenehin kotest/kotest#3823- fix: Path.shouldBeAFile should fail on non-existant files by
@LeoColmanin kotest/kotest#3826- Add
shouldNotBePositiveandshouldNotBeNegativematchers for BigDecimal by@pubiqqin kotest/kotest#3818- Support
IterableinwithDataon root level by@obeckerin kotest/kotest#3831- Added java.time.Year arbitrary support by
@kshiredin kotest/kotest#3842- Added java.time.Year supports for reflective arbitrary bind by
@kshiredin kotest/kotest#3844- Have upper bound print violations by
@AlexCue987in kotest/kotest#3847- ContainDuplicates should print them (#20) by
@AlexCue987in kotest/kotest#3846- Should contain exactly in any order count mismatch draft (#19) by
@AlexCue987in kotest/kotest#3845- Replace Range Intersect tests with Property Tests by
@AlexCue987in kotest/kotest#3824- Changing the Kotlin Gradle plugin dependncy to compileOnly by
@Kantisin kotest/kotest#3856- Publishing JVM jar and pom in root variant by
@Kantisin kotest/kotest#3859- Fixing Arb.localDate when minDate == maxDate by
@Kantisin kotest/kotest#3860- fix(deps): update dependency io.mockk:mockk to v1.13.9 by
@renovatein kotest/kotest#3853- Add selfie snapshot testing to the extensions listing by
@nedtwiggin kotest/kotest#3870- Contains in order more details (#29) by
@AlexCue987in kotest/kotest#3871
... (truncated)
Commits
23b0629Don't consider kotlinx and javax types to be builtin (#3899)0660eb3Fixed use of type alias in shouldBeEqualToComparingFields (#3927)b560a8cUpdated all node based actions to latest node20 actions5a8d132Allow equals comparison of BigDecimals with different scales (#3924)13f4735Proper fix for DescribeSpec test with a multiline description (#3926)45d17f8Fix TestWithConfigBuilder#config using parsed name when clear TestDslState (#...9ae2a62withEdgecases should keep shrinker #3812 (#3922)a0c7950Fix information printed by KProperty0<T>.shouldHaveValue (#3908) (#3921)68a6a28Using NoSystemOutListener prevents single tests from being executed (#3923)e0d3d7aspecify 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
- Update dependency io.github.classgraph:classgraph to v4.8.164 by
@renovatein kotest/kotest#3751- Non-negative/positive
Longassertions and property testers by@RusticFlarein kotest/kotest#3720- Fix typo in documentation by
@tamj0rd2in kotest/kotest#3756- fixed : rolled back to initial Readme.md by
@mirageoasisin kotest/kotest#3757- Add context container to behavior spec by
@jcthenerdin kotest/kotest#3737- Fixed display of large ranges by
@sksamuelin kotest/kotest#3765- Expose the kotlin coroutineTestScope by
@sksamuelin kotest/kotest#3769- Increase maps diff size to 100, allowing for config by
@sksamuelin kotest/kotest#3767- Allow display name formatter to return null by
@sksamuelin kotest/kotest#3764- CoroutineDispatcher is not a TestDispatcher on JS by
@sksamuelin kotest/kotest#3766- Use evals as measure for assumptions by
@sksamuelin kotest/kotest#3771- Added tier3 targets #3748 by
@sksamuelin kotest/kotest#3761- Add size matchers to typed Kotlin array classes by
@obeckerin kotest/kotest#3773- Regular file passes the shouldBeEmptyDirectory() assertion by
@sksamuelin kotest/kotest#3775- OffsetDateTimeToleranceMatcher (#6) by
@AlexCue987in kotest/kotest#3781- Add FixtureMonkey in third party extensions by
@seongahjoin kotest/kotest#3782- Local date time plus or minus by
@AlexCue987in kotest/kotest#3779- Fix orNull with nullProbability=1.0 produce non-nulls by
@kshiredin kotest/kotest#3783- Fix continually does not work with null values by
@kshiredin kotest/kotest#3786- cutting docs for 5.8 by
@Kantisin kotest/kotest#3787- Support binding properties to specific Arbs when doing reflective binding by
@Kantisin kotest/kotest#3358- Plus or minus for zoned date time draft (#8) by
@AlexCue987in kotest/kotest#3785- Plus or minus for instant draft (#7) by
@AlexCue987in kotest/kotest#3784- Fix race condition in beforeSpec by
@sksamuelin kotest/kotest#3763- Provide overriddable defaults for eventually by
@sksamuelin kotest/kotest#3788- cutting docs for 5.8 (right this time) by
@Kantisin kotest/kotest#3791- Fix compiler plugin for K2 compiler by
@OliverO2in kotest/kotest#3800- Local time plus or minus take2 by
@AlexCue987in kotest/kotest#3802- docs: fix EnabledCondition example (interface, not class) by
@jhultin kotest/kotest#3810- Update inspectors.md - Fixed a typo by
@karuturiin kotest/kotest#3811- Fix
BigDecimal.ZERO.shouldBePositive()returning true by@pubiqqin kotest/kotest#3814- Add
intersectmatcher to ranges by@AlexCue987in kotest/kotest#3792- tiny doc fix by
@fantayenehin kotest/kotest#3823- fix: Path.shouldBeAFile should fail on non-existant files by
@LeoColmanin kotest/kotest#3826- Add
shouldNotBePositiveandshouldNotBeNegativematchers for BigDecimal by@pubiqqin kotest/kotest#3818- Support
IterableinwithDataon root level by@obeckerin kotest/kotest#3831- Added java.time.Year arbitrary support by
@kshiredin kotest/kotest#3842- Added java.time.Year supports for reflective arbitrary bind by
@kshiredin kotest/kotest#3844- Have upper bound print violations by
@AlexCue987in kotest/kotest#3847- ContainDuplicates should print them (#20) by
@AlexCue987in kotest/kotest#3846- Should contain exactly in any order count mismatch draft (#19) by
@AlexCue987in kotest/kotest#3845- Replace Range Intersect tests with Property Tests by
@AlexCue987in kotest/kotest#3824- Changing the Kotlin Gradle plugin dependncy to compileOnly by
@Kantisin kotest/kotest#3856- Publishing JVM jar and pom in root variant by
@Kantisin kotest/kotest#3859- Fixing Arb.localDate when minDate == maxDate by
@Kantisin kotest/kotest#3860- fix(deps): update dependency io.mockk:mockk to v1.13.9 by
@renovatein kotest/kotest#3853- Add selfie snapshot testing to the extensions listing by
@nedtwiggin kotest/kotest#3870- Contains in order more details (#29) by
@AlexCue987in kotest/kotest#3871
... (truncated)
Commits
23b0629Don't consider kotlinx and javax types to be builtin (#3899)0660eb3Fixed use of type alias in shouldBeEqualToComparingFields (#3927)b560a8cUpdated all node based actions to latest node20 actions5a8d132Allow equals comparison of BigDecimals with different scales (#3924)13f4735Proper fix for DescribeSpec test with a multiline description (#3926)45d17f8Fix TestWithConfigBuilder#config using parsed name when clear TestDslState (#...9ae2a62withEdgecases should keep shrinker #3812 (#3922)a0c7950Fix information printed by KProperty0<T>.shouldHaveValue (#3908) (#3921)68a6a28Using NoSystemOutListener prevents single tests from being executed (#3923)e0d3d7aspecify 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
- Update dependency io.github.classgraph:classgraph to v4.8.164 by
@renovatein kotest/kotest#3751- Non-negative/positive
Longassertions and property testers by@RusticFlarein kotest/kotest#3720- Fix typo in documentation by
@tamj0rd2in kotest/kotest#3756- fixed : rolled back to initial Readme.md by
@mirageoasisin kotest/kotest#3757- Add context container to behavior spec by
@jcthenerdin kotest/kotest#3737- Fixed display of large ranges by
@sksamuelin kotest/kotest#3765- Expose the kotlin coroutineTestScope by
@sksamuelin kotest/kotest#3769- Increase maps diff size to 100, allowing for config by
@sksamuelin kotest/kotest#3767- Allow display name formatter to return null by
@sksamuelin kotest/kotest#3764- CoroutineDispatcher is not a TestDispatcher on JS by
@sksamuelin kotest/kotest#3766- Use evals as measure for assumptions by
@sksamuelin kotest/kotest#3771- Added tier3 targets #3748 by
@sksamuelin kotest/kotest#3761- Add size matchers to typed Kotlin array classes by
@obeckerin kotest/kotest#3773- Regular file passes the shouldBeEmptyDirectory() assertion by
@sksamuelin kotest/kotest#3775- OffsetDateTimeToleranceMatcher (#6) by
@AlexCue987in kotest/kotest#3781- Add FixtureMonkey in third party extensions by
@seongahjoin kotest/kotest#3782- Local date time plus or minus by
@AlexCue987in kotest/kotest#3779- Fix orNull with nullProbability=1.0 produce non-nulls by
@kshiredin kotest/kotest#3783- Fix continually does not work with null values by
@kshiredin kotest/kotest#3786- cutting docs for 5.8 by
@Kantisin kotest/kotest#3787- Support binding properties to specific Arbs when doing reflective binding by
@Kantisin kotest/kotest#3358- Plus or minus for zoned date time draft (#8) by
@AlexCue987in kotest/kotest#3785- Plus or minus for instant draft (#7) by
@AlexCue987in kotest/kotest#3784- Fix race condition in beforeSpec by
@sksamuelin kotest/kotest#3763- Provide overriddable defaults for eventually by
@sksamuelin kotest/kotest#3788- cutting docs for 5.8 (right this time) by
@Kantisin kotest/kotest#3791- Fix compiler plugin for K2 compiler by
@OliverO2in kotest/kotest#3800- Local time plus or minus take2 by
@AlexCue987in kotest/kotest#3802- docs: fix EnabledCondition example (interface, not class) by
@jhultin kotest/kotest#3810- Update inspectors.md - Fixed a typo by
@karuturiin kotest/kotest#3811- Fix
BigDecimal.ZERO.shouldBePositive()returning true by@pubiqqin kotest/kotest#3814- Add
intersectmatcher to ranges by@AlexCue987in kotest/kotest#3792- tiny doc fix by
@fantayenehin kotest/kotest#3823- fix: Path.shouldBeAFile should fail on non-existant files by
@LeoColmanin kotest/kotest#3826- Add
shouldNotBePositiveandshouldNotBeNegativematchers for BigDecimal by@pubiqqin kotest/kotest#3818- Support
IterableinwithDataon root level by@obeckerin kotest/kotest#3831- Added java.time.Year arbitrary support by
@kshiredin kotest/kotest#3842- Added java.time.Year supports for reflective arbitrary bind by
@kshiredin kotest/kotest#3844- Have upper bound print violations by
@AlexCue987in kotest/kotest#3847- ContainDuplicates should print them (#20) by
@AlexCue987in kotest/kotest#3846- Should contain exactly in any order count mismatch draft (#19) by
@AlexCue987in kotest/kotest#3845- Replace Range Intersect tests with Property Tests by
@AlexCue987in kotest/kotest#3824- Changing the Kotlin Gradle plugin dependncy to compileOnly by
@Kantisin kotest/kotest#3856- Publishing JVM jar and pom in root variant by
@Kantisin kotest/kotest#3859- Fixing Arb.localDate when minDate == maxDate by
@Kantisin kotest/kotest#3860- fix(deps): update dependency io.mockk:mockk to v1.13.9 by
@renovatein kotest/kotest#3853- Add selfie snapshot testing to the extensions listing by
@nedtwiggin kotest/kotest#3870- Contains in order more details (#29) by
@AlexCue987in kotest/kotest#3871
... (truncated)
Commits
23b0629Don't consider kotlinx and javax types to be builtin (#3899)0660eb3Fixed use of type alias in shouldBeEqualToComparingFields (#3927)b560a8cUpdated all node based actions to latest node20 actions5a8d132Allow equals comparison of BigDecimals with different scales (#3924)13f4735Proper fix for DescribeSpec test with a multiline description (#3926)45d17f8Fix TestWithConfigBuilder#config using parsed name when clear TestDslState (#...9ae2a62withEdgecases should keep shrinker #3812 (#3922)a0c7950Fix information printed by KProperty0<T>.shouldHaveValue (#3908) (#3921)68a6a28Using NoSystemOutListener prevents single tests from being executed (#3923)e0d3d7aspecify 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
f2988d3Release v3.2.4ddbefd9Document support for Java 229236759Switch to Liberica distribution for Java 22 CI06058b1Upgrade to Spring Integration 6.2.3dedb2c5Upgrade to Spring Authorization Server 1.2.3bfa7dfbMerge branch '3.1.x' into 3.2.x73c3f31Upgrade to Spring Integration 6.1.72649d0dUpgrade to Spring Authorization Server 1.1.6488f243Upgrade to Spring Session 3.2.25705e0bUpgrade 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
- 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)