Skip to content

Commit

Permalink
Manage kotlin version to work around RequireUpperBoundDeps failure (#504
Browse files Browse the repository at this point in the history
) (#505)
  • Loading branch information
jonaslind authored Mar 10, 2023
1 parent 767def9 commit 1f21c40
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,14 @@
<artifactId>byte-buddy</artifactId>
<version>1.14.0</version>
</dependency>
<!-- Workaround until https://github.com/jenkinsci/plugin-pom/issues/705 is fixed -->
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-bom</artifactId>
<version>1.8.10</version>
<scope>import</scope>
<type>pom</type>
</dependency>
</dependencies>
</dependencyManagement>
</project>

0 comments on commit 1f21c40

Please sign in to comment.