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

chore(deps): bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0 #637

Merged
merged 1 commit into from
Nov 6, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 6, 2023

Bumps com.zaxxer:HikariCP from 5.0.1 to 5.1.0.

Changelog

Sourced from com.zaxxer:HikariCP's changelog.

HikariCP Changes

Changes in 5.1.0

  • fixed #1907 re-added automatic.module.name that was lost along the way

  • fixed #1986 evict connection exceptions with (SQLState HY000) error code 1105.

  • merged #2059 add support for char[] in DataSource properties

  • merged #1979 and #1993 mask any property that looks like a password in URLs

  • add pool stats to connection acquisition timeout exception

  • merged #2076 don't case metric registry before it is checked for null

  • merged #1820 allow minimum login timeout to be set as system property

  • merged #1952 add more isolation levels

  • merged #1660 remove redundant error log for poll initialization exception

Changes in 5.0.1

  • Update log4j version to 2.17.1 to address Log4Shell vulnerability (although this is only used in tests, so it doesn't really impact users)

Changes in 5.0.0

  • rewrote connection elide/add code to fix an unconfirmed but occasionally reported race condition that results in the pool draining to 0 and not refilling.

Changes in 4.0.3

  • fixed #1735 added system property to permit override of lower limit of connectionTimeout and validation timeout

Changes in 4.0.2

  • fixed regression caused by #1605 affecting block-until-filled semantic

Changes in 4.0.1

  • fixed #1725 pom file change to be more gradle-friendly

  • fixed #1726 regression in micrometrics caused by lack of a strong reference to an object

Changes in 4.0.0

  • merged #1669 #1582 mark optional dependencies as 'require static' in module-info

... (truncated)

Commits
  • 98bd21c [maven-release-plugin] prepare release HikariCP-5.1.0
  • 7ba05c6 change version to 5.1.0
  • fd18a17 move oss-parent build into pom.xml and upgrade some build dependencies
  • 8c1a7c2 update changelog
  • 2021f90 Don't try to cast metric registry before it is checked for null (#2076)
  • 5b2852e Fix #1818 Add system property for minimum login timeout, regardless of the co...
  • 8c202e4 [cleanup] erefactor/EclipseJdt - Remove trailing whitespace - All lines (#1752)
  • c37074d [cleanup] erefactor/EclipseJdt - Simplify lambda expression and method refere...
  • ddf3246 [cleanup] erefactor/EclipseJdt - Remove redundant super() call in constructor...
  • b5a4373 [cleanup] erefactor/EclipseJdt - Evaluate without null check (#1751)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.0.1 to 5.1.0.
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-5.0.1...HikariCP-5.1.0)

---
updated-dependencies:
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added java Pull requests that update Java code type: 📚 dependencies Pull requests that update a dependency file labels Nov 6, 2023
Copy link

codecov bot commented Nov 6, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (136a431) 85.04% compared to head (590b264) 85.43%.

Additional details and impacted files
@@              Coverage Diff              @@
##             develop     #637      +/-   ##
=============================================
+ Coverage      85.04%   85.43%   +0.38%     
+ Complexity      1060     1050      -10     
=============================================
  Files            206      200       -6     
  Lines           3370     3322      -48     
  Branches         251      251              
=============================================
- Hits            2866     2838      -28     
+ Misses           448      428      -20     
  Partials          56       56              
Flag Coverage Δ
unittests-miner 85.43% <ø> (ø)
unittests-viewer ?

Flags with carried forward coverage won't be shown. Click here to find out more.

see 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Rakambda Rakambda merged commit 7722110 into develop Nov 6, 2023
@Rakambda Rakambda deleted the dependabot-gradle-com.zaxxer-HikariCP-5.1.0 branch November 6, 2023 08:14
Rakambda added a commit that referenced this pull request Jan 20, 2024
* chore(deps): bump the log4j group with 2 updates (#626)

* chore(deps): bump com.mysql:mysql-connector-j from 8.1.0 to 8.2.0 (#627)

* chore(deps): bump com.codeborne:selenide from 6.19.1 to 7.0.0 (#628)

* chore(deps): bump com.codeborne:selenide from 7.0.0 to 7.0.1 (#630)

* chore(deps): bump unirest-version from 4.1.0 to 4.1.1 (#629)

* chore(deps): bump org.xerial:sqlite-jdbc from 3.43.2.1 to 3.43.2.2 (#631)

* chore(deps): bump jsonschema-generator-version from 4.31.1 to 4.32.0 (#633)

* chore(deps): bump org.apache.commons:commons-text from 1.10.0 to 1.11.0 (#632)

* chore(deps): bump flyway-version from 9.22.3 to 10.0.0 (#634)

Bumps `flyway-version` from 9.22.3 to 10.0.0.

Updates `org.flywaydb:flyway-core` from 9.22.3 to 10.0.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-9.22.3...flyway-10.0.0)

Updates `org.flywaydb:flyway-mysql` from 9.22.3 to 10.0.0

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: org.flywaydb:flyway-mysql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump com.codeborne:selenide from 7.0.1 to 7.0.2 (#635)

* chore(deps): bump com.codeborne:selenide from 7.0.1 to 7.0.2

Bumps [com.codeborne:selenide](https://github.com/selenide/selenide) from 7.0.1 to 7.0.2.
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.0.1...v7.0.2)

---
updated-dependencies:
- dependency-name: com.codeborne:selenide
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Imports

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Couchoud <[email protected]>

* chore(deps): bump junitVersion from 5.10.0 to 5.10.1 (#636)

Bumps `junitVersion` from 5.10.0 to 5.10.1.

Updates `org.junit.jupiter:junit-jupiter-api` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.0...r5.10.1)

Updates `org.junit.jupiter:junit-jupiter-params` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.0...r5.10.1)

Updates `org.junit.jupiter:junit-jupiter-engine` from 5.10.0 to 5.10.1
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.10.0...r5.10.1)

---
updated-dependencies:
- dependency-name: org.junit.jupiter:junit-jupiter-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-params
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.junit.jupiter:junit-jupiter-engine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump com.zaxxer:HikariCP from 5.0.1 to 5.1.0 (#637)

Bumps [com.zaxxer:HikariCP](https://github.com/brettwooldridge/HikariCP) from 5.0.1 to 5.1.0.
- [Changelog](https://github.com/brettwooldridge/HikariCP/blob/dev/CHANGES)
- [Commits](brettwooldridge/HikariCP@HikariCP-5.0.1...HikariCP-5.1.0)

---
updated-dependencies:
- dependency-name: com.zaxxer:HikariCP
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump org.mariadb.jdbc:mariadb-java-client (#638)

* chore(deps): bump org.xerial:sqlite-jdbc from 3.43.2.2 to 3.44.0.0 (#639)

* chore(deps): bump flyway-version from 10.0.0 to 10.0.1 (#640)

* chore(deps): bump io.spring.dependency-management from 1.1.3 to 1.1.4 (#641)

* chore(deps): bump unirest-version from 4.1.1 to 4.2.0 (#642)

* chore(deps): bump org.jetbrains:annotations from 24.0.1 to 24.1.0 (#643)

* chore(deps): bump com.fasterxml.jackson:jackson-bom (#644)

* chore(deps): bump com.github.ben-manes.versions from 0.49.0 to 0.50.0 (#645)

Bumps com.github.ben-manes.versions from 0.49.0 to 0.50.0.

---
updated-dependencies:
- dependency-name: com.github.ben-manes.versions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump the log4j group with 2 updates (#646)

* chore(deps): bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (#647)

Bumps org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump flyway-version from 10.0.1 to 10.1.0 (#648)

Bumps `flyway-version` from 10.0.1 to 10.1.0.

Updates `org.flywaydb:flyway-core` from 10.0.1 to 10.1.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.0.1...flyway-10.1.0)

Updates `org.flywaydb:flyway-mysql` from 10.0.1 to 10.1.0

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump jsonschema-generator-version from 4.32.0 to 4.33.0 (#649)

Bumps `jsonschema-generator-version` from 4.32.0 to 4.33.0.

Updates `com.github.victools:jsonschema-generator` from 4.32.0 to 4.33.0
- [Release notes](https://github.com/victools/jsonschema-generator/releases)
- [Changelog](https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md)
- [Commits](victools/jsonschema-generator@v4.32.0...v4.33.0)

Updates `com.github.victools:jsonschema-module-jackson` from 4.32.0 to 4.33.0
- [Release notes](https://github.com/victools/jsonschema-generator/releases)
- [Changelog](https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md)
- [Commits](victools/jsonschema-generator@v4.32.0...v4.33.0)

---
updated-dependencies:
- dependency-name: com.github.victools:jsonschema-generator
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.github.victools:jsonschema-module-jackson
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump org.springframework.boot from 3.1.5 to 3.2.0 (#650)

Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.1.5 to 3.2.0.
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](spring-projects/spring-boot@v3.1.5...v3.2.0)

---
updated-dependencies:
- dependency-name: org.springframework.boot
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump org.xerial:sqlite-jdbc from 3.44.0.0 to 3.44.1.0 (#651)

Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.44.0.0 to 3.44.1.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.44.0.0...3.44.1.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump com.codeborne:selenide from 7.0.2 to 7.0.3 (#652)

Bumps [com.codeborne:selenide](https://github.com/selenide/selenide) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/selenide/selenide/releases)
- [Changelog](https://github.com/selenide/selenide/blob/main/CHANGELOG.md)
- [Commits](selenide/selenide@v7.0.2...v7.0.3)

---
updated-dependencies:
- dependency-name: com.codeborne:selenide
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump org.mariadb.jdbc:mariadb-java-client (#653)

* 🔄 synced file(s) with RakambdaOrg/rakambda-github-files (#654)

Co-authored-by: undefined <[email protected]>

* chore(deps): bump unirest-version from 4.2.0 to 4.2.1 (#655)

* chore(deps): update dependency gradle to v8.5 (#656)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update actions/configure-pages action to v4 (#657)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update actions/deploy-pages action to v3 (#658)

* chore(deps): update actions/setup-java action to v4 (#659)

* chore(deps): update actions/setup-node action to v4 (#660)

* chore(deps): bump com.codeborne:selenide from 7.0.3 to 7.0.4 (#661)

* chore(deps): bump flyway-version from 10.1.0 to 10.2.0 (#662)

Bumps `flyway-version` from 10.1.0 to 10.2.0.

Updates `org.flywaydb:flyway-core` from 10.1.0 to 10.2.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.1.0...flyway-10.2.0)

Updates `org.flywaydb:flyway-mysql` from 10.1.0 to 10.2.0

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): update github/codeql-action action to v3 (#663)

* chore(deps): update actions/upload-artifact action to v4 (#664)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): bump flyway-version from 10.2.0 to 10.3.0 (#665)

Bumps `flyway-version` from 10.2.0 to 10.3.0.

Updates `org.flywaydb:flyway-core` from 10.2.0 to 10.3.0
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.2.0...flyway-10.3.0)

Updates `org.flywaydb:flyway-mysql` from 10.2.0 to 10.3.0

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.flywaydb:flyway-mysql
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump unirest-version from 4.2.1 to 4.2.4 (#666)

Bumps `unirest-version` from 4.2.1 to 4.2.4.

Updates `com.konghq:unirest-java-core` from 4.2.1 to 4.2.4

Updates `com.konghq:unirest-objectmapper-jackson` from 4.2.1 to 4.2.4

Updates `com.konghq:unirest-mocks` from 4.2.1 to 4.2.4
- [Release notes](https://github.com/Kong/unirest-java/releases)
- [Changelog](https://github.com/Kong/unirest-java/blob/main/CHANGELOG.md)
- [Commits](Kong/unirest-java@v4.2.1...v4.2.4)

---
updated-dependencies:
- dependency-name: com.konghq:unirest-java-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.konghq:unirest-objectmapper-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.konghq:unirest-mocks
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump jsonschema-generator-version from 4.33.0 to 4.33.1 (#668)

Bumps `jsonschema-generator-version` from 4.33.0 to 4.33.1.

Updates `com.github.victools:jsonschema-generator` from 4.33.0 to 4.33.1
- [Release notes](https://github.com/victools/jsonschema-generator/releases)
- [Changelog](https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md)
- [Commits](victools/jsonschema-generator@v4.33.0...v4.33.1)

Updates `com.github.victools:jsonschema-module-jackson` from 4.33.0 to 4.33.1
- [Release notes](https://github.com/victools/jsonschema-generator/releases)
- [Changelog](https://github.com/victools/jsonschema-generator/blob/main/CHANGELOG.md)
- [Commits](victools/jsonschema-generator@v4.33.0...v4.33.1)

---
updated-dependencies:
- dependency-name: com.github.victools:jsonschema-generator
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.github.victools:jsonschema-module-jackson
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump org.java-websocket:Java-WebSocket from 1.5.4 to 1.5.5 (#667)

Bumps [org.java-websocket:Java-WebSocket](https://github.com/TooTallNate/Java-WebSocket) from 1.5.4 to 1.5.5.
- [Release notes](https://github.com/TooTallNate/Java-WebSocket/releases)
- [Changelog](https://github.com/TooTallNate/Java-WebSocket/blob/master/CHANGELOG.md)
- [Commits](TooTallNate/Java-WebSocket@v1.5.4...v1.5.5)

---
updated-dependencies:
- dependency-name: org.java-websocket:Java-WebSocket
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): update actions/deploy-pages action to v4 (#669)

* chore(deps): bump org.mariadb.jdbc:mariadb-java-client (#671)

* Bump actions/upload-pages-artifact

* chore(deps): bump flyway-version from 10.3.0 to 10.4.0 (#672)

* chore(deps): bump org.springframework.boot from 3.2.0 to 3.2.1 (#673)

* chore(deps): bump flyway-version from 10.4.0 to 10.4.1 (#674)

Bumps `flyway-version` from 10.4.0 to 10.4.1.

Updates `org.flywaydb:flyway-core` from 10.4.0 to 10.4.1
- [Release notes](https://github.com/flyway/flyway/releases)
- [Commits](flyway/flyway@flyway-10.4.0...flyway-10.4.1)

Updates `org.flywaydb:flyway-mysql` from 10.4.0 to 10.4.1

---
updated-dependencies:
- dependency-name: org.flywaydb:flyway-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.flywaydb:flyway-mysql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump com.fasterxml.jackson:jackson-bom (#675)

Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.16.0 to 2.16.1.
- [Commits](FasterXML/jackson-bom@jackson-bom-2.16.0...jackson-bom-2.16.1)

---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump the log4j group with 2 updates (#676)

* chore(deps): bump org.kitteh.irc:client-lib from 8.0.0 to 9.0.0 (#678)

Bumps [org.kitteh.irc:client-lib](https://github.com/KittehOrg/KittehIRCClientLib) from 8.0.0 to 9.0.0.
- [Release notes](https://github.com/KittehOrg/KittehIRCClientLib/releases)
- [Commits](KittehOrg/KittehIRCClientLib@8.0.0...9.0.0)

---
updated-dependencies:
- dependency-name: org.kitteh.irc:client-lib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10 (#677)

Bumps org.slf4j:slf4j-api from 2.0.9 to 2.0.10.

---
updated-dependencies:
- dependency-name: org.slf4j:slf4j-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump org.assertj:assertj-core from 3.24.2 to 3.25.0 (#679)

Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.24.2 to 3.25.0.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.24.2...assertj-build-3.25.0)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump org.assertj:assertj-core from 3.25.0 to 3.25.1 (#680)

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

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* chore(deps): bump unirest-version from 4.2.4 to 4.2.5 (#681)

* chore(deps): bump org.slf4j:slf4j-api from 2.0.10 to 2.0.11 (#682)

* chore(deps): bump unirest-version from 4.2.5 to 4.2.6 (#683)

* chore(deps): bump flyway-version from 10.4.1 to 10.5.0 (#684)

* chore(deps): bump com.mysql:mysql-connector-j from 8.2.0 to 8.3.0 (#686)

* chore(deps): bump flyway-version from 10.5.0 to 10.6.0 (#685)

* chore(deps): bump unirest-version from 4.2.6 to 4.2.7 (#687)

* chore(deps): bump org.xerial:sqlite-jdbc from 3.44.1.0 to 3.45.0.0 (#688)

Bumps [org.xerial:sqlite-jdbc](https://github.com/xerial/sqlite-jdbc) from 3.44.1.0 to 3.45.0.0.
- [Release notes](https://github.com/xerial/sqlite-jdbc/releases)
- [Changelog](https://github.com/xerial/sqlite-jdbc/blob/master/CHANGELOG)
- [Commits](xerial/sqlite-jdbc@3.44.1.0...3.45.0.0)

---
updated-dependencies:
- dependency-name: org.xerial:sqlite-jdbc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Thomas Couchoud <[email protected]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
java Pull requests that update Java code type: 📚 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant