Skip to content

Commit f8f3058

Browse files
namedgraphclaude
andcommitted
Bump dependency and Maven plugin versions
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 04be49b commit f8f3058

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

pom.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<dependency>
165165
<groupId>org.slf4j</groupId>
166166
<artifactId>slf4j-reload4j</artifactId>
167-
<version>2.0.17</version>
167+
<version>2.0.18</version>
168168
</dependency>
169169
<dependency>
170170
<groupId>${project.groupId}</groupId>
@@ -202,13 +202,13 @@
202202
<dependency>
203203
<groupId>org.mockito</groupId>
204204
<artifactId>mockito-core</artifactId>
205-
<version>5.18.0</version>
205+
<version>5.23.0</version>
206206
<scope>test</scope>
207207
</dependency>
208208
<dependency>
209209
<groupId>org.mockito</groupId>
210210
<artifactId>mockito-junit-jupiter</artifactId>
211-
<version>5.18.0</version>
211+
<version>5.23.0</version>
212212
<scope>test</scope>
213213
</dependency>
214214
</dependencies>
@@ -242,7 +242,7 @@
242242
<plugin>
243243
<groupId>org.apache.maven.plugins</groupId>
244244
<artifactId>maven-surefire-plugin</artifactId>
245-
<version>3.5.2</version>
245+
<version>3.5.6</version>
246246
</plugin>
247247
<plugin>
248248
<groupId>org.apache.maven.plugins</groupId>
@@ -255,7 +255,7 @@
255255
<plugin>
256256
<groupId>org.apache.maven.plugins</groupId>
257257
<artifactId>maven-compiler-plugin</artifactId>
258-
<version>3.14.1</version>
258+
<version>3.15.0</version>
259259
<configuration>
260260
<source>21</source>
261261
<target>21</target>
@@ -366,7 +366,7 @@
366366
<plugin>
367367
<groupId>com.github.eirslett</groupId>
368368
<artifactId>frontend-maven-plugin</artifactId>
369-
<version>1.15.4</version>
369+
<version>2.0.0</version>
370370
<configuration>
371371
<nodeVersion>v22.16.0</nodeVersion>
372372
<npmVersion>11.4.2</npmVersion>
@@ -486,7 +486,7 @@
486486
<plugin>
487487
<groupId>org.apache.maven.plugins</groupId>
488488
<artifactId>maven-gpg-plugin</artifactId>
489-
<version>1.6</version>
489+
<version>3.2.8</version>
490490
<executions>
491491
<execution>
492492
<id>sign-artifacts</id>

0 commit comments

Comments
 (0)