Skip to content

Commit e6839b7

Browse files
Merge pull request finos#1653 from finos/renovate/patch-updates
fix(deps): update patch updates
2 parents b790b30 + 6d184fa commit e6839b7

File tree

5 files changed

+8
-18
lines changed

5 files changed

+8
-18
lines changed

calm-hub/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<artifactId>calm-hub</artifactId>
1414
<version>0.7.6</version>
1515
<properties>
16-
<compiler-plugin.version>3.14.0</compiler-plugin.version>
16+
<compiler-plugin.version>3.14.1</compiler-plugin.version>
1717
<maven.compiler.release>21</maven.compiler.release>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
1919
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
@@ -101,12 +101,12 @@
101101
<dependency>
102102
<groupId>org.dizitart</groupId>
103103
<artifactId>nitrite</artifactId>
104-
<version>4.3.0</version>
104+
<version>4.3.2</version>
105105
</dependency>
106106
<dependency>
107107
<groupId>org.dizitart</groupId>
108108
<artifactId>nitrite-mvstore-adapter</artifactId>
109-
<version>4.3.0</version>
109+
<version>4.3.2</version>
110110
</dependency>
111111
<dependency>
112112
<groupId>org.mockito</groupId>
@@ -172,7 +172,7 @@
172172
<plugin>
173173
<groupId>com.github.eirslett</groupId>
174174
<artifactId>frontend-maven-plugin</artifactId>
175-
<version>1.15.1</version>
175+
<version>1.15.4</version>
176176
<configuration>
177177
<workingDirectory>${project.basedir}/..</workingDirectory>
178178
<installDirectory>target</installDirectory>
@@ -354,7 +354,7 @@
354354
<plugin>
355355
<groupId>org.owasp</groupId>
356356
<artifactId>dependency-check-maven</artifactId>
357-
<version>12.1.3</version>
357+
<version>12.1.6</version>
358358
<executions>
359359
<execution>
360360
<goals>

calm-plugins/vscode/package-lock.json

Lines changed: 0 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mvnw

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mvnw.cmd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<plugin>
4444
<groupId>org.apache.maven.plugins</groupId>
4545
<artifactId>maven-compiler-plugin</artifactId>
46-
<version>3.14.0</version>
46+
<version>3.14.1</version>
4747
<configuration>
4848
<source>21</source>
4949
<target>21</target>

0 commit comments

Comments
 (0)