Skip to content

Commit 4dcce83

Browse files
committed
upgrade deps
1 parent 06a6fae commit 4dcce83

3 files changed

Lines changed: 7 additions & 8 deletions

File tree

.github/typeflows/update-dependencies/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ flowchart TD
5151
step5 --> step6
5252
step7["Step 7: Create Pull Request<br/>🔐 if: steps.changes.outputs.has_changes"]
5353
style step7 fill:#f8f9fa,stroke:#495057
54-
action7["🎬 peter-evans<br/>create-pull-request<br/><br/>📝 Inputs:<br/>• token: ${{ secrets.GITHUB_TOKEN }}<br/>• commit-message: chore: Update dependencies<br/>• title: chore: update dependencies<br/>• body: This PR updates dependencies i...<br/>• branch: update-dependencies<br/>• delete-branch: true"]
54+
action7["🎬 peter-evans<br/>create-pull-request<br/><br/>📝 Inputs:<br/>• commit-message: chore: Update dependencies<br/>• title: chore: update dependencies<br/>• body: This PR updates dependencies i...<br/>• branch: update-dependencies<br/>• delete-branch: true"]
5555
style action7 fill:#e1f5fe,stroke:#0277bd
5656
step7 -.-> action7
5757
step6 --> step7
@@ -63,4 +63,4 @@ flowchart TD
6363
- 🔷 **Action Blocks** (Light Blue): Local repository actions
6464
- 🟣 **Script Nodes** (Purple): Run commands/scripts
6565
- **Solid arrows** (→): Step execution flow
66-
- **Dotted arrows** (-.->): Action usage with inputs
66+
- **Dotted arrows** (-.->): Action usage with inputs

.github/workflows/update-dependencies.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@ jobs:
3838
shell: bash
3939
- name: Create Pull Request
4040
if: steps.changes.outputs.has_changes
41-
uses: peter-evans/create-pull-request@v6
41+
uses: peter-evans/create-pull-request@v8.1.1
4242
with:
43-
token: ${{ secrets.GITHUB_TOKEN }}
4443
commit-message: 'chore: Update dependencies'
4544
title: 'chore: update dependencies'
4645
body: |-
@@ -50,4 +49,4 @@ jobs:
5049
5150
Please review the changes and merge if appropriate.
5251
branch: update-dependencies
53-
delete-branch: 'true'
52+
delete-branch: 'true'

gradle/libs.versions.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ bcpkix = "1.84"
33
commons-codec = "1.22.0"
44
forkhandles = "2.25.6.0"
55
gradle-test-logger = "4.0.0"
6-
http4k = "6.52.0.0"
7-
http4k-standards = "1.8.0.0"
6+
http4k = "6.53.0.0"
7+
http4k-standards = "1.10.0.0"
88
jjwt = "0.13.0"
99
junit = "6.1.0"
10-
kotlin = "2.3.21"
10+
kotlin = "2.4.0"
1111
nimbus-jose-jwt = "10.9.1"
1212
typeflows = "0.33.0-beta"
1313
version-catalog-update = "1.1.0"

0 commit comments

Comments
 (0)