Skip to content

Commit

Permalink
fix(deps): update backend non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 1, 2024
1 parent 96ed915 commit 095e032
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>

<!-- dependency management -->
<jdbi3-bom.version>3.43.0</jdbi3-bom.version>
<jdbi3-bom.version>3.44.0</jdbi3-bom.version>
<configurate.version>4.2.0-SNAPSHOT</configurate.version>
<spring-cloud-aws.version>3.1.0</spring-cloud-aws.version>

<!-- dependencies -->
<sentry.version>7.2.0</sentry.version>
<sentry.version>7.3.0</sentry.version>
<springdoc.version>2.3.0</springdoc.version>
<jsitemapgenerator.version>4.5</jsitemapgenerator.version>
<org-json.version>20231013</org-json.version>
Expand All @@ -42,7 +42,7 @@
<jetbrains-annotations.version>24.1.0</jetbrains-annotations.version>
<caffeine.version>3.1.8</caffeine.version>
<jarscanner.version>1.0-SNAPSHOT</jarscanner.version>
<jgroups.version>5.3.1.Final</jgroups.version>
<jgroups.version>5.3.2.Final</jgroups.version>
<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>
Expand Down

0 comments on commit 095e032

Please sign in to comment.