Skip to content

Commit 5652486

Browse files
committed
Update dependencies
1 parent 7fc77a3 commit 5652486

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

pom.xml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,13 @@
6565
<plugin>
6666
<groupId>org.apache.maven.plugins</groupId>
6767
<artifactId>maven-release-plugin</artifactId>
68-
<version>3.0.1</version>
68+
<version>3.1.1</version>
6969
</plugin>
7070
<!-- Source plugin -->
7171
<plugin>
7272
<groupId>org.apache.maven.plugins</groupId>
7373
<artifactId>maven-source-plugin</artifactId>
74-
<version>3.3.0</version>
74+
<version>3.3.1</version>
7575
<executions>
7676
<execution>
7777
<id>attach-sources</id>
@@ -85,7 +85,7 @@
8585
<plugin>
8686
<groupId>org.apache.maven.plugins</groupId>
8787
<artifactId>maven-javadoc-plugin</artifactId>
88-
<version>3.6.3</version>
88+
<version>3.10.1</version>
8989
<executions>
9090
<execution>
9191
<id>attach-javadocs</id>
@@ -99,7 +99,7 @@
9999
<plugin>
100100
<groupId>org.apache.maven.plugins</groupId>
101101
<artifactId>maven-gpg-plugin</artifactId>
102-
<version>3.1.0</version>
102+
<version>3.2.7</version>
103103
<executions>
104104
<execution>
105105
<id>sign-artifacts</id>
@@ -114,7 +114,7 @@
114114
<plugin>
115115
<groupId>org.sonatype.plugins</groupId>
116116
<artifactId>nexus-staging-maven-plugin</artifactId>
117-
<version>1.6.13</version>
117+
<version>1.7.0</version>
118118
<extensions>true</extensions>
119119
<configuration>
120120
<serverId>ossrh</serverId>
@@ -132,7 +132,7 @@
132132
<plugin>
133133
<groupId>org.apache.maven.plugins</groupId>
134134
<artifactId>maven-compiler-plugin</artifactId>
135-
<version>3.12.1</version>
135+
<version>3.13.0</version>
136136
<configuration>
137137
<source>${project.jdkVersion}</source>
138138
<target>${project.jdkVersion}</target>
@@ -141,12 +141,12 @@
141141
<plugin>
142142
<groupId>org.apache.maven.plugins</groupId>
143143
<artifactId>maven-surefire-plugin</artifactId>
144-
<version>3.2.5</version>
144+
<version>3.5.0</version>
145145
</plugin>
146146
<plugin>
147147
<groupId>org.jacoco</groupId>
148148
<artifactId>jacoco-maven-plugin</artifactId>
149-
<version>0.8.11</version>
149+
<version>0.8.12</version>
150150
<executions>
151151
<execution>
152152
<id>prepare-agent</id>
@@ -163,7 +163,7 @@
163163
<dependency>
164164
<groupId>org.jetbrains</groupId>
165165
<artifactId>annotations</artifactId>
166-
<version>24.0.1</version>
166+
<version>25.0.0</version>
167167
<scope>provided</scope>
168168
</dependency>
169169

@@ -176,13 +176,13 @@
176176
<dependency>
177177
<groupId>org.junit.jupiter</groupId>
178178
<artifactId>junit-jupiter</artifactId>
179-
<version>5.10.2</version>
179+
<version>5.11.1</version>
180180
<scope>test</scope>
181181
</dependency>
182182
<dependency>
183183
<groupId>org.hamcrest</groupId>
184184
<artifactId>hamcrest</artifactId>
185-
<version>2.2</version>
185+
<version>3.0</version>
186186
<scope>test</scope>
187187
</dependency>
188188
</dependencies>

0 commit comments

Comments
 (0)