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 Feb 22, 2024
1 parent d6240bb commit a7a22f4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 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.2.2</version>
<version>3.2.3</version>
<relativePath/>
</parent>

Expand All @@ -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.45.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.4.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,18 +42,18 @@
<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-kube.version>2.0.1.Final</jgroups-kube.version>
<jgroups.version>5.3.3.Final</jgroups.version>
<jgroups-kube.version>2.0.2.Final</jgroups-kube.version>
<totp.version>1.7.2-SNAPSHOT</totp.version>
<webp.version>0.1.6</webp.version>
<webauthn.version>2.5.0</webauthn.version>
<logback-contrib.version>0.1.5</logback-contrib.version>
<janino.version>3.1.11</janino.version>
<janino.version>3.1.12</janino.version>
<mockito-inline.version>5.2.0</mockito-inline.version>
<otel-semconv.version>1.30.0-alpha</otel-semconv.version>

<!-- test -->
<pg.version>1.19.4</pg.version>
<pg.version>1.19.6</pg.version>

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

0 comments on commit a7a22f4

Please sign in to comment.