Skip to content

Commit 59177ff

Browse files
committed
Merge branch 'monthly-dependabot-updates' of https://github.com/digital-preservation/droid into monthly-dependabot-updates
2 parents 48b5c15 + d265bcd commit 59177ff

22 files changed

Lines changed: 90 additions & 71 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
os: [ubuntu-latest, macos-latest, windows-latest]
2323
runs-on: ${{ matrix.os }}
2424
steps:
25-
- uses: actions/checkout@v2
25+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2626
- name: Set up JDK
27-
uses: actions/setup-java@v2
27+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
2828
with:
2929
java-version: 21
3030
distribution: temurin
3131
- name: Cache Maven packages
32-
uses: actions/cache@v4
32+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3333
with:
3434
path: ~/.m2
3535
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}
@@ -46,17 +46,17 @@ jobs:
4646
name: Run UI tests
4747
runs-on: ubuntu-latest
4848
steps:
49-
- uses: actions/checkout@v2
49+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050
- run: |
5151
docker build -t ui-tests -f ui-tests/Dockerfile .
5252
docker run ui-tests
5353
cli-tests:
5454
name: Run CLI tests
5555
runs-on: ubuntu-latest
5656
steps:
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5858
- name: Set up JDK
59-
uses: actions/setup-java@v2
59+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
6060
with:
6161
java-version: 21
6262
distribution: temurin

.github/workflows/develop_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
name: Release to develop
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v2
15+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
- name: Set up JDK
17-
uses: actions/setup-java@v2
17+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
1818
with:
1919
java-version: 21
2020
distribution: temurin
2121
- name: Cache Maven packages
22-
uses: actions/cache@v4
22+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2323
with:
2424
path: ~/.m2
2525
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
runs-on: ubuntu-latest
2020
if: ${{ github.base_ref == 'main' && github.event.pull_request.merged == true && github.event.pull_request.title != 'Version bump' }}
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
- name: Set up Apache Maven Central
24-
uses: actions/setup-java@v4
24+
uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
2525
with:
2626
distribution: 'temurin'
2727
java-version: '21'
@@ -52,8 +52,8 @@ jobs:
5252
runs-on: ubuntu-latest
5353
if: ${{ github.base_ref == 'main' && github.event.pull_request.merged == true && github.event.pull_request.title != 'Version bump' }}
5454
steps:
55-
- uses: actions/checkout@v4
56-
- uses: actions/setup-java@v4
55+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
56+
- uses: actions/setup-java@be666c2fcd27ec809703dec50e508c2fdc7f6654 # v5.2.0
5757
with:
5858
distribution: 'temurin'
5959
java-version: '21'

droid-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>droid-parent</artifactId>
66
<groupId>uk.gov.nationalarchives</groupId>
7-
<version>6.9.12-SNAPSHOT</version>
7+
<version>6.9.13-SNAPSHOT</version>
88
<relativePath>../droid-parent</relativePath>
99
</parent>
1010

droid-binary/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>droid-parent</artifactId>
66
<groupId>uk.gov.nationalarchives</groupId>
7-
<version>6.9.12-SNAPSHOT</version>
7+
<version>6.9.13-SNAPSHOT</version>
88
<relativePath>../droid-parent</relativePath>
99
</parent>
1010

droid-build-tools/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>droid-parent</artifactId>
66
<groupId>uk.gov.nationalarchives</groupId>
7-
<version>6.9.12-SNAPSHOT</version>
7+
<version>6.9.13-SNAPSHOT</version>
88
<relativePath>../droid-parent</relativePath>
99
</parent>
1010

droid-command-line/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>droid-parent</artifactId>
66
<groupId>uk.gov.nationalarchives</groupId>
7-
<version>6.9.12-SNAPSHOT</version>
7+
<version>6.9.13-SNAPSHOT</version>
88
<relativePath>../droid-parent</relativePath>
99
</parent>
1010

droid-container/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>droid-parent</artifactId>
66
<groupId>uk.gov.nationalarchives</groupId>
7-
<version>6.9.12-SNAPSHOT</version>
7+
<version>6.9.13-SNAPSHOT</version>
88
<relativePath>../droid-parent</relativePath>
99
</parent>
1010

droid-core-interfaces/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>droid-parent</artifactId>
66
<groupId>uk.gov.nationalarchives</groupId>
7-
<version>6.9.12-SNAPSHOT</version>
7+
<version>6.9.13-SNAPSHOT</version>
88
<relativePath>../droid-parent</relativePath>
99
</parent>
1010

@@ -142,7 +142,7 @@
142142
<dependency>
143143
<groupId>commons-codec</groupId>
144144
<artifactId>commons-codec</artifactId>
145-
<version>1.20.0</version>
145+
<version>1.21.0</version>
146146
</dependency>
147147
<dependency>
148148
<groupId>net.java.truevfs</groupId>

droid-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>droid-parent</artifactId>
66
<groupId>uk.gov.nationalarchives</groupId>
7-
<version>6.9.12-SNAPSHOT</version>
7+
<version>6.9.13-SNAPSHOT</version>
88
<relativePath>../droid-parent</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)