Skip to content

Commit

Permalink
fix(deps): update maven all non-major dependencies (#1743)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: DustyD <[email protected]>
  • Loading branch information
renovate[bot] and xiaopeng0202 authored Nov 22, 2024
1 parent 1027a10 commit b145945
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<sonar.organization>bcgov-sonarcloud</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<oci.revision>${project.version}</oci.revision>
<hibernate.version>6.6.1.Final</hibernate.version>
<hibernate.version>6.6.2.Final</hibernate.version>
</properties>

<profiles>
Expand Down Expand Up @@ -459,7 +459,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.20.0</version>
<version>10.20.1</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -506,7 +506,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.45</version>
<version>9.47</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
6 changes: 3 additions & 3 deletions oracle-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<sonar.organization>bcgov-sonarcloud</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
<oci.revision>${project.version}</oci.revision>
<hibernate.version>6.6.1.Final</hibernate.version>
<hibernate.version>6.6.2.Final</hibernate.version>
</properties>

<profiles>
Expand Down Expand Up @@ -428,7 +428,7 @@
<dependency>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>10.20.0</version>
<version>10.20.1</version>
</dependency>
</dependencies>
<configuration>
Expand Down Expand Up @@ -475,7 +475,7 @@
<dependency>
<groupId>com.nimbusds</groupId>
<artifactId>nimbus-jose-jwt</artifactId>
<version>9.45</version>
<version>9.47</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit b145945

Please sign in to comment.