Skip to content

Commit 2f1165b

Browse files
Merge branch 'development' into fme-10341
2 parents e677c72 + a801da1 commit 2f1165b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
<dependency>
5353
<groupId>org.mockito</groupId>
5454
<artifactId>mockito-core</artifactId>
55-
<version>5.19.0</version>
55+
<version>5.20.0</version>
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>
@@ -93,7 +93,7 @@
9393
</plugin>
9494
<plugin>
9595
<artifactId>maven-compiler-plugin</artifactId>
96-
<version>3.14.0</version>
96+
<version>3.14.1</version>
9797
</plugin>
9898
<plugin>
9999
<artifactId>maven-surefire-plugin</artifactId>
@@ -126,7 +126,7 @@
126126
<plugin>
127127
<groupId>org.apache.maven.plugins</groupId>
128128
<artifactId>maven-compiler-plugin</artifactId>
129-
<version>3.14.0</version>
129+
<version>3.14.1</version>
130130
<configuration>
131131
<source>11</source>
132132
<target>11</target>
@@ -135,7 +135,7 @@
135135
<plugin>
136136
<groupId>org.apache.maven.plugins</groupId>
137137
<artifactId>maven-javadoc-plugin</artifactId>
138-
<version>3.11.3</version>
138+
<version>3.12.0</version>
139139
<executions>
140140
<execution>
141141
<id>attach-javadocs</id>

0 commit comments

Comments
 (0)