Skip to content

Commit 9f70eb6

Browse files
committed
chore(deps): upgrade dependencies/plugins 🛠️
bump `kotlin.version` from 1.9.24 to 2.0.0 bump spotbugs-maven-plugin from 4.8.5.0 to 4.8.6.0 (#266) bump junit-bom from 5.10.2 to 5.10.3 (#267) bump spotbugs-maven-plugin from 4.8.6.0 to 4.8.6.1 (#268) bump git-commit-id-maven-plugin from 9.0.0 to 9.0.1 (#269) bump spotbugs-maven-plugin from 4.8.6.1 to 4.8.6.2 (#270) bump maven-surefire-plugin from 3.3.0 to 3.3.1 (#271) bump commons-lang3 from 3.14.0 to 3.15.0 (#272) bump maven-javadoc-plugin from 3.7.0 to 3.8.0 (#273) bump kotlin.version from 2.0.0 to 2.0.10 (#274) bump commons-lang3 from 3.15.0 to 3.16.0 (#275) bump maven-gpg-plugin from 3.2.4 to 3.2.5 (#276) bump junit-bom from 5.10.3 to 5.11.0 (#277) bump commons-cli from 1.8.0 to 1.9.0 (#278) bump maven-site-plugin from 3.12.1 to 3.20.0 (#279) bump maven-surefire-plugin from 3.3.1 to 3.4.0 (#280) bump maven-artifact from 3.9.8 to 3.9.9 (#281) bump maven-deploy-plugin from 3.1.2 to 3.1.3 (#282) bump maven-install-plugin from 3.1.2 to 3.1.3 (#283) bump kotlin.version from 2.0.10 to 2.0.20 (#284) bump maven-surefire-plugin from 3.4.0 to 3.5.0 (#285) bump maven-javadoc-plugin from 3.8.0 to 3.10.0 (#286) bump commons-lang3 from 3.16.0 to 3.17.0 (#287) bump spotbugs-maven-plugin from 4.8.6.2 to 4.8.6.3 (#288)
1 parent d79ecce commit 9f70eb6

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

pom.xml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@
5959
<!-- need argLine to use `@{argLine}`(e.g. `maven-surefire-plugin`) -->
6060
<argLine/>
6161

62-
<kotlin.version>1.9.24</kotlin.version>
62+
<kotlin.version>2.0.20</kotlin.version>
6363
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>
6464

6565
<!-- testing dependencies versions -->
66-
<junit5.version>5.10.2</junit5.version>
66+
<junit5.version>5.11.0</junit5.version>
6767
<kotest.version>5.8.0</kotest.version>
6868
</properties>
6969

@@ -126,7 +126,7 @@
126126
<dependency>
127127
<groupId>commons-cli</groupId>
128128
<artifactId>commons-cli</artifactId>
129-
<version>1.8.0</version>
129+
<version>1.9.0</version>
130130
</dependency>
131131
<dependency>
132132
<groupId>commons-io</groupId>
@@ -136,12 +136,12 @@
136136
<dependency>
137137
<groupId>org.apache.commons</groupId>
138138
<artifactId>commons-lang3</artifactId>
139-
<version>3.14.0</version>
139+
<version>3.17.0</version>
140140
</dependency>
141141
<dependency>
142142
<groupId>org.apache.maven</groupId>
143143
<artifactId>maven-artifact</artifactId>
144-
<version>3.9.8</version>
144+
<version>3.9.9</version>
145145
</dependency>
146146

147147
<!--
@@ -378,12 +378,12 @@
378378
<plugin>
379379
<groupId>org.apache.maven.plugins</groupId>
380380
<artifactId>maven-javadoc-plugin</artifactId>
381-
<version>3.7.0</version>
381+
<version>3.10.0</version>
382382
</plugin>
383383
<plugin>
384384
<groupId>org.apache.maven.plugins</groupId>
385385
<artifactId>maven-surefire-plugin</artifactId>
386-
<version>3.3.0</version>
386+
<version>3.5.0</version>
387387
<configuration>
388388
<argLine>@{argLine} -Duser.language=en -Duser.country=US</argLine>
389389
</configuration>
@@ -396,17 +396,17 @@
396396
<plugin>
397397
<groupId>org.apache.maven.plugins</groupId>
398398
<artifactId>maven-site-plugin</artifactId>
399-
<version>3.12.1</version>
399+
<version>3.20.0</version>
400400
</plugin>
401401
<plugin>
402402
<groupId>org.apache.maven.plugins</groupId>
403403
<artifactId>maven-install-plugin</artifactId>
404-
<version>3.1.2</version>
404+
<version>3.1.3</version>
405405
</plugin>
406406
<plugin>
407407
<groupId>org.apache.maven.plugins</groupId>
408408
<artifactId>maven-deploy-plugin</artifactId>
409-
<version>3.1.2</version>
409+
<version>3.1.3</version>
410410
</plugin>
411411
</plugins>
412412
</pluginManagement>
@@ -502,7 +502,7 @@
502502
<plugin>
503503
<groupId>org.apache.maven.plugins</groupId>
504504
<artifactId>maven-gpg-plugin</artifactId>
505-
<version>3.2.4</version>
505+
<version>3.2.5</version>
506506
<executions>
507507
<execution>
508508
<id>sign-artifacts</id>
@@ -534,7 +534,7 @@
534534
<plugin>
535535
<groupId>io.github.git-commit-id</groupId>
536536
<artifactId>git-commit-id-maven-plugin</artifactId>
537-
<version>9.0.0</version>
537+
<version>9.0.1</version>
538538
<executions>
539539
<execution>
540540
<id>get-the-git-infos</id>
@@ -588,7 +588,7 @@
588588
<plugin>
589589
<groupId>com.github.spotbugs</groupId>
590590
<artifactId>spotbugs-maven-plugin</artifactId>
591-
<version>4.8.5.0</version>
591+
<version>4.8.6.3</version>
592592
<executions>
593593
<execution>
594594
<phase>verify</phase>

0 commit comments

Comments
 (0)