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 Oct 9, 2024
1 parent 295cce0 commit 8a7819c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 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.3.3</version>
<version>3.3.4</version>
<relativePath/>
</parent>

Expand All @@ -28,33 +28,33 @@
<!-- dependency management -->
<jdbi3-bom.version>3.45.4</jdbi3-bom.version>
<configurate.version>4.2.0-SNAPSHOT</configurate.version>
<spring-cloud-aws.version>3.1.1</spring-cloud-aws.version>
<spring-cloud-aws.version>3.2.0</spring-cloud-aws.version>

<!-- dependencies -->
<sentry.version>7.14.0</sentry.version>
<sentry.version>7.15.0</sentry.version>
<springdoc.version>2.6.0</springdoc.version>
<jsitemapgenerator.version>4.5</jsitemapgenerator.version>
<org-json.version>20240303</org-json.version>
<bucket4j.version>8.14.0</bucket4j.version>
<datafaker.version>2.3.1</datafaker.version>
<apache-commons-lang.version>3.16.0</apache-commons-lang.version>
<datafaker.version>2.4.0</datafaker.version>
<apache-commons-lang.version>3.17.0</apache-commons-lang.version>
<jwt.version>4.4.0</jwt.version>
<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.11.Final</jgroups.version>
<jgroups.version>5.3.13.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.2</webauthn.version>
<webauthn.version>2.5.3</webauthn.version>
<logback-contrib.version>0.1.5</logback-contrib.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.20.1</pg.version>
<openapi-generator.version>7.8.0</openapi-generator.version>
<pg.version>1.20.2</pg.version>
<openapi-generator.version>7.9.0</openapi-generator.version>

<!-- plugins -->
<maven-compiler-plugin.version>3.13.0</maven-compiler-plugin.version>
Expand Down Expand Up @@ -430,7 +430,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.5.0</version>
<version>3.5.1</version>
</plugin>
<plugin>
<groupId>org.springframework.boot</groupId>
Expand Down

0 comments on commit 8a7819c

Please sign in to comment.