Skip to content

Commit

Permalink
chore(deps): upgrade dependencies/plugins 🛠️
Browse files Browse the repository at this point in the history
bump `kotlin.version` to 2.0.0 from 1.9.24
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)
  • Loading branch information
oldratlee committed Jul 2, 2024
1 parent ba78ab3 commit fd6adf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,11 @@
<!-- need argLine to use `@{argLine}`(e.g. `maven-surefire-plugin`) -->
<argLine/>

<kotlin.version>1.9.24</kotlin.version>
<kotlin.version>2.0.0</kotlin.version>
<kotlin.compiler.jvmTarget>${maven.compiler.source}</kotlin.compiler.jvmTarget>

<!-- testing dependencies versions -->
<junit5.version>5.10.2</junit5.version>
<junit5.version>5.10.3</junit5.version>
<kotest.version>5.8.0</kotest.version>
</properties>

Expand Down Expand Up @@ -588,7 +588,7 @@
<plugin>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-maven-plugin</artifactId>
<version>4.8.5.0</version>
<version>4.8.6.1</version>
<executions>
<execution>
<phase>verify</phase>
Expand Down

0 comments on commit fd6adf7

Please sign in to comment.