Skip to content

Commit

Permalink
update aws/endpoints dep
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Dec 28, 2023
1 parent db3ca1d commit b7676d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
org.eclipse.jetty/jetty-http {:mvn/version "9.4.53.v20231009"}
org.eclipse.jetty/jetty-client {:mvn/version "9.4.53.v20231009"}
org.eclipse.jetty/jetty-util {:mvn/version "9.4.53.v20231009"}
com.cognitect.aws/endpoints {:mvn/version "1.1.12.504"}
com.cognitect.aws/endpoints {:mvn/version "1.1.12.626"}
com.cognitect.aws/s3 {:mvn/version "848.2.1413.0"}
javax.inject/javax.inject {:mvn/version "1"}
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
<dependency>
<groupId>com.cognitect.aws</groupId>
<artifactId>endpoints</artifactId>
<version>1.1.12.504</version>
<version>1.1.12.626</version>
</dependency>
<dependency>
<groupId>com.cognitect.aws</groupId>
Expand Down

0 comments on commit b7676d3

Please sign in to comment.