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 Mar 18, 2024
1 parent 1097e4b commit 5d3d693
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 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,13 +26,13 @@
<project.reporting.outputEncoding>${encoding}</project.reporting.outputEncoding>

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

<!-- dependencies -->
<sentry.version>7.2.0</sentry.version>
<springdoc.version>2.3.0</springdoc.version>
<sentry.version>7.6.0</sentry.version>
<springdoc.version>2.4.0</springdoc.version>
<jsitemapgenerator.version>4.5</jsitemapgenerator.version>
<org-json.version>20231013</org-json.version>
<bucket4j.version>7.6.0</bucket4j.version>
Expand All @@ -42,21 +42,21 @@
<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.4.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>
<webauthn.version>2.5.1</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.7</pg.version>

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

<repositories>
Expand Down

0 comments on commit 5d3d693

Please sign in to comment.