Skip to content

Commit

Permalink
chore(deps): update backend non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 11, 2023
1 parent 19f17ed commit efc3153
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>

<!-- dependency management -->
<jdbi3-bom.version>3.38.0</jdbi3-bom.version>
<jdbi3-bom.version>3.38.2</jdbi3-bom.version>
<configurate.version>4.1.2</configurate.version>
<spring-cloud-aws.version>3.0.0</spring-cloud-aws.version>
<spring-cloud-aws.version>3.0.1</spring-cloud-aws.version>

<!-- dependencies -->
<sentry.version>6.18.1</sentry.version>
Expand All @@ -46,12 +46,12 @@
<jgroups-kube.version>2.0.1.Final</jgroups-kube.version>
<totp.version>1.7.2-SNAPSHOT</totp.version>
<webp.version>0.1.6</webp.version>
<webauthn.version>2.4.0</webauthn.version>
<webauthn.version>2.4.1</webauthn.version>
<logback-contrib.version>0.1.5</logback-contrib.version>
<janino.version>3.1.9</janino.version>

<!-- test -->
<pg.version>1.18.0</pg.version>
<pg.version>1.18.1</pg.version>

<!-- plugins -->
<maven-compiler-plugin.version>3.11.0</maven-compiler-plugin.version>
Expand Down

0 comments on commit efc3153

Please sign in to comment.