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 8 updates #32

Closed dependabot[bot] closed 9 months ago

dependabot[bot] commented 10 months ago

Bumps the gradle group with 8 updates:

Package From To
io.micronaut.micrometer:micronaut-micrometer-registry-prometheus 5.2.0 5.3.0
io.micronaut.micrometer:micronaut-micrometer-annotation 5.2.0 5.3.0
org.assertj:assertj-core 3.25.1 3.25.2
io.micronaut.data:micronaut-data-hibernate-jpa 4.4.1 4.5.0
io.micronaut.data:micronaut-data-processor 4.4.1 4.5.0
io.micronaut.sql:micronaut-jdbc-hikari 5.4.0 5.4.1
io.micronaut:micronaut-http-client-jdk 4.2.3 4.3.1
io.micronaut.serde:micronaut-serde-jackson 2.7.0 2.7.1

Updates io.micronaut.micrometer:micronaut-micrometer-registry-prometheus from 5.2.0 to 5.3.0

Release notes

Sourced from io.micronaut.micrometer:micronaut-micrometer-registry-prometheus's releases.

Micronaut Micrometer 5.3.0

What's Changed

Bug Fixes 🐞

Other Changes 💡

Docs 📖

Dependency updates 🚀

Micrometer

Metrics Core

gRPC API

Micronaut Modules

Micronaut Core
Micronaut Serialization
Micronaut Platform
Micronaut R2DBC
Micronaut RxJava2
Micronaut Tracing

... (truncated)

Commits
  • a3882c7 [skip ci] Release v5.3.0
  • 87ea14b fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.4.1 (#666)
  • 3c5b2d2 fix(deps): update managed.micrometer to v1.12.0 (#640)
  • 1be748d fix(deps): update dependency io.dropwizard.metrics:metrics-core to v4.2.24 (#...
  • a366351 Fixes binary incompatibility changes introduced in #648 (#664)
  • 6b26ea8 fix(deps): update dependency io.micronaut.aws:micronaut-aws-bom to v4.2.3 (#652)
  • 0b5e9a9 fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.7.0...
  • 2e14008 fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2...
  • 21fe049 Update common files (#660)
  • 6dbd541 fix(deps): update dependency io.micrometer:micrometer-tracing to v1.2.2 (#651)
  • Additional commits viewable in compare view


Updates io.micronaut.micrometer:micronaut-micrometer-annotation from 5.2.0 to 5.3.0

Release notes

Sourced from io.micronaut.micrometer:micronaut-micrometer-annotation's releases.

Micronaut Micrometer 5.3.0

What's Changed

Bug Fixes 🐞

Other Changes 💡

Docs 📖

Dependency updates 🚀

Micrometer

Metrics Core

gRPC API

Micronaut Modules

Micronaut Core
Micronaut Serialization
Micronaut Platform
Micronaut R2DBC
Micronaut RxJava2
Micronaut Tracing

... (truncated)

Commits
  • a3882c7 [skip ci] Release v5.3.0
  • 87ea14b fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.4.1 (#666)
  • 3c5b2d2 fix(deps): update managed.micrometer to v1.12.0 (#640)
  • 1be748d fix(deps): update dependency io.dropwizard.metrics:metrics-core to v4.2.24 (#...
  • a366351 Fixes binary incompatibility changes introduced in #648 (#664)
  • 6b26ea8 fix(deps): update dependency io.micronaut.aws:micronaut-aws-bom to v4.2.3 (#652)
  • 0b5e9a9 fix(deps): update dependency io.micronaut.serde:micronaut-serde-bom to v2.7.0...
  • 2e14008 fix(deps): update dependency io.micronaut.rxjava2:micronaut-rxjava2-bom to v2...
  • 21fe049 Update common files (#660)
  • 6dbd541 fix(deps): update dependency io.micrometer:micrometer-tracing to v1.2.2 (#651)
  • Additional commits viewable in compare view


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

Release notes

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

v3.25.2

:bug: Bug Fixes

  • Fix unresolvable Javadoc stylesheet URLs, simplify configuration #3324

Core

  • Fix missing configuration for MatcherAssert soft assertions
  • Make deprecation notice visible in AbstractAssert#asList #3327
  • Recursive comparison uses equals on root object when useOverriddenEquals is enabled #3320
  • satisfiesExactlyInAnyOrder fails if actual overrides equals #3339
  • Avoid calling actual.hashCode() and expected.hashCode() in DualValue #3340
  • Recursive comparison checks for existence of fields in types that parameterize nested unordered iterables #3332

:hammer: Dependency Upgrades

  • Upgrade to EqualsVerifier 3.15.6 #3329
  • Upgrade to Maven Surefire Plugin 3.2.5 #3328
  • Upgrade to Spotless Maven Plugin 2.43.0 #3345

:jigsaw: Binary Compatibility

The release is binary compatible with the previous minor version.

:heart: Contributors

Thanks to all the contributors who worked on this release:

@​manusa @​davidboden

Commits
  • 96ef63e [maven-release-plugin] prepare release assertj-build-3.25.2
  • abdb210 chore(deps): bump com.diffplug.spotless:spotless-maven-plugin from 2.41.1 to ...
  • 3132090 Recursive comparison: only check the compared fields existence at the root le...
  • e9ebcc2 DualValue hash code is not computed properly because it calls actual.hashCode...
  • d51cfd9 Remove elements by reference in assertSatisfiesExactlyInAnyOrder
  • 7f786bd The recursive comparison should never use equals on root objects since it def...
  • e0f4542 chore(deps-dev): bump nl.jqno.equalsverifier:equalsverifier from 3.15.5 to 3....
  • 19b9b3d chore(deps): bump org.apache.maven.plugins:maven-surefire-plugin from 3.2.3 t...
  • 470c1ec doc: deprecation notice visible in AbstractAssert#asList (#3327)
  • 0521edf Fix missing configuration for MatcherAssert soft assertions
  • Additional commits viewable in compare view


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

Release notes

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

Micronaut Data 4.5.0

What's Changed

Bug Fixes 🐞

Other Changes 💡

Docs 📖

Dependency updates 🚀

Spring Data

Kotlin

Micronaut Modules

Micronaut Core
Micronaut MongoDB
Micronaut Multi-Tenancy

... (truncated)

Commits
  • f6cceb0 [skip ci] Release v4.5.0
  • a04411c fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle...
  • 1bdc8ed fix(deps): update dependency org.apache.groovy:groovy-dateutil to v4.0.18 (#2...
  • 51784c9 fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.4.1 (#2...
  • 03ef203 chore(deps): update actions/cache action to v4 (#2738)
  • 305fc35 fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plug...
  • 04d2aca fix(deps): update dependency io.micronaut.kotlin:micronaut-kotlin-bom to v4.2...
  • 86d4992 ci: projectVersion=4.5.0-SNAPSHOT [ci skip]
  • 362e05d Fix parameter binding for countBy queries (#2741)
  • 7963425 Add Kotlin Criteria API that implements QuerySpecification (#2726)
  • Additional commits viewable in compare view


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

Release notes

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

Micronaut Data 4.5.0

What's Changed

Bug Fixes 🐞

Other Changes 💡

Docs 📖

Dependency updates 🚀

Spring Data

Kotlin

Micronaut Modules

Micronaut Core
Micronaut MongoDB
Micronaut Multi-Tenancy

... (truncated)

Commits
  • f6cceb0 [skip ci] Release v4.5.0
  • a04411c fix(deps): update dependency com.google.devtools.ksp:symbol-processing-gradle...
  • 1bdc8ed fix(deps): update dependency org.apache.groovy:groovy-dateutil to v4.0.18 (#2...
  • 51784c9 fix(deps): update dependency io.micronaut.sql:micronaut-sql-bom to v5.4.1 (#2...
  • 03ef203 chore(deps): update actions/cache action to v4 (#2738)
  • 305fc35 fix(deps): update dependency org.springframework.boot:spring-boot-gradle-plug...
  • 04d2aca fix(deps): update dependency io.micronaut.kotlin:micronaut-kotlin-bom to v4.2...
  • 86d4992 ci: projectVersion=4.5.0-SNAPSHOT [ci skip]
  • 362e05d Fix parameter binding for countBy queries (#2741)
  • 7963425 Add Kotlin Criteria API that implements QuerySpecification (#2726)
  • Additional commits viewable in compare view


Updates io.micronaut.sql:micronaut-jdbc-hikari from 5.4.0 to 5.4.1

Release notes

Sourced from io.micronaut.sql:micronaut-jdbc-hikari's releases.

Micronaut SQL 5.4.1

What's Changed

Dependency updates 🚀

tomcat-jdbc

Hibernate

jOOQ

Micronaut Modules

Micronaut Core
Micronaut Serialization
Micronaut Cache
Micronaut Data
Micronaut Test
Micronaut Hibernate Validator
Micronaut Logging

... (truncated)

Commits
  • 2e70b04 [skip ci] Release v5.4.1
  • 80d21db Update common files (#1224)
  • 3b2859d fix(deps): update dependency org.jooq:jooq to v3.19.3 (#1225)
  • 278d7e1 fix(deps): update managed.hibernate to v6.4.2.final (#1223)
  • e0f985b chore(deps): update actions/cache action to v4 (#1221)
  • 848d8d6 chore(deps): update actions/upload-artifact action to v4 (#1220)
  • 6c02a9d chore(deps): update actions/download-artifact action to v4 (#1219)
  • 91e5998 fix(deps): update dependency io.micronaut:micronaut-core-bom to v4.2.3 (#1205)
  • ea5d778 fix(deps): update dependency io.micronaut.test:micronaut-test-bom to v4.2.0 (...
  • dfb0181 fix(deps): update dependency io.micronaut.cache:micronaut-cache-bom to v4.2.0...
  • Additional commits viewable in compare view


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

Release notes

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

Micronaut Core 4.3.1

What's Changed

Bug Fixes 🐞

Dependency updates 🚀

Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v4.3.0...v4.3.1

Micronaut Core v4.3.0

What's Changed

New Features 🎉

Bug Fixes 🐞

KSP Improvements and Bug Fixes

Other Changes 💡

... (truncated)

Commits
dependabot[bot] commented 9 months ago

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