Skip to content

Commit

Permalink
chore: Bump kotlin-stdlib version (#38)
Browse files Browse the repository at this point in the history
Co-authored-by: Romuald Rousseau <[email protected]>
  • Loading branch information
RomualdRousseau and Romuald Rousseau authored Nov 12, 2024
1 parent 1caa95b commit 9d41966
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@
<dependencyManagement>
<dependencies>
<!-- Fix vunerabilities -->
<!-- Fix convergences -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
Expand Down Expand Up @@ -569,7 +570,11 @@
<artifactId>classgraph</artifactId>
<version>4.8.177</version>
</dependency>
<!-- Fix convergences -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>1.9.25</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
Expand Down

0 comments on commit 9d41966

Please sign in to comment.