Skip to content

Commit

Permalink
update aws sdk and edison microservice dependencies
Browse files Browse the repository at this point in the history
Co-authored-by: Matthias Geißendörfer <matthias.geissendoerfer@otto.de>
  • Loading branch information
frankbregulla1111 and mgeissen committed Feb 1, 2024
1 parent 9131d4b commit f7a33d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ version = '0.31.1-SNAPSHOT'
group = 'de.otto.synapse'

ext {
awsSdkVersion = "2.22.9"
awsSdkVersion = "2.23.14"
springBootVersion = "3.2.2"
edisonVersion = "3.1.7"
edisonVersion = "3.2.0"
testcontainersVersion = "1.19.4"
}

Expand Down
2 changes: 1 addition & 1 deletion synapse-aws-kinesis/src/test/resources/logback-test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<logger name="org" level="INFO"/>

<root level="DEBUG">
<root level="INFO">
<appender-ref ref="console"/>
</root>

Expand Down

0 comments on commit f7a33d0

Please sign in to comment.