-
Notifications
You must be signed in to change notification settings - Fork 37
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): Update dependencies #279
Open
reneleonhardt
wants to merge
11
commits into
zonkyio:master
Choose a base branch
from
reneleonhardt:updates
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
07f9d36
chore(deps): Update dependencies
reneleonhardt 5f36f39
Update MySQL
reneleonhardt cd109b4
Update PostgreSQL
reneleonhardt 1edd3c2
Test with Java 8 only
reneleonhardt 2378344
Disable old Flyway versions
reneleonhardt 3957f78
Disable old derby, h2 and hsqldb
reneleonhardt 267312d
Update Liquibase
reneleonhardt 555abb3
Update MSSQL
reneleonhardt 21419e7
Run hasTestMethods manually for Liquibase
reneleonhardt 77aa9ba
Try SB 2.7.8 versions for Flyway and Liquibase in opt and test
reneleonhardt cb834aa
Disable general test, only run testsuites
reneleonhardt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: "weekly" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
with: | ||
ref: master | ||
fetch-depth: 0 | ||
|
@@ -17,7 +17,7 @@ jobs: | |
git config user.name "Zonky Bot" | ||
git config user.email "[email protected]" | ||
- name: Set up JDK | ||
uses: actions/setup-java@v3 | ||
uses: actions/setup-java@v4 | ||
with: | ||
distribution: 'zulu' | ||
java-version: 8 | ||
|
@@ -48,4 +48,4 @@ jobs: | |
-Prelease.useAutomaticVersion=true \ | ||
-Prelease.releaseVersion=$RELEASE_VERSION \ | ||
-Possrh.username=$MAVEN_USER \ | ||
-Possrh.password=$MAVEN_PASS | ||
-Possrh.password=$MAVEN_PASS |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -113,7 +113,7 @@ | |
"name": "zonky.test.database.postgres.docker.image", | ||
"type": "java.lang.String", | ||
"description": "Docker image containing PostgreSQL database.", | ||
"defaultValue": "postgres:11-alpine" | ||
"defaultValue": "postgres:16-alpine" | ||
}, | ||
{ | ||
"name": "zonky.test.database.postgres.docker.tmpfs.enabled", | ||
|
@@ -130,8 +130,8 @@ | |
{ | ||
"name": "zonky.test.database.postgres.yandex-provider.postgres-version", | ||
"type": "java.lang.String", | ||
"description": "Version of EnterpriseDB PostgreSQL binaries (https://www.enterprisedb.com/download-postgresql-binaries).", | ||
"defaultValue": "11.10-1" | ||
"description": "Version of EnterpriseDB PostgreSQL binaries (https://www.enterprisedb.com/download-postgresql-binaries). 11+ for Linux available on https://www.postgresql.org/download/", | ||
"defaultValue": "10.23-1" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The PostgreSQL versions for OpenTable and Yandex providers must match the other providers, regardless of whether they support Linux platform or not. I plan to remove them in the next major version anyway. |
||
}, | ||
{ | ||
"name": "zonky.test.database.mssql.client.properties", | ||
|
@@ -142,7 +142,7 @@ | |
"name": "zonky.test.database.mssql.docker.image", | ||
"type": "java.lang.String", | ||
"description": "Docker image containing MSSQL database.", | ||
"defaultValue": "mcr.microsoft.com/mssql/server:2017-latest" | ||
"defaultValue": "mcr.microsoft.com/mssql/server:2022-latest" | ||
}, | ||
{ | ||
"name": "zonky.test.database.mysql.client.properties", | ||
|
@@ -153,7 +153,7 @@ | |
"name": "zonky.test.database.mysql.docker.image", | ||
"type": "java.lang.String", | ||
"description": "Docker image containing MySQL database.", | ||
"defaultValue": "mysql:5.7" | ||
"defaultValue": "mysql:9.0" | ||
}, | ||
{ | ||
"name": "zonky.test.database.mysql.docker.tmpfs.enabled", | ||
|
@@ -176,7 +176,7 @@ | |
"name": "zonky.test.database.mariadb.docker.image", | ||
"type": "java.lang.String", | ||
"description": "Docker image containing MariaDB database.", | ||
"defaultValue": "mariadb:10.4" | ||
"defaultValue": "mariadb:11.5" | ||
}, | ||
{ | ||
"name": "zonky.test.database.mariadb.docker.tmpfs.enabled", | ||
|
@@ -256,76 +256,64 @@ | |
"name": "zonky.test.database.postgres.docker.image", | ||
"values": [ | ||
{ | ||
"value": "postgres:13-alpine" | ||
}, | ||
{ | ||
"value": "postgres:12-alpine" | ||
}, | ||
{ | ||
"value": "postgres:11-alpine" | ||
"value": "postgres:16-alpine" | ||
}, | ||
{ | ||
"value": "postgres:10-alpine" | ||
"value": "postgres:15-alpine" | ||
}, | ||
{ | ||
"value": "postgres:9.6-alpine" | ||
"value": "postgres:14-alpine" | ||
}, | ||
{ | ||
"value": "postgres:9.5-alpine" | ||
}, | ||
{ | ||
"value": "postgres:13" | ||
}, | ||
{ | ||
"value": "postgres:12" | ||
"value": "postgres:13-alpine" | ||
}, | ||
{ | ||
"value": "postgres:11" | ||
"value": "postgres:12-alpine" | ||
}, | ||
{ | ||
"value": "postgres:10" | ||
"value": "postgres:16" | ||
}, | ||
{ | ||
"value": "postgres:9.6" | ||
"value": "postgres:15" | ||
}, | ||
{ | ||
"value": "postgres:9.5" | ||
"value": "postgres:14" | ||
}, | ||
{ | ||
"value": "postgis/postgis:13-3.1-alpine" | ||
"value": "postgres:13" | ||
}, | ||
{ | ||
"value": "postgis/postgis:12-3.1-alpine" | ||
"value": "postgres:12" | ||
}, | ||
{ | ||
"value": "postgis/postgis:11-3.1-alpine" | ||
"value": "postgis/postgis:16-3.4-alpine" | ||
}, | ||
{ | ||
"value": "postgis/postgis:10-3.1-alpine" | ||
"value": "postgis/postgis:15-3.4-alpine" | ||
}, | ||
{ | ||
"value": "postgis/postgis:9.6-3.1-alpine" | ||
"value": "postgis/postgis:14-3.4-alpine" | ||
}, | ||
{ | ||
"value": "postgis/postgis:9.5-3.0-alpine" | ||
"value": "postgis/postgis:13-3.4-alpine" | ||
}, | ||
{ | ||
"value": "postgis/postgis:13-3.1" | ||
"value": "postgis/postgis:12-3.4-alpine" | ||
}, | ||
{ | ||
"value": "postgis/postgis:12-3.1" | ||
"value": "postgis/postgis:16-3.4" | ||
}, | ||
{ | ||
"value": "postgis/postgis:11-3.1" | ||
"value": "postgis/postgis:15-3.4" | ||
}, | ||
{ | ||
"value": "postgis/postgis:10-3.1" | ||
"value": "postgis/postgis:14-3.4" | ||
}, | ||
{ | ||
"value": "postgis/postgis:9.6-3.1" | ||
"value": "postgis/postgis:13-3.4" | ||
}, | ||
{ | ||
"value": "postgis/postgis:9.5-3.0" | ||
"value": "postgis/postgis:12-3.4" | ||
} | ||
], | ||
"providers": [ | ||
|
@@ -357,13 +345,13 @@ | |
"name": "zonky.test.database.mysql.docker.image", | ||
"values": [ | ||
{ | ||
"value": "mysql:8.0" | ||
"value": "mysql:9.0" | ||
}, | ||
{ | ||
"value": "mysql:5.7" | ||
"value": "mysql:8.4" | ||
}, | ||
{ | ||
"value": "mysql:5.6" | ||
"value": "mysql:8.0" | ||
} | ||
], | ||
"providers": [ | ||
|
@@ -376,19 +364,25 @@ | |
"name": "zonky.test.database.mariadb.docker.image", | ||
"values": [ | ||
{ | ||
"value": "mariadb:10.5" | ||
"value": "mariadb:11.5" | ||
}, | ||
{ | ||
"value": "mariadb:11.4" | ||
}, | ||
{ | ||
"value": "mariadb:10.4" | ||
"value": "mariadb:11.2" | ||
}, | ||
{ | ||
"value": "mariadb:10.3" | ||
"value": "mariadb:11.1" | ||
}, | ||
{ | ||
"value": "mariadb:10.2" | ||
"value": "mariadb:10.11" | ||
}, | ||
{ | ||
"value": "mariadb:10.1" | ||
"value": "mariadb:10.6" | ||
}, | ||
{ | ||
"value": "mariadb:10.5" | ||
} | ||
], | ||
"providers": [ | ||
|
@@ -398,4 +392,4 @@ | |
] | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep in mind that such changes will have to wait until the next major version.