Skip to content

Upgrade to json-path 2.10.0 because of CVE-2024-57699 in json-smart #1856

Upgrade to json-path 2.10.0 because of CVE-2024-57699 in json-smart

Upgrade to json-path 2.10.0 because of CVE-2024-57699 in json-smart #1856

Workflow file for this run

name: Backport Bot
on:
issues:
types: [labeled]
pull_request:
types: [labeled]
push:
branches:
- '*.x'
permissions:
contents: read
jobs:
build:
permissions:
contents: read
issues: write
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Create Backport Issue
uses: spring-io/backport-bot@v0.0.1
with:
token: ${{ secrets.GITHUB_TOKEN }}