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

build(deps): bump fusionauth to 1.53.2 #105

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open

Conversation

Aaron-Ritter
Copy link
Collaborator

@Aaron-Ritter Aaron-Ritter commented Aug 26, 2024

Update workflow to FusionAuth 1.52.1 and 1.53.2 and remove 1.47 from testing matrix.
This includes the latest bump to workflow github actions #113

dependabot bot and others added 2 commits August 26, 2024 09:28
…th 4 updates

Bumps the prod-github-actions group with 4 updates in the / directory: [actions/setup-java](https://github.com/actions/setup-java), [github/codeql-action](https://github.com/github/codeql-action), [gradle/actions](https://github.com/gradle/actions) and [actions/upload-artifact](https://github.com/actions/upload-artifact).


Updates `actions/setup-java` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.1...v4.2.2)

Updates `github/codeql-action` from 3.25.15 to 3.26.5
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.25.15...v3.26.5)

Updates `gradle/actions` from 3.5.0 to 4.0.0
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.5.0...v4.0.0)

Updates `actions/upload-artifact` from 4.3.4 to 4.3.6
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.4...v4.3.6)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-github-actions
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
dependabot bot and others added 2 commits September 2, 2024 06:59
…th 5 updates

Bumps the prod-github-actions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/setup-java](https://github.com/actions/setup-java) | `4.2.1` | `4.2.2` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.25.15` | `3.26.6` |
| [gradle/actions](https://github.com/gradle/actions) | `3.5.0` | `4.0.1` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.4` | `4.4.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.1.1` | `5.2.0` |



Updates `actions/setup-java` from 4.2.1 to 4.2.2
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.1...v4.2.2)

Updates `github/codeql-action` from 3.25.15 to 3.26.6
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.25.15...v3.26.6)

Updates `gradle/actions` from 3.5.0 to 4.0.1
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.5.0...v4.0.1)

Updates `actions/upload-artifact` from 4.3.4 to 4.4.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.4...v4.4.0)

Updates `actions/setup-python` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.1.1...v5.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: prod-github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-github-actions
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-github-actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…ithub-actions-bd5cb962f9' into fusionauth-1.52.1

# Conflicts:
#	.github/workflows/codeql.yml
#	.github/workflows/detekt.yml
#	.github/workflows/e2e-test-fusionauth-latest-android-latest.yml
#	.github/workflows/e2e-test-fusionauth-latest-android-matrix.yml
#	.github/workflows/e2e-test-fusionauth-matrix-android-latest.yml
#	.github/workflows/lint.yml
#	.github/workflows/mobsf.yml
#	.github/workflows/pre-release.yml
#	.github/workflows/release.yml
@Aaron-Ritter
Copy link
Collaborator Author

update to latest bump #107

@Aaron-Ritter Aaron-Ritter changed the title build(deps): bump fusionauth to 1.52.1 build(deps): bump fusionauth to 1.53.1 Sep 9, 2024
@Aaron-Ritter
Copy link
Collaborator Author

@Aaron-Ritter Aaron-Ritter changed the title build(deps): bump fusionauth to 1.53.1 build(deps): bump fusionauth to 1.53.2 Sep 18, 2024
Copy link
Collaborator Author

@Aaron-Ritter Aaron-Ritter left a comment

Choose a reason for hiding this comment

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

LGTM @tonyblank

dependabot bot and others added 5 commits September 23, 2024 06:42
…th 5 updates

Bumps the prod-github-actions group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/setup-java](https://github.com/actions/setup-java) | `4.2.1` | `4.3.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.25.15` | `3.26.8` |
| [gradle/actions](https://github.com/gradle/actions) | `3.5.0` | `4.1.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.4` | `4.4.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.1.1` | `5.2.0` |



Updates `actions/setup-java` from 4.2.1 to 4.3.0
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.1...v4.3.0)

Updates `github/codeql-action` from 3.25.15 to 3.26.8
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.25.15...v3.26.8)

Updates `gradle/actions` from 3.5.0 to 4.1.0
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.5.0...v4.1.0)

Updates `actions/upload-artifact` from 4.3.4 to 4.4.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.4...v4.4.0)

Updates `actions/setup-python` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.1.1...v5.2.0)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-github-actions
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-github-actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-github-actions
...

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

Bumps the prod-github-actions group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [actions/checkout](https://github.com/actions/checkout) | `4.1.7` | `4.2.0` |
| [actions/setup-java](https://github.com/actions/setup-java) | `4.2.1` | `4.4.0` |
| [github/codeql-action](https://github.com/github/codeql-action) | `3.25.15` | `3.26.9` |
| [gradle/actions](https://github.com/gradle/actions) | `3.5.0` | `4.1.0` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact) | `4.3.4` | `4.4.0` |
| [actions/setup-python](https://github.com/actions/setup-python) | `5.1.1` | `5.2.0` |



Updates `actions/checkout` from 4.1.7 to 4.2.0
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.7...v4.2.0)

Updates `actions/setup-java` from 4.2.1 to 4.4.0
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](actions/setup-java@v4.2.1...v4.4.0)

Updates `github/codeql-action` from 3.25.15 to 3.26.9
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@v3.25.15...v3.26.9)

Updates `gradle/actions` from 3.5.0 to 4.1.0
- [Release notes](https://github.com/gradle/actions/releases)
- [Commits](gradle/actions@v3.5.0...v4.1.0)

Updates `actions/upload-artifact` from 4.3.4 to 4.4.0
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@v4.3.4...v4.4.0)

Updates `actions/setup-python` from 5.1.1 to 5.2.0
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v5.1.1...v5.2.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-github-actions
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-github-actions
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-github-actions
- dependency-name: gradle/actions
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: prod-github-actions
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-github-actions
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: prod-github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
…ithub-actions-b4ad51b611' into fusionauth-1.53.1

# Conflicts:
#	.github/workflows/codeql.yml
#	.github/workflows/detekt.yml
#	.github/workflows/e2e-test-fusionauth-latest-android-latest.yml
#	.github/workflows/e2e-test-fusionauth-latest-android-matrix.yml
#	.github/workflows/e2e-test-fusionauth-matrix-android-latest.yml
#	.github/workflows/lint.yml
#	.github/workflows/mobsf.yml
#	.github/workflows/pre-release.yml
#	.github/workflows/release.yml
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