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 gradle group with 12 updates #33

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 29, 2024

Bumps the gradle group with 12 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
org.testcontainers:junit-jupiter 1.19.3 1.19.4
io.micronaut.data:micronaut-data-hibernate-jpa 4.4.1 4.5.0
org.testcontainers:postgresql 1.19.3 1.19.4
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
org.testcontainers:kafka 1.19.3 1.19.4
org.testcontainers:testcontainers 1.19.3 1.19.4

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 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

🔨 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

❤️ 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 org.testcontainers:junit-jupiter from 1.19.3 to 1.19.4

Release notes

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

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

  • Fix SQLUtils.splitSqlScript: keep semicolons after END when semicolon is not the statement separator (#8108) @​inponomarev

Minio

MySQL

Redpanda

Selenium

What's Changed

📖 Documentation

... (truncated)

Commits
  • dc0e3da Merge pull request #8162 from testcontainers/combined-pr-branch
  • 733508f Merge remote-tracking branch 'origin/dependabot/gradle/modules/influxdb/org.i...
  • c0610e3 Merge remote-tracking branch 'origin/dependabot/gradle/modules/solace/com.sol...
  • 39641d3 Bump org.influxdb:influxdb-java from 2.23 to 2.24 in /modules/influxdb
  • 47400be Bump com.solacesystems:sol-jcsmp in /modules/solace
  • f9116b1 Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre in /core
  • 490f8f8 Update activemq-client version to 6.0.1 (#8150)
  • 489ac7d Merge pull request #8161 from testcontainers/combined-pr-branch
  • 2d37a36 New Solace certificates for integration test (#8160)
  • 9fa2241 Merge remote-tracking branch 'origin/dependabot/gradle/modules/pulsar/org.apa...
  • 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 org.testcontainers:postgresql from 1.19.3 to 1.19.4

Release notes

Sourced from org.testcontainers:postgresql's releases.

1.19.4

Testcontainers for Java 1.19.4

Core

Modules

Elasticsearch

  • Deprecate support for docker.elastic.co/elasticsearch/elasticsearch-oss (#4574) @​dadoonet

JDBC

  • Fix SQLUtils.splitSqlScript: keep semicolons after END when semicolon is not the statement separator (#8108) @​inponomarev

Minio

MySQL

Redpanda

Selenium

What's Changed

📖 Documentation

... (truncated)

Commits
  • dc0e3da Merge pull request #8162 from testcontainers/combined-pr-branch
  • 733508f Merge remote-tracking branch 'origin/dependabot/gradle/modules/influxdb/org.i...
  • c0610e3 Merge remote-tracking branch 'origin/dependabot/gradle/modules/solace/com.sol...
  • 39641d3 Bump org.influxdb:influxdb-java from 2.23 to 2.24 in /modules/influxdb
  • 47400be Bump com.solacesystems:sol-jcsmp in /modules/solace
  • f9116b1 Bump com.google.guava:guava from 32.1.3-jre to 33.0.0-jre in /core
  • 490f8f8 Update activemq-client version to 6.0.1 (#8150)
  • 489ac7d Merge pull request #8161 from testcontainers/combined-pr-branch
  • 2d37a36 New Solace certificates for integration test (#8160)
  • 9fa2241 Merge remote-tracking branch 'origin/dependabot/gradle/modules/pulsar/org.apa...
  • 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

Bumps the gradle group with 12 updates:

| Package | From | To |
| --- | --- | --- |
| [io.micronaut.micrometer:micronaut-micrometer-registry-prometheus](https://github.com/micronaut-projects/micronaut-micrometer) | `5.2.0` | `5.3.0` |
| [io.micronaut.micrometer:micronaut-micrometer-annotation](https://github.com/micronaut-projects/micronaut-micrometer) | `5.2.0` | `5.3.0` |
| [org.assertj:assertj-core](https://github.com/assertj/assertj) | `3.25.1` | `3.25.2` |
| [org.testcontainers:junit-jupiter](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.4` |
| [io.micronaut.data:micronaut-data-hibernate-jpa](https://github.com/micronaut-projects/micronaut-data) | `4.4.1` | `4.5.0` |
| [org.testcontainers:postgresql](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.4` |
| [io.micronaut.data:micronaut-data-processor](https://github.com/micronaut-projects/micronaut-data) | `4.4.1` | `4.5.0` |
| [io.micronaut.sql:micronaut-jdbc-hikari](https://github.com/micronaut-projects/micronaut-sql) | `5.4.0` | `5.4.1` |
| [io.micronaut:micronaut-http-client-jdk](https://github.com/micronaut-projects/micronaut-core) | `4.2.3` | `4.3.1` |
| [io.micronaut.serde:micronaut-serde-jackson](https://github.com/micronaut-projects/micronaut-serialization) | `2.7.0` | `2.7.1` |
| [org.testcontainers:kafka](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.4` |
| [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java) | `1.19.3` | `1.19.4` |


Updates `io.micronaut.micrometer:micronaut-micrometer-registry-prometheus` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/micronaut-projects/micronaut-micrometer/releases)
- [Commits](micronaut-projects/micronaut-micrometer@v5.2.0...v5.3.0)

Updates `io.micronaut.micrometer:micronaut-micrometer-annotation` from 5.2.0 to 5.3.0
- [Release notes](https://github.com/micronaut-projects/micronaut-micrometer/releases)
- [Commits](micronaut-projects/micronaut-micrometer@v5.2.0...v5.3.0)

Updates `org.assertj:assertj-core` from 3.25.1 to 3.25.2
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.1...assertj-build-3.25.2)

Updates `org.testcontainers:junit-jupiter` from 1.19.3 to 1.19.4
- [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.19.3...1.19.4)

Updates `io.micronaut.data:micronaut-data-hibernate-jpa` from 4.4.1 to 4.5.0
- [Release notes](https://github.com/micronaut-projects/micronaut-data/releases)
- [Commits](micronaut-projects/micronaut-data@v4.4.1...v4.5.0)

Updates `org.testcontainers:postgresql` from 1.19.3 to 1.19.4
- [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.19.3...1.19.4)

Updates `io.micronaut.data:micronaut-data-processor` from 4.4.1 to 4.5.0
- [Release notes](https://github.com/micronaut-projects/micronaut-data/releases)
- [Commits](micronaut-projects/micronaut-data@v4.4.1...v4.5.0)

Updates `io.micronaut.sql:micronaut-jdbc-hikari` from 5.4.0 to 5.4.1
- [Release notes](https://github.com/micronaut-projects/micronaut-sql/releases)
- [Commits](micronaut-projects/micronaut-sql@v5.4.0...v5.4.1)

Updates `io.micronaut:micronaut-http-client-jdk` from 4.2.3 to 4.3.1
- [Release notes](https://github.com/micronaut-projects/micronaut-core/releases)
- [Changelog](https://github.com/micronaut-projects/micronaut-core/blob/4.3.x/RELEASE.adoc)
- [Commits](micronaut-projects/micronaut-core@v4.2.3...v4.3.1)

Updates `io.micronaut.serde:micronaut-serde-jackson` from 2.7.0 to 2.7.1
- [Release notes](https://github.com/micronaut-projects/micronaut-serialization/releases)
- [Commits](micronaut-projects/micronaut-serialization@v2.7.0...v2.7.1)

Updates `org.testcontainers:kafka` from 1.19.3 to 1.19.4
- [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.19.3...1.19.4)

Updates `org.testcontainers:testcontainers` from 1.19.3 to 1.19.4
- [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.19.3...1.19.4)

---
updated-dependencies:
- dependency-name: io.micronaut.micrometer:micronaut-micrometer-registry-prometheus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: io.micronaut.micrometer:micronaut-micrometer-annotation
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.testcontainers:junit-jupiter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: io.micronaut.data:micronaut-data-hibernate-jpa
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: io.micronaut.data:micronaut-data-processor
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: io.micronaut.sql:micronaut-jdbc-hikari
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: io.micronaut:micronaut-http-client-jdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gradle
- dependency-name: io.micronaut.serde:micronaut-serde-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.testcontainers:kafka
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
- dependency-name: org.testcontainers:testcontainers
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jan 29, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 3, 2024

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

@dependabot dependabot bot closed this Feb 3, 2024
@dependabot dependabot bot deleted the dependabot/gradle/develop/gradle-8ff114aacd branch February 3, 2024 21:17
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.

0 participants