Skip to content

Commit 8ec76de

Browse files
Bump the maven-dependencies group across 1 directory with 8 updates (#20)
1 parent 5bace0c commit 8ec76de

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

pom.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@
4141
<dependency>
4242
<groupId>org.jetbrains</groupId>
4343
<artifactId>annotations</artifactId>
44-
<version>24.1.0</version>
44+
<version>26.0.2</version>
4545
<scope>provided</scope>
4646
</dependency>
4747

4848
<dependency>
4949
<groupId>org.junit.jupiter</groupId>
5050
<artifactId>junit-jupiter</artifactId>
51-
<version>5.10.1</version>
51+
<version>5.11.4</version>
5252
<scope>test</scope>
5353
</dependency>
5454
<dependency>
5555
<groupId>org.mockito</groupId>
5656
<artifactId>mockito-core</artifactId>
57-
<version>5.8.0</version>
57+
<version>5.15.2</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>
@@ -64,20 +64,20 @@
6464
<plugin>
6565
<groupId>org.apache.maven.plugins</groupId>
6666
<artifactId>maven-compiler-plugin</artifactId>
67-
<version>3.12.1</version>
67+
<version>3.13.0</version>
6868
<configuration>
6969
<release>11</release>
7070
</configuration>
7171
</plugin>
7272
<plugin>
7373
<groupId>org.apache.maven.plugins</groupId>
7474
<artifactId>maven-surefire-plugin</artifactId>
75-
<version>3.2.3</version>
75+
<version>3.5.2</version>
7676
</plugin>
7777
<plugin>
7878
<groupId>org.apache.maven.plugins</groupId>
7979
<artifactId>maven-source-plugin</artifactId>
80-
<version>3.3.0</version>
80+
<version>3.3.1</version>
8181
<executions>
8282
<execution>
8383
<id>attach-sources</id>
@@ -90,7 +90,7 @@
9090
<plugin>
9191
<groupId>org.apache.maven.plugins</groupId>
9292
<artifactId>maven-javadoc-plugin</artifactId>
93-
<version>3.6.3</version>
93+
<version>3.11.2</version>
9494
<executions>
9595
<execution>
9696
<id>attach-javadocs</id>
@@ -111,7 +111,7 @@
111111
<plugin>
112112
<groupId>org.jacoco</groupId>
113113
<artifactId>jacoco-maven-plugin</artifactId>
114-
<version>0.8.11</version>
114+
<version>0.8.12</version>
115115
<executions>
116116
<execution>
117117
<id>prepare-agent</id>

0 commit comments

Comments
 (0)