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 26, 2025
1 parent 773f395 commit 37879ff
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.4.2</version>
<version>3.4.3</version>
<relativePath/>
</parent>

Expand All @@ -26,13 +26,13 @@
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>

<!-- dependency management -->
<jdbi3-bom.version>3.47.0</jdbi3-bom.version>
<configurate.version>4.2.0-SNAPSHOT</configurate.version>
<jdbi3-bom.version>3.48.0</jdbi3-bom.version>
<configurate.version>4.2.0</configurate.version>
<spring-cloud-aws.version>3.3.0</spring-cloud-aws.version>

<!-- dependencies -->
<sentry.version>8.1.0</sentry.version>
<springdoc.version>2.8.4</springdoc.version>
<sentry.version>8.2.0</sentry.version>
<springdoc.version>2.8.5</springdoc.version>
<jsitemapgenerator.version>4.5</jsitemapgenerator.version>
<org-json.version>20250107</org-json.version>
<bucket4j.version>8.14.0</bucket4j.version>
Expand All @@ -42,7 +42,7 @@
<jetbrains-annotations.version>26.0.2</jetbrains-annotations.version>
<caffeine.version>3.2.0</caffeine.version>
<jarscanner.version>1.0-SNAPSHOT</jarscanner.version>
<jgroups.version>5.4.2.Final</jgroups.version>
<jgroups.version>5.4.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>
Expand All @@ -53,12 +53,12 @@
<otel-semconv.version>1.30.0-alpha</otel-semconv.version>

<!-- test -->
<pg.version>1.20.4</pg.version>
<pg.version>1.20.5</pg.version>
<openapi-generator.version>7.11.0</openapi-generator.version>
<argLine/>

<!-- plugins -->
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
<maven-compiler-plugin.version>3.14.0</maven-compiler-plugin.version>
</properties>

<repositories>
Expand Down

0 comments on commit 37879ff

Please sign in to comment.