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 Jan 3, 2023
2 parents c8d1423 + accde62 commit 24d8718
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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/cache@v3.0.11
uses: actions/cache@v3.2.2
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/cache@v3.0.11
uses: actions/cache@v3.2.2
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('**/pom.xml') }}
Expand Down
8 changes: 4 additions & 4 deletions connectionUtils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<!-- version is forced to fix AWS incompatibility. see https://github.com/aws/aws-sdk-java-v2/issues/652 -->
<version>4.4.15</version>
<version>4.4.16</version>
</dependency>

<!-- License: Apache 2.0 -->
Expand Down Expand Up @@ -124,7 +124,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.18.25</version>
<version>2.19.8</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.349</version>
<version>1.12.376</version>
</dependency>

<!-- License: MIT -->
Expand All @@ -166,7 +166,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.3</version>
<version>2.0.6</version>
<scope>test</scope>
</dependency>

Expand Down
8 changes: 4 additions & 4 deletions sparqlGraphLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<!-- version is forced to fix AWS incompatibility. see https://github.com/aws/aws-sdk-java-v2/issues/652 -->
<version>4.4.15</version>
<version>4.4.16</version>
</dependency>

<!-- License: Apache 2.0 -->
Expand Down Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.18.25</version>
<version>2.19.8</version>
</dependency>

<!-- License: Apache 2.0 -->
Expand Down Expand Up @@ -149,7 +149,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-athena</artifactId>
<version>1.12.349</version>
<version>1.12.376</version>
</dependency>

<!-- License: MIT -->
Expand All @@ -163,7 +163,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>2.0.3</version>
<version>2.0.6</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 24d8718

Please sign in to comment.