Skip to content

Commit ba9b4ad

Browse files
authored
Merge pull request #311 from kit-data-manager/development
Release v2.1.0
2 parents 02601b8 + b931bc1 commit ba9b4ad

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v5
41+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ${{ matrix.os }}
2626

2727
steps:
28-
- uses: actions/checkout@v5
28+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2929
- name: Set up openJDK version
3030
uses: actions/setup-java@v5
3131
with:

.github/workflows/publishRelease.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v5
11+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
1212
- name: Set up Java
1313
uses: actions/setup-java@v5
1414
with:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
// compare json documents in tests
6161
implementation 'com.github.fslev:json-compare:7.2'
6262
// url validator
63-
implementation group: 'commons-validator', name: 'commons-validator', version: '1.10.0'
63+
implementation group: 'commons-validator', name: 'commons-validator', version: '1.10.1'
6464
// logging
6565
implementation group: 'org.slf4j', name: 'slf4j-jdk14', version: '2.0.17'
6666
// JSON-LD, Zenodo mapping

0 commit comments

Comments
 (0)