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 31, 2023
1 parent 19f17ed commit 66b6f45
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.0.6</version>
<version>3.1.0</version>
<relativePath/>
</parent>

Expand All @@ -26,12 +26,12 @@
<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>
<sentry.version>6.21.0</sentry.version>
<springdoc.version>2.1.0</springdoc.version>
<jsitemapgenerator.version>4.5</jsitemapgenerator.version>
<org-json.version>20230227</org-json.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.2</pg.version>

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

0 comments on commit 66b6f45

Please sign in to comment.