Skip to content

Commit a9d90c2

Browse files
committed
Update SPDX Java Libary to version 2.0
1 parent 74c55b9 commit a9d90c2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ jobs:
2424
distribution: 'temurin'
2525
java-version: 17
2626
- name: Cache SonarCloud packages
27-
uses: actions/cache@v1
27+
uses: actions/cache@v3
2828
with:
2929
path: ~/.sonar/cache
3030
key: ${{ runner.os }}-sonar
3131
restore-keys: ${{ runner.os }}-sonar
3232
- name: Cache Maven packages
33-
uses: actions/cache@v1
33+
uses: actions/cache@v3
3434
with:
3535
path: ~/.m2
3636
key: ${{ runner.os }}-m2-${{ hashFiles('**/pom.xml') }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ This store supports serializing and deserializing files in JSON, YAML and XML fo
153153
<dependency>
154154
<groupId>org.spdx</groupId>
155155
<artifactId>java-spdx-library</artifactId>
156-
<version>2.0.0-RC2</version>
156+
<version>2.0.0</version>
157157
</dependency>
158158
<dependency>
159159
<groupId>com.google.code.gson</groupId>

0 commit comments

Comments
 (0)