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 Jun 21, 2024
1 parent b7f430a commit 27f8ece
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.0</version>
<version>3.3.1</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -35,7 +35,7 @@
<springdoc.version>2.5.0</springdoc.version>
<jsitemapgenerator.version>4.5</jsitemapgenerator.version>
<org-json.version>20240303</org-json.version>
<bucket4j.version>8.13.0</bucket4j.version>
<bucket4j.version>8.13.1</bucket4j.version>
<datafaker.version>2.2.2</datafaker.version>
<apache-commons-lang.version>3.14.0</apache-commons-lang.version>
<jwt.version>4.4.0</jwt.version>
Expand Down Expand Up @@ -445,7 +445,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<configuration>
<argLine>--enable-preview</argLine>
</configuration>
Expand Down

0 comments on commit 27f8ece

Please sign in to comment.