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

Updated dependencies #57

Merged
merged 4 commits into from
Feb 4, 2024
Merged

Updated dependencies #57

merged 4 commits into from
Feb 4, 2024

Conversation

Dankoy
Copy link
Owner

@Dankoy Dankoy commented Feb 4, 2024

Description

Updated dependencies for:

  1. Spring boot 3.1.3 -> 3.2.2
  2. logback-classic uses default version from spring bom
  3. Spring dependency management 1.1.3 -> 1.1.4
  4. default sqlite from bom 3.42.1 -> 3.45.1.0 because default version is not working with spring boot 3.2.2

Fixed tests for template builder.

Type of change

  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration

  • Insert title. Should insert correctly and return id
  • Anki export. Should correctly translate and export

Test Configuration:

  • Firmware version: MacOS 14
  • Hardware: Macbook M1 Pro
  • SDK: jdk-17.0.2

Checklist:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream modules

dependabot bot and others added 3 commits February 3, 2024 21:23
…1 from bom (#49)

* Chore(deps): bump ch.qos.logback:logback-classic from 1.4.11 to 1.4.14

Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from 1.4.11 to 1.4.14.
- [Commits](qos-ch/logback@v_1.4.11...v_1.4.14)

---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: added logback-core to fix problems

* test: fixed template builder tests

* chore: removed versions from logback core and classic

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evgeny <transingularity@gmail.com>
…#48)

Bumps [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin) from 1.1.3 to 1.1.4.
- [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases)
- [Commits](spring-gradle-plugins/dependency-management-plugin@v1.1.3...v1.1.4)

---
updated-dependencies:
- dependency-name: io.spring.dependency-management
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
@Dankoy Dankoy added documentation Improvements or additions to documentation enhancement New feature or request dependencies Pull requests that update a dependency file labels Feb 4, 2024
@Dankoy Dankoy self-assigned this Feb 4, 2024
Copy link
Owner Author

@Dankoy Dankoy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@Dankoy Dankoy merged commit 257a0ac into main Feb 4, 2024
1 check passed
@Dankoy Dankoy deleted the dependencies branch February 4, 2024 08:25
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 documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant