Skip to content

fix(deps): update dependency org.hsqldb:hsqldb to v2.7.4#550

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/hsqldbversion
Open

fix(deps): update dependency org.hsqldb:hsqldb to v2.7.4#550
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/hsqldbversion

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 30, 2021

This PR contains the following updates:

Package Change Age Confidence
org.hsqldb:hsqldb (source) 2.5.02.7.4 age confidence

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/hsqldbversion branch 3 times, most recently from 31c7cca to 10e41d4 Compare August 31, 2021 20:29
@renovate renovate bot force-pushed the renovate/hsqldbversion branch 2 times, most recently from 008b539 to 466bf60 Compare September 12, 2021 19:37
@renovate renovate bot force-pushed the renovate/hsqldbversion branch 4 times, most recently from 9376f57 to 091f050 Compare September 29, 2021 16:52
@renovate renovate bot force-pushed the renovate/hsqldbversion branch 3 times, most recently from 72a96bc to 0f4f7b7 Compare October 7, 2021 03:44
@renovate renovate bot force-pushed the renovate/hsqldbversion branch from 0f4f7b7 to acf60f4 Compare October 25, 2021 05:05
@renovate renovate bot changed the title Update dependency org.hsqldb:hsqldb to v2.6.0 Update dependency org.hsqldb:hsqldb to v2.6.1 Oct 25, 2021
@renovate renovate bot force-pushed the renovate/hsqldbversion branch from acf60f4 to 3b89077 Compare October 26, 2021 17:12
@renovate renovate bot force-pushed the renovate/hsqldbversion branch from 3b89077 to 3fdbf6b Compare November 6, 2021 23:16
@renovate renovate bot force-pushed the renovate/hsqldbversion branch from 3fdbf6b to 5d73274 Compare November 28, 2021 17:24
@renovate renovate bot force-pushed the renovate/hsqldbversion branch from 5d73274 to 30d3ecd Compare March 7, 2022 13:53
@renovate renovate bot force-pushed the renovate/hsqldbversion branch 4 times, most recently from 8b7f9fe to 1cc29c2 Compare May 23, 2022 22:09
@renovate renovate bot force-pushed the renovate/hsqldbversion branch 4 times, most recently from 3451d60 to 869de08 Compare July 14, 2022 16:45
@renovate renovate bot force-pushed the renovate/hsqldbversion branch from 869de08 to 838e1a1 Compare July 27, 2022 01:03
@renovate renovate bot changed the title Update dependency org.hsqldb:hsqldb to v2.6.1 Update dependency org.hsqldb:hsqldb to v2.7.0 Jul 27, 2022
@renovate renovate bot force-pushed the renovate/hsqldbversion branch 2 times, most recently from fd6fece to 6932089 Compare August 23, 2022 22:46
@renovate renovate bot force-pushed the renovate/hsqldbversion branch 2 times, most recently from 9e529c0 to d6ace7e Compare October 24, 2022 02:52
@renovate renovate bot force-pushed the renovate/hsqldbversion branch 2 times, most recently from 2505bf6 to a0d4e7f Compare November 30, 2022 18:11
@renovate renovate bot force-pushed the renovate/hsqldbversion branch 3 times, most recently from 8f5adee to d4f9cac Compare January 16, 2023 20:32
@renovate renovate bot changed the title Update dependency org.hsqldb:hsqldb to v2.7.1 fix(deps): update dependency org.hsqldb:hsqldb to v2.7.1 Jan 18, 2023
@renovate renovate bot force-pushed the renovate/hsqldbversion branch 2 times, most recently from b54cef2 to 401c8fb Compare January 19, 2023 17:48
@renovate renovate bot changed the title fix(deps): update dependency org.hsqldb:hsqldb to v2.7.1 Update dependency org.hsqldb:hsqldb to v2.7.1 Jan 19, 2023
@renovate renovate bot force-pushed the renovate/hsqldbversion branch from 401c8fb to 2870b7d Compare January 19, 2023 21:38
@renovate renovate bot force-pushed the renovate/hsqldbversion branch from 2870b7d to b0cf966 Compare March 22, 2023 16:16
@renovate renovate bot changed the title Update dependency org.hsqldb:hsqldb to v2.7.1 Update dependency org.hsqldb:hsqldb to v2.7.2 May 31, 2023
@renovate renovate bot force-pushed the renovate/hsqldbversion branch from b0cf966 to 46da78d Compare May 31, 2023 04:33
@renovate renovate bot force-pushed the renovate/hsqldbversion branch from 46da78d to 34b61c5 Compare June 20, 2023 20:00
@renovate renovate bot force-pushed the renovate/hsqldbversion branch 4 times, most recently from 71a450d to 4677afd Compare August 3, 2023 04:20
@renovate renovate bot force-pushed the renovate/hsqldbversion branch 5 times, most recently from aceed2a to 8063a23 Compare March 21, 2024 16:37
@renovate renovate bot force-pushed the renovate/hsqldbversion branch from 8063a23 to 333bd4e Compare May 31, 2024 06:34
@renovate renovate bot changed the title Update dependency org.hsqldb:hsqldb to v2.7.2 Update dependency org.hsqldb:hsqldb to v2.7.3 May 31, 2024
@Naenyn
Copy link
Copy Markdown
Contributor

Naenyn commented Nov 21, 2024

HSQL 2.6 introduced an alternative jar for jdk8. To update this dependency, we'd have to update our build.gradle to conditionally pull in the appropriate jar based on whether we're using jdk8 or 11+. Given that uPortal will be moving to 11+, I suggest we hold off on this upgrade as it will be simpler to handle once jdk8 is dropped.

Edit: See https://hsqldb.org/doc/2.0/changelist_2_0.txt for HSQL changelog
Edit 2: See https://stackoverflow.com/questions/40533455/switching-dependencies-in-gradle-depending-on-platform for possible gradle edit.

@Naenyn
Copy link
Copy Markdown
Contributor

Naenyn commented Jan 23, 2025

To get this to work, we'd have to have conditional logic to use the jdk8 jar for hsqldb. Else, we'll need Java 11+. The last version of hsqldb that supports 11 w/o the alternative jar req is v2.5.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant