Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/ge-semtk/semtk
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cuddihy committed Aug 29, 2022
2 parents 2270f86 + 84aa668 commit ee3204e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache local Maven repository
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v3

- name: Cache local Maven repository
uses: actions/[email protected].7
uses: actions/[email protected].8
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
Expand Down
10 changes: 5 additions & 5 deletions connectionUtils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -101,14 +101,14 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
</dependency>

<!-- License: Apache 2.0 -->
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.12.287</version>
<version>1.12.290</version>
<scope>compile</scope>
</dependency>

Expand All @@ -124,14 +124,14 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.17.258</version>
<version>2.17.261</version>
</dependency>

<!-- License: Apache 2.0 -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.17.258</version>
<version>2.17.261</version>
</dependency>

<!-- License: Apache 2.0 -->
Expand All @@ -151,7 +151,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-athena</artifactId>
<version>1.12.287</version>
<version>1.12.290</version>
</dependency>

<!-- License: MIT -->
Expand Down
10 changes: 5 additions & 5 deletions sparqlGraphLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,14 @@
<dependency>
<groupId>org.apache.jena</groupId>
<artifactId>jena-arq</artifactId>
<version>4.5.0</version>
<version>4.6.0</version>
</dependency>

<!-- License: Apache 2.0 -->
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.12.287</version>
<version>1.12.290</version>
<scope>compile</scope>
</dependency>

Expand All @@ -121,14 +121,14 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.17.258</version>
<version>2.17.261</version>
</dependency>

<!-- License: Apache 2.0 -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.17.258</version>
<version>2.17.261</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.bval/bval-jsr -->
Expand All @@ -149,7 +149,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-athena</artifactId>
<version>1.12.287</version>
<version>1.12.290</version>
</dependency>

<!-- License: MIT -->
Expand Down

0 comments on commit ee3204e

Please sign in to comment.