Skip to content

Commit

Permalink
chore(deps): update maven all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent d047d6b commit 51619b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<oci.revision>${project.version}</oci.revision>
<snakeyaml.version>2.2</snakeyaml.version>
<hibernate.version>6.4.2.Final</hibernate.version>
<hibernate.version>6.4.4.Final</hibernate.version>
</properties>

<profiles>
Expand Down Expand Up @@ -126,7 +126,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.30</version>
<version>1.18.32</version>
<optional>true</optional>
</dependency>
<dependency>
Expand Down Expand Up @@ -179,7 +179,7 @@
<dependency>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-starter-webmvc-ui</artifactId>
<version>2.3.0</version>
<version>2.5.0</version>
</dependency>

<!-- Authentication and Security -->
Expand Down Expand Up @@ -291,7 +291,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
<configuration>
<skip>${jacoco.skip}</skip>
<excludes>
Expand Down Expand Up @@ -458,7 +458,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.13.0</version>
<version>10.15.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down

0 comments on commit 51619b8

Please sign in to comment.