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 Dec 12, 2022
2 parents 35ea749 + e02d738 commit 9380543
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions connectionUtils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.12.349</version>
<version>1.12.362</version>
<scope>compile</scope>
</dependency>

Expand All @@ -131,7 +131,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.18.11</version>
<version>2.18.35</version>
</dependency>

<!-- License: Apache 2.0 -->
Expand Down
Binary file added documentationFiles/CombineEntities-after.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added documentationFiles/CombineEntities-before.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions sparqlGraphLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>1.12.349</version>
<version>1.12.362</version>
<scope>compile</scope>
</dependency>

Expand All @@ -128,7 +128,7 @@
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>sts</artifactId>
<version>2.18.11</version>
<version>2.18.35</version>
</dependency>

<!-- https://mvnrepository.com/artifact/org.apache.bval/bval-jsr -->
Expand Down
2 changes: 1 addition & 1 deletion springSecurityLibrary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<version>2.7.5</version>
<version>3.0.0</version>
</dependency>

<!-- License: Apache 2.0 -->
Expand Down
2 changes: 1 addition & 1 deletion standaloneExecutables/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<dependency>
<groupId>com.opencsv</groupId>
<artifactId>opencsv</artifactId>
<version>5.7.0</version>
<version>5.7.1</version>
</dependency>

</dependencies>
Expand Down

0 comments on commit 9380543

Please sign in to comment.