From 4564382590e37ac799f684bd0824f05526e30ab3 Mon Sep 17 00:00:00 2001
From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 24 Jan 2024 12:41:17 +0000
Subject: [PATCH] Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0

---
 .github/workflows/release.yml |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 9635403..8163160 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -5,6 +5,8 @@
 
 name: Release
 
+permissions: {}
+
 jobs:
   build:
     name: Build
@@ -19,7 +21,7 @@
         uses: actions/setup-java@v3
         with:
           distribution: zulu
-          java-version: 11
+          java-version: 17
 
       - id: vars
         name: Get project variables

--
Gitblit v1.9.1