Skip to content

Commit

Permalink
Release 1.1.3: update dependencies, fix Javadocs, update README
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalijr2 committed Jun 4, 2024
1 parent d95a0da commit 9cc0cd7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
<parent>
<artifactId>aws-lambda-slf4j</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions json-logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<artifactId>aws-lambda-slf4j-core</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
<dependency>
<artifactId>json</artifactId>
Expand Down Expand Up @@ -93,6 +93,6 @@
<parent>
<artifactId>aws-lambda-slf4j</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>
</project>
4 changes: 2 additions & 2 deletions logger/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<dependency>
<artifactId>aws-lambda-slf4j-core</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.2</version>
<version>1.1.3</version>
</dependency>
<!-- test -->
<dependency>
Expand Down Expand Up @@ -82,6 +82,6 @@
<parent>
<artifactId>aws-lambda-slf4j</artifactId>
<groupId>io.github.vitalijr2.aws-lambda</groupId>
<version>1.1.2</version>
<version>1.1.3</version>
</parent>
</project>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -452,5 +452,5 @@
<url>https://github.com/vitalijr2/aws-lambda-slf4j</url>
</scm>
<url>https://github.com/vitalijr2/aws-lambda-slf4j</url>
<version>1.1.2</version>
<version>1.1.3</version>
</project>

0 comments on commit 9cc0cd7

Please sign in to comment.