SamuelGuillemet / SEAK

SEAK, emulates a financial broker which allows you to buy and sell stocks at market price, place limit orders inside an order book and get the market data in real time.
5 stars 0 forks source link

⬆ Bump the gradle group with 12 updates #22

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 10 months ago

Bumps the gradle group with 12 updates:

Package From To
org.assertj:assertj-core 3.24.2 3.25.1
org.apache.logging.log4j:log4j-core 2.21.1 2.22.1
org.apache.logging.log4j:log4j-api 2.21.1 2.22.1
org.apache.logging.log4j:log4j-slf4j2-impl 2.22.0 2.22.1
io.micronaut.data:micronaut-data-hibernate-jpa 4.4.0 4.4.1
io.micronaut.data:micronaut-data-processor 4.4.0 4.4.1
org.junit.jupiter:junit-jupiter 5.9.1 5.10.1
com.fasterxml.jackson.dataformat:jackson-dataformat-yaml 2.16.0 2.16.1
com.fasterxml.jackson.core:jackson-databind 2.16.0 2.16.1
io.micronaut:micronaut-http-client-jdk 4.2.1 4.2.3
io.micronaut.serde:micronaut-serde-jackson 2.5.1 2.7.0
org.apache.avro:avro 1.11.1 1.11.3

Updates org.assertj:assertj-core from 3.24.2 to 3.25.1

Release notes

Sourced from org.assertj:assertj-core's releases.

v3.25.1

:jigsaw: Binary Compatibility

The release is:

  • Binary compatible with the previous minor version.
  • Binary incompatible with the previous patch version.

:bug: Bug Fixes

Core

  • Revert "Provide value when assertThatThrownBy/thenThrownBy fail" #3318
  • Revert "fix: containsExactly does not work properly with maps not using equals to compare keys" #3321

v3.25.0

:jigsaw: Binary Compatibility

The release is binary compatible with the previous minor version.

:no_entry_sign: Deprecated

Core

  • Deprecate the following date/time related assertions in favor of isCloseTo:
    • isEqualToIgnoringHours
    • isEqualToIgnoringMinutes
    • isEqualToIgnoringSeconds
    • isEqualToIgnoringMillis
    • isEqualToIgnoringNanos
    • isInSameHourAs
    • isInSameMinuteAs
    • isInSameSecondAs
  • Deprecate asList in favor of asInstanceOf #3138

:sparkles: New Features

Core

  • Add Descriptable#describedAs(Supplier<String>)
  • Add isInThePast and isInTheFuture to LocalDate assertions #2933
  • Add isInThePast and isInTheFuture to the missing Java 8 date/time types #2947
  • Add isRecord and isNotRecord to Class assertions #2968
  • Add hasNullValue and doesNotHaveNullValue to AtomicReferenceAssert #2969
  • Add asBoolean|Byte|Short|Int|Long|Float|Double to String assertions #2580
  • Add hasRecordComponents to Class assertions #2995
  • Add getters for field path in ComparisonDifference #3007
  • Allow to compare enum and string fields in the recursive comparison #2616
  • Provide value when assertThatThrownBy / thenThrownBy fail #3043
  • Add isSealed and isNotSealed to Class assertions #3080
  • Add assertThatCharSequence to disambiguate Groovy's GString #3132

... (truncated)

Commits
  • 65f6433 [maven-release-plugin] prepare release assertj-build-3.25.1
  • 4753165 Revert "fix: containsExactly does not work properly with maps not using equal...
  • 2a7c5a6 Revert "Provide value when assertThatThrownBy/thenThrownBy fail" (#3318)
  • 887f97b Update license headers
  • 25347d5 [maven-release-plugin] prepare for next development iteration
  • 2c1c083 [maven-release-plugin] prepare release assertj-build-3.25.0
  • c44129d Move flatten-maven-plugin version to separate property
  • 31cefaf Apply flatten-maven-plugin to assertj-core and assertj-guava (#3311)
  • 435d183 chore(deps-dev): bump org.testng:testng from 7.8.0 to 7.9.0 (#3312)
  • e044604 chore(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.4 to 3....
  • Additional commits viewable in compare view


Updates org.apache.logging.log4j:log4j-core from 2.21.1 to 2.22.1

Updates org.apache.logging.log4j:log4j-api from 2.21.1 to 2.22.1

Updates org.apache.logging.log4j:log4j-slf4j2-impl from 2.22.0 to 2.22.1

Updates io.micronaut.data:micronaut-data-hibernate-jpa from 4.4.0 to 4.4.1

Release notes

Sourced from io.micronaut.data:micronaut-data-hibernate-jpa's releases.

Micronaut Data 4.4.1

What's Changed

Other Changes 💡

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v4.4.0...v4.4.1

Commits


Updates io.micronaut.data:micronaut-data-processor from 4.4.0 to 4.4.1

Release notes

Sourced from io.micronaut.data:micronaut-data-processor's releases.

Micronaut Data 4.4.1

What's Changed

Other Changes 💡

Full Changelog: https://github.com/micronaut-projects/micronaut-data/compare/v4.4.0...v4.4.1

Commits


Updates org.junit.jupiter:junit-jupiter from 5.9.1 to 5.10.1

Release notes

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

JUnit 5.10.1 = Platform 1.10.1 + Jupiter 5.10.1 + Vintage 5.10.1

See Release Notes.

Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.0...r5.10.1

JUnit 5.10.0 = Platform 1.10.0 + Jupiter 5.10.0 + Vintage 5.10.0

See Release Notes.

Full Changelog: https://github.com/junit-team/junit5/compare/r5.10.0-RC2...r5.10.0

JUnit 5.10.0-RC2 = Platform 1.10.0-RC2+ Jupiter 5.10.0-RC2 + Vintage 5.10.0-RC2

See Release Notes.

JUnit 5.10.0-RC1 = Platform 1.10.0-RC1 + Jupiter 5.10.0-RC1 + Vintage 5.10.0-RC1

See Release Notes.

JUnit 5.10.0-M1 = Platform 1.10.0-M1 + Jupiter 5.10.0-M1 + Vintage 5.10.0-M1

See Release Notes.

JUnit 5.9.3 = Platform 1.9.3 + Jupiter 5.9.3 + Vintage 5.9.3

See Release Notes.

JUnit 5.9.2 = Platform 1.9.2 + Jupiter 5.9.2 + Vintage 5.9.2

See Release Notes.

Commits
  • e5f50d8 Release 5.10.1
  • ac86d18 Fix typo in AfterAll documentation
  • 388c5be Harmonize application of method and field filters in search algorithms
  • f82dd1e Apply field predicate before searching type hierarchy
  • 1d1eb85 Polishing
  • 5ce280e Update picocli to 4.7.5 and enable help width computation
  • fea05c3 Fix ConsoleLauncherTests and StandaloneTests
  • c556735 Use same expected files for all JDK versions
  • 808493a Run StandaloneTests for Java 8 under Java 8
  • 9ec5766 Unify messages about exit codes in StandaloneTests
  • Additional commits viewable in compare view


Updates com.fasterxml.jackson.dataformat:jackson-dataformat-yaml from 2.16.0 to 2.16.1

Commits
  • 370682e [maven-release-plugin] prepare release jackson-dataformats-text-2.16.1
  • 124d9b3 Prepare for 2.16.1 release
  • 0b7087b Update release notes wrt backport #445 fix
  • 18108a4 Fixes for issue #445: Wraps unexpected NullPointerException (#446)
  • 8e47f98 Warnings removal
  • f4c2cf2 Back to snapshot dep
  • b1c7177 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view


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

Commits


Updates io.micronaut:micronaut-http-client-jdk from 4.2.1 to 4.2.3

Release notes

Sourced from io.micronaut:micronaut-http-client-jdk's releases.

Micronaut Core 4.2.3

What's Changed

Bug Fixes 🐞

Other Changes 💡

Dependency updates 🚀

Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v4.2.2...v4.2.3

Micronaut Core 4.2.2

What's Changed

Bug Fixes 🐞

Improvements ⭐

Docs 📖

Dependency updates 🚀

... (truncated)

Commits
  • 36dcaf0 [skip ci] Release v4.2.3
  • f35b55b Publish service ready / stopped in consistent order (#10325)
  • 0295ee0 Javac: Extract type variable name using the element (#10293)
  • 97aeb96 Ensure responseWritten is called on discard (#10288)
  • 67e2b3d chore(deps): update gradle/gradle-build-action action to v2.11.0 (#10252)
  • 4666825 fix(deps): update netty monorepo to v4.1.104.final (#10276)
  • 7423f83 KSP: Do not store default empty string annotation value (#10284)
  • 1087107 Initialize classes at build time that can deadlock graal compiler (#10283)
  • ca177fb KSP: Fix @Generated processing (#10282)
  • bbf65a9 Fix logged errors reported by fuzzing (#10273)
  • Additional commits viewable in compare view


Updates io.micronaut.serde:micronaut-serde-jackson from 2.5.1 to 2.7.0

Release notes

Sourced from io.micronaut.serde:micronaut-serde-jackson's releases.

Micronaut Serialization 2.7.0

What's Changed

Improvements ⭐

Full Changelog: https://github.com/micronaut-projects/micronaut-serialization/compare/v2.6.0...v2.7.0

Micronaut Serialization 2.6.0

What's Changed

Dependency updates 🚀

Kotlin

Micronaut Modules

Micronaut Core
Micronaut Logging

Full Changelog: https://github.com/micronaut-projects/micronaut-serialization/compare/v2.5.1...v2.6.0

Commits
  • 824a00b [skip ci] Release v2.7.0
  • eb9d4cc Add ObjectMapper.cloneWithConfiguration (#719)
  • 23e2f57 ci: GitHub Actions download-artifact 3.0.2
  • 21ee11b ci: GitHub Actions upload-artifact 3.0.0
  • 2ccd515 ci: projectVersion=2.7.0-SNAPSHOT [ci skip]
  • f1a7478 Back to 2.6.1-SNAPSHOT
  • 8cbba0f [skip ci] Release v2.6.0
  • 9b0fed2 Update dependency com.oracle.oci.sdk:oci-java-sdk-aidocument to v3.31.0 (#713)
  • 7916bd4 ci: projectVersion=2.6.0-SNAPSHOT [ci skip]
  • e026468 Update common files (#722)
  • Additional commits viewable in compare view


Updates org.apache.avro:avro from 1.11.1 to 1.11.3

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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
SamuelGuillemet commented 10 months ago

@dependabot rebase

dependabot[bot] commented 10 months ago

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