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 maven group across 13 directories with 7 updates #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 27, 2024

Bumps the maven group with 7 updates in the / directory:

Package From To
ch.qos.logback:logback-classic 1.2.11 1.2.13
com.h2database:h2 2.1.212 2.2.220
org.hsqldb:hsqldb 2.5.1 2.7.1
org.testng:testng 7.5 7.5.1
com.hazelcast:hazelcast 5.1.1 5.3.5
org.postgresql:postgresql 42.3.5 42.3.9
com.fasterxml.jackson.core:jackson-databind 2.13.3 2.13.4.2
Bumps the maven group with 2 updates in the /micronaut/test/micronaut-jdbc directory: ch.qos.logback:logback-classic and com.h2database:h2.
Bumps the maven group with 2 updates in the /micronaut/test/micronaut-jdbc-new directory: ch.qos.logback:logback-classic and com.h2database:h2.
Bumps the maven group with 2 updates in the /micronaut/test/micronaut-jdbc-template directory: ch.qos.logback:logback-classic and com.h2database:h2.
Bumps the maven group with 2 updates in the /providers/dynamodb/shedlock-provider-dynamodb directory: ch.qos.logback:logback-classic and com.fasterxml.jackson.core:jackson-databind.
Bumps the maven group with 2 updates in the /providers/hazelcast/shedlock-provider-hazelcast4 directory: ch.qos.logback:logback-classic and com.hazelcast:hazelcast.
Bumps the maven group with 4 updates in the /providers/jdbc/shedlock-test-support-jdbc directory: ch.qos.logback:logback-classic, com.h2database:h2, org.hsqldb:hsqldb and org.postgresql:postgresql.
Bumps the maven group with 2 updates in the /spring/test/shedlock-springboot-future-test directory: ch.qos.logback:logback-classic and org.hsqldb:hsqldb.
Bumps the maven group with 2 updates in the /spring/test/shedlock-springboot-kotlin-test directory: ch.qos.logback:logback-classic and org.hsqldb:hsqldb.
Bumps the maven group with 2 updates in the /spring/test/shedlock-springboot-old-test directory: ch.qos.logback:logback-classic and org.hsqldb:hsqldb.
Bumps the maven group with 2 updates in the /spring/test/shedlock-springboot-sleuth-test directory: ch.qos.logback:logback-classic and org.hsqldb:hsqldb.
Bumps the maven group with 2 updates in the /spring/test/shedlock-springboot-test directory: ch.qos.logback:logback-classic and org.hsqldb:hsqldb.
Bumps the maven group with 3 updates in the /spring/test/shedlock-testng-test directory: ch.qos.logback:logback-classic, org.hsqldb:hsqldb and org.testng:testng.

Updates ch.qos.logback:logback-classic from 1.2.11 to 1.2.13

Commits

Updates com.h2database:h2 from 2.1.212 to 2.2.220

Release notes

Sourced from com.h2database:h2's releases.

Version 2.2.220

Changes since 2.1.214 release:

... (truncated)

Commits

Updates org.hsqldb:hsqldb from 2.5.1 to 2.7.1

Updates org.testng:testng from 7.5 to 7.5.1

Release notes

Sourced from org.testng:testng's releases.

TestNG v7.5.1

What's Changed

New Contributors

Full Changelog: testng-team/testng@7.5...7.5.1

Changelog

Sourced from org.testng:testng's changelog.

Current (7.10.0) Fixed: GITHUB-3041: TestNG 7.x DataProvider works in opposite to TestNG 6.x when retrying tests. (Krishnan Mahadevan) Fixed: GITHUB-3066: How to dynamically adjust the number of TestNG threads after IExecutorFactory is deprecated? (Krishnan Mahadevan) New: GITHUB-2874: Allow users to define ordering for TestNG listeners (Krishnan Mahadevan) Fixed: GITHUB-3033: Moved ant support under own repository https://github.com/testng-team/testng-ant (Julien Herr) Fixed: GITHUB-3064: TestResult lost if failure creating RetryAnalyzer (Krishnan Mahadevan) Fixed: GITHUB-3048: ConcurrentModificationException when injecting values (Krishnan Mahadevan) Fixed: GITHUB-3050: Race condition when creating Guice Modules (Krishnan Mahadevan) Fixed: GITHUB-3059: Support the ability to inject custom listener factory (Krishnan Mahadevan) Fixed: GITHUB-3045: IDataProviderListener - beforeDataProviderExecution and afterDataProviderExecution are called twice in special setup (Krishnan Mahadevan) Fixed: GITHUB-3038: java.lang.IllegalStateException: Results per method should NOT have been empty (Krishnan Mahadevan) Fixed: GITHUB-3022: Remove deprecated JUnit related support in TestNG (Krishnan Mahadevan)

7.9.0 Fixed: GITHUB-2019: Total thread count in testng parallel tests with dataproviders (Krishnan Mahadevan) Fixed: GITHUB-3006: ITestResult injected at @​AfterMethod incorrect when a configuration method failed (Krishnan Mahadevan) Fixed: GITHUB-2980: Data Provider Threads configuration in the suite don't match the documentation (Krishnan Mahadevan) Fixed: GITHUB-3003: BeforeClass|AfterClass with inheritedGroups triggers cyclic dependencies (Krishnan Mahadevan) New: Added @​Inherited to the Listeners annotation, allowing it to be used in forming meta-annotations. (Pavlo Glushchenko) Fixed: GITHUB-2991: Suite attributes map should be thread safe (Krishnan Mahadevan) Fixed: GITHUB-2974: Command line arguments -groups and -excludegroups override defined groups in a suite xml file (dr29bart) Fixed: GITHUB-2961: "Unexpected value: 16" error when multiple beforeMethod config methods with firstTimeOnly property run before a test (Krishnan Mahadevan) Fixed: GITHUB-2904: Add location of docs Github to readme and contributions page (Mohsin Sackeer) Fixed: GITHUB-2934: Parallel Dataproviders & retries causes test result count to be skewed (Krishnan Mahadevan) Fixed: GITHUB-2925: Issue in ITestcontext.getAllTestMethods() with annotation @​BeforeSuite (Krishnan Mahadevan) Fixed: GITHUB-2928: The constructor of TestRunner encountered NBC changes in 7.8.0 (Krishnan Mahadevan) Fixed: GITHUB-581: Parameters of nested test suites are overridden(Krishnan Mahadevan) Fixed: GITHUB-727 : Fixing data races (Krishnan Mahadevan) Fixed: GITHUB-2913: Maps containing nulls can be incorrectly considered equal (Alex Heneveld)

7.8.0 Fixed: GITHUB-2906: Generate testng-results.xml per test suite (Krishnan Mahadevan) New: GITHUB-2897: Not exception but warning if some (not all) of the given test names are not found in suite files. (Bruce Wen) New: GITHUB-2907: Added assertListContains and assertListContainsObject methods to check if specific object present in List (Dmytro Budym) Fixed: GITHUB-2888: Skipped Tests with DataProvider appear as failed (Joaquin Moreira) Fixed: GITHUB-2884: Discrepancies with DataProvider and Retry of failed tests (Krishnan Mahadevan) Fixed: GITHUB-2879: Test listeners specified in parent testng.xml file are not included in testng-failed.xml file (Krishnan Mahadevan) Fixed: GITHUB-2866: TestNG.xml doesn't honour Parallel value of a clone (Krishnan Mahadevan) Fixed: GITHUB-2875: JUnitReportReporter should capture the test case output at the test case level Fixed: GITHUB-2771: After upgrading to TestNG 7.5.0, setting ITestResult.status to FAILURE doesn't fail the test anymore (Julien Herr & Krishnan Mahadevan) Fixed: GITHUB-2862: Allow test classes to define "configfailurepolicy" at a per class level (Krishnan Mahadevan) Fixed: GITHUB-2796: Option for onAfterClass to run after @​AfterClass (Oliver Hughes) Fixed: GITHUB-2857: XmlTest index is not set for test suites invoked with YAML (Sergei Baranov) Fixed: GITHUB-2880: Before configuration and before invocation set 'SKIP' when beforeMethod is 'skip' (Bob Shi) Fixed: GITHUB-2886: testng-results xml reports config skips from base classes as ignored (Krishnan Mahadevan)

7.7.1 Fixed: GITHUB-2854: overloaded assertEquals methods do not work from Groovy (Krishnan Mahadevan)

7.7.0

... (truncated)

Commits
  • 7ddeadb Attempting Release 7.5.1
  • 18810fc Cherrypick - 47afa2c8a29e2cf925238af1ad7c76fba282793f to 7.5 release
  • d615583 assertEquals(Set,Set) now ignores ordering as it did before, fixes #2643 (#2648)
  • 573607b assertEquals(Set,Set) now ignores ordering as it did before #2643
  • 49dbdc9 Restore BeforeGroups|AfterGroups functionality back
  • d9c6e45 Merge pull request #2659 from RiJo/patch-1
  • 7308c97 Bugfix in Assert#assertNotEquals(float, float, float, String)
  • 80e02ff [GITHUB-2652] Assert methods requires casting since TestNg 7.0 for mixed boxe...
  • c155303 Fixing formatting issues which caused build failure
  • 874f368 Log skip reason when data provider returns no data
  • Additional commits viewable in compare view

Updates com.hazelcast:hazelcast from 5.1.1 to 5.3.5

Release notes

Sourced from com.hazelcast:hazelcast's releases.

v5.3.5

This document lists the enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.3.5 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.

NOTE: Due to an error in the tooling, the Platform releases 5.3.3 and 5.3.4 needed to be skipped numerically.

Enhancements

  • Improved the permission checks by fixing the CVE-2023-45859 and CVE-2023-45860 vulnerabilities.
  • Changed the exception type from CancellationException to CancellationByUserException in case the user cancels a job before it is initialized. #25452
  • Updated the versions of the following dependencies
    • gRPC to 1.57.0, #25430
    • Netty to 4.1.100, #25670
    • Avro to 1.1.13, #25659
    • Snappy Java to 1.1.10.5
    • Elasticsearch to 7.17.13, #25660
  • Renamed the service port for Hazelcast clusters deployed in Kubernetes environments as hazelcast. Previously, the name was hazelcast-service-port causing the member auto-discovery (for embedded deployments) to fail. #24834

Fixes

  • Fixed an issue where the map entries' metadata, such as time-to-live and expiration, was not replicated correctly over WAN after updating existing entries. #25505
  • Fixed an issue where the member list was not updated after a cluster failover scenario. #25504
  • Fixed a memory leak issue happening in Hazelcast members and clients while destroying fenced locks. #25421

Removed/Deprecated Features

  • Removed the evaluation tool (to try out Platform 5.x features for IMDG 3.x users) and the relevant IMDG 3.x JAR libraries from Hazelcast Platform distributions. #25663

v5.3.2

This document lists the enhancements and fixed issues for Hazelcast Platform 5.3.2 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.

Enhancements

  • Updated the Janino dependency version to 3.1.10. #25094

Fixes

  • Renamed the service port for Hazelcast clusters deployed in Kubernetes environments as hazelcast. Previously, the name was hazelcast-service-port causing the member auto-discovery (for embedded deployments) to fail. #25228
  • Fixed an issue where the getDistributedObjects() was returning inconsistent results when multiple members are simultaneously joining to the cluster. #25153
  • Fixed an issue where the Hot Restart procedure was failing on Hazelcast Viridian, when the cluster is in the FROZEN state. #25081
  • Fixed an issue where the retry mechanism for the communications between CP leader and followers was generating too many retries, due to incorrect backoff timeout reset behavior. #25074

v5.3.1

This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.3.1 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.

Enhancements

  • Updated the version of jackson-core dependency to 2.15.2. #24727

... (truncated)

Commits

Updates org.postgresql:postgresql from 42.3.5 to 42.3.9

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.3.8

What's Changed

Full Changelog: pgjdbc/pgjdbc@REL42.3.7...REL42.3.8

v42.3.7

What's Changed

Full Changelog: pgjdbc/pgjdbc@REL42.3.6...REL42.3.7

v42.3.6

What's Changed

Full Changelog: pgjdbc/pgjdbc@REL42.3.5...REL42.3.6

Changelog

Sourced from org.postgresql:postgresql's changelog.

Changelog

Notable changes since version 42.0.0, read the complete History of Changes.

The format is based on Keep a Changelog.

[Unreleased]

Changed

Added

Fixed

[42.7.2] (2024-02-21 08:23:00 -0500)

Security

  • security: SQL Injection via line comment generation, it is possible in SimpleQuery mode to generate a line comment by having a placeholder for a numeric with a - such as -?. There must be second placeholder for a string immediately after. Setting the parameter to a -ve value creates a line comment. This has been fixed in this version fixes CVE-2024-1597. Reported by Paul Gerste. See the security advisory for more details. This has been fixed in versions 42.7.2, 42.6.1 42.5.5, 42.4.4, 42.3.9, 42.2.28.jre7. See the security advisory for work arounds.

Changed

Added

[42.7.1] (2023-12-06 08:34:00 -0500)

Changed

  • perf: improve performance of PreparedStatement.setBlob, BlobInputStream, and BlobOutputStream with dynamic buffer sizing [PR #3044](pgjdbc/pgjdbc#3044)

Fixed

[42.7.0] (2023-11-20 09:33:00 -0500)

Changed

... (truncated)

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.13.3 to 2.13.4.2

Commits

Updates ch.qos.logback:logback-classic from 1.2.11 to 1.2.13

Commits

Updates com.h2database:h2 from 2.1.212 to 2.2.220

Release notes

Sourced from com.h2database:h2's releases.

Version 2.2.220

Changes since 2.1.214 release:

... (truncated)

Commits

Updates ch.qos.logback:logback-classic from 1.2.11 to 1.2.13

Commits

Updates com.h2database:h2 from 2.1.212 to 2.2.220

Release notes

Sourced from com.h2database:h2's releases.

Version 2.2.220

Changes since 2.1.214 release:

... (truncated)

Commits

Updates ch.qos.logback:logback-classic from 1.2.11 to 1.2.13

Commits

Updates com.h2database:h2 from 2.1.212 to 2.2.220

Release notes

Sourced from com.h2database:h2's releases.

Version 2.2.220

Changes since 2.1.214 release:

... (truncated)

Commits

Updates ch.qos.logback:logback-classic from 1.2.11 to 1.2.13

Commits

Updates com.fasterxml.jackson.core:jackson-databind from 2.13.3 to 2.13.4.2

Commits

Updates ch.qos.logback:logback-classic from 1.2.11 to 1.2.13

Commits

Updates com.hazelcast:hazelcast from 5.1.1 to 5.3.5

Release notes

Sourced from com.hazelcast:hazelcast's releases.

v5.3.5

This document lists the enhancements, fixed issues, and removed or deprecated features for Hazelcast Platform 5.3.5 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.

NOTE: Due to an error in the tooling, the Platform releases 5.3.3 and 5.3.4 needed to be skipped numerically.

Enhancements

  • Improved the permission checks by fixing the CVE-2023-45859 and CVE-2023-45860 vulnerabilities.
  • Changed the exception type from CancellationException to CancellationByUserException in case the user cancels a job before it is initialized. #25452
  • Updated the versions of the following dependencies
    • gRPC to 1.57.0, #25430
    • Netty to 4.1.100, #25670
    • Avro to 1.1.13, #25659
    • Snappy Java to 1.1.10.5
    • Elasticsearch to 7.17.13, #25660
  • Renamed the service port for Hazelcast clusters deployed in Kubernetes environments as hazelcast. Previously, the name was hazelcast-service-port causing the member auto-discovery (for embedded deployments) to fail. #24834

Fixes

  • Fixed an issue where the map entries' metadata, such as time-to-live and expiration, was not replicated correctly over WAN after updating existing entries. #25505
  • Fixed an issue where the member list was not updated after a cluster failover scenario. #25504
  • Fixed a memory leak issue happening in Hazelcast members and clients while destroying fenced locks. #25421

Removed/Deprecated Features

  • Removed the evaluation tool (to try out Platform 5.x features for IMDG 3.x users) and the relevant IMDG 3.x JAR libraries from Hazelcast Platform distributions. #25663

v5.3.2

This document lists the enhancements and fixed issues for Hazelcast Platform 5.3.2 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.

Enhancements

  • Updated the Janino dependency version to 3.1.10. #25094

Fixes

  • Renamed the service port for Hazelcast clusters deployed in Kubernetes environments as hazelcast. Previously, the name was hazelcast-service-port causing the member auto-discovery (for embedded deployments) to fail. #25228
  • Fixed an issue where the getDistributedObjects() was returning inconsistent results when multiple members are simultaneously joining to the cluster. #25153
  • Fixed an issue where the Hot Restart procedure was failing on Hazelcast Viridian, when the cluster is in the FROZEN state. #25081
  • Fixed an issue where the retry mechanism for the communications between CP leader and followers was generating too many retries, due to incorrect backoff timeout reset behavior. #25074

v5.3.1

This document lists the new features, enhancements, fixed issues and, removed or deprecated features for Hazelcast Platform 5.3.1 release. The numbers in the square brackets refer to the issues and pull requests in Hazelcast's GitHub repository.

Enhancements

  • Updated the version of jackson-core dependency to 2.15.2. #24727

... (truncated)

Commits

Updates ch.qos.logback:logback-classic from 1.2.11 to 1.2.13

Commits

Updates com.h2database:h2 from 2.1.212 to 2.2.220

Release notes

Sourced from com.h2database:h2's releases.

Version 2.2.220

Changes since 2.1.214 release:

... (truncated)

Commits

Updates org.hsqldb:hsqldb from 2.5.1 to 2.7.1

Updates org.postgresql:postgresql from 42.3.5 to 42.3.9

Release notes

Sourced from org.postgresql:postgresql's releases.

v42.3.8

What's Changed

Full Changelog: pgjdbc/pgjdbc@REL42.3.7...REL42.3.8

v42.3.7

What's Changed

Full Changelog:

Bumps the maven group with 7 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) | `1.2.11` | `1.2.13` |
| [com.h2database:h2](https://github.com/h2database/h2database) | `2.1.212` | `2.2.220` |
| org.hsqldb:hsqldb | `2.5.1` | `2.7.1` |
| [org.testng:testng](https://github.com/cbeust/testng) | `7.5` | `7.5.1` |
| [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast) | `5.1.1` | `5.3.5` |
| [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) | `42.3.5` | `42.3.9` |
| [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson) | `2.13.3` | `2.13.4.2` |
Bumps the maven group with 2 updates in the /micronaut/test/micronaut-jdbc directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [com.h2database:h2](https://github.com/h2database/h2database).
Bumps the maven group with 2 updates in the /micronaut/test/micronaut-jdbc-new directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [com.h2database:h2](https://github.com/h2database/h2database).
Bumps the maven group with 2 updates in the /micronaut/test/micronaut-jdbc-template directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [com.h2database:h2](https://github.com/h2database/h2database).
Bumps the maven group with 2 updates in the /providers/dynamodb/shedlock-provider-dynamodb directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [com.fasterxml.jackson.core:jackson-databind](https://github.com/FasterXML/jackson).
Bumps the maven group with 2 updates in the /providers/hazelcast/shedlock-provider-hazelcast4 directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and [com.hazelcast:hazelcast](https://github.com/hazelcast/hazelcast).
Bumps the maven group with 4 updates in the /providers/jdbc/shedlock-test-support-jdbc directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), [com.h2database:h2](https://github.com/h2database/h2database), org.hsqldb:hsqldb and [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc).
Bumps the maven group with 2 updates in the /spring/test/shedlock-springboot-future-test directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and org.hsqldb:hsqldb.
Bumps the maven group with 2 updates in the /spring/test/shedlock-springboot-kotlin-test directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and org.hsqldb:hsqldb.
Bumps the maven group with 2 updates in the /spring/test/shedlock-springboot-old-test directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and org.hsqldb:hsqldb.
Bumps the maven group with 2 updates in the /spring/test/shedlock-springboot-sleuth-test directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and org.hsqldb:hsqldb.
Bumps the maven group with 2 updates in the /spring/test/shedlock-springboot-test directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) and org.hsqldb:hsqldb.
Bumps the maven group with 3 updates in the /spring/test/shedlock-testng-test directory: [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback), org.hsqldb:hsqldb and [org.testng:testng](https://github.com/cbeust/testng).


Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `com.h2database:h2` from 2.1.212 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.1.212...version-2.2.220)

Updates `org.hsqldb:hsqldb` from 2.5.1 to 2.7.1

Updates `org.testng:testng` from 7.5 to 7.5.1
- [Release notes](https://github.com/cbeust/testng/releases)
- [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt)
- [Commits](testng-team/testng@7.5...7.5.1)

Updates `com.hazelcast:hazelcast` from 5.1.1 to 5.3.5
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v5.1.1...v5.3.5)

Updates `org.postgresql:postgresql` from 42.3.5 to 42.3.9
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.3.5...REL42.3.9)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.13.3 to 2.13.4.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `com.h2database:h2` from 2.1.212 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.1.212...version-2.2.220)

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `com.h2database:h2` from 2.1.212 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.1.212...version-2.2.220)

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `com.h2database:h2` from 2.1.212 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.1.212...version-2.2.220)

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `com.fasterxml.jackson.core:jackson-databind` from 2.13.3 to 2.13.4.2
- [Commits](https://github.com/FasterXML/jackson/commits)

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `com.hazelcast:hazelcast` from 5.1.1 to 5.3.5
- [Release notes](https://github.com/hazelcast/hazelcast/releases)
- [Commits](hazelcast/hazelcast@v5.1.1...v5.3.5)

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `com.h2database:h2` from 2.1.212 to 2.2.220
- [Release notes](https://github.com/h2database/h2database/releases)
- [Commits](h2database/h2database@version-2.1.212...version-2.2.220)

Updates `org.hsqldb:hsqldb` from 2.5.1 to 2.7.1

Updates `org.postgresql:postgresql` from 42.3.5 to 42.3.9
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](pgjdbc/pgjdbc@REL42.3.5...REL42.3.9)

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `org.hsqldb:hsqldb` from 2.5.1 to 2.7.1

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `org.hsqldb:hsqldb` from 2.5.1 to 2.7.1

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `org.hsqldb:hsqldb` from 2.5.1 to 2.7.1

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `org.hsqldb:hsqldb` from 2.5.1 to 2.7.1

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `org.hsqldb:hsqldb` from 2.5.1 to 2.7.1

Updates `ch.qos.logback:logback-classic` from 1.2.11 to 1.2.13
- [Commits](qos-ch/logback@v_1.2.11...v_1.2.13)

Updates `org.hsqldb:hsqldb` from 2.5.1 to 2.7.1

Updates `org.testng:testng` from 7.5 to 7.5.1
- [Release notes](https://github.com/cbeust/testng/releases)
- [Changelog](https://github.com/testng-team/testng/blob/master/CHANGES.txt)
- [Commits](testng-team/testng@7.5...7.5.1)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: com.h2database:h2
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: org.hsqldb:hsqldb
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: org.testng:testng
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: com.hazelcast:hazelcast
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: com.h2database:h2
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: com.h2database:h2
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: com.h2database:h2
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: com.fasterxml.jackson.core:jackson-databind
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: com.hazelcast:hazelcast
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: com.h2database:h2
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: org.hsqldb:hsqldb
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: org.hsqldb:hsqldb
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: org.hsqldb:hsqldb
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: org.hsqldb:hsqldb
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: org.hsqldb:hsqldb
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: org.hsqldb:hsqldb
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:development
  dependency-group: maven-security-group
- dependency-name: org.hsqldb:hsqldb
  dependency-type: direct:production
  dependency-group: maven-security-group
- dependency-name: org.testng:testng
  dependency-type: direct:development
  dependency-group: maven-security-group
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 27, 2024
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
Projects
None yet
0 participants