Skip to content

Commit 198b2a9

Browse files
committed
Dependency updates
1 parent 5a2f40e commit 198b2a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
Copyright (c) 2019, 2024, Oracle and/or its affiliates.
2+
Copyright (c) 2019, 2025, Oracle and/or its affiliates.
33
Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
44
-->
55
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
@@ -50,7 +50,7 @@
5050
<version.plugin.surefire>3.5.2</version.plugin.surefire>
5151
<maven-enforcer-plugin-version>3.5.0</maven-enforcer-plugin-version>
5252
<maven-clean-plugin-version>3.4.1</maven-clean-plugin-version>
53-
<maven-compiler-plugin-version>3.13.0</maven-compiler-plugin-version>
53+
<maven-compiler-plugin-version>3.14.0</maven-compiler-plugin-version>
5454
<maven-install-plugin-version>3.1.3</maven-install-plugin-version>
5555
<maven-deploy-plugin-version>3.1.3</maven-deploy-plugin-version>
5656
<maven-plugin-plugin-version>3.15.1</maven-plugin-plugin-version>
@@ -349,7 +349,7 @@
349349
<dependency>
350350
<groupId>org.junit.jupiter</groupId>
351351
<artifactId>junit-jupiter</artifactId>
352-
<version>5.11.4</version>
352+
<version>5.12.0</version>
353353
<scope>test</scope>
354354
</dependency>
355355
<dependency>

0 commit comments

Comments
 (0)