Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
osiegmar committed Dec 10, 2023
1 parent ff43c2c commit 5fe4103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
}

group = "de.siegmar"
version = "2.0.0"
version = "2.0.1"

java {
toolchain {
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>de.siegmar</groupId>
<artifactId>logback-awslogs-json-encoder</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.4.11</version>
<version>1.4.14</version>
</dependency>
</dependencies>
</project>

0 comments on commit 5fe4103

Please sign in to comment.