Skip to content

Commit

Permalink
Merge pull request #567 from adoptium/dependabot/maven/kotlin.version…
Browse files Browse the repository at this point in the history
…-2.1.0

Bump kotlin.version from 2.0.21 to 2.1.0
  • Loading branch information
karianna authored Nov 27, 2024
2 parents b7ce7ed + ee28415 commit 929dff7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion adoptium-marketplace-server/adoptium-repo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-allopen</artifactId>
<version>2.0.21</version>
<version>2.1.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion adoptium-marketplace-staging-checker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<main.class>net.adoptium.marketplace.Main</main.class>
<quarkus.package.type>uber-jar</quarkus.package.type>
<quarkus.package.runner-suffix>-jar-with-dependencies</quarkus.package.runner-suffix>
<kotlin.version>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
</properties>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion adoptium-marketplace-utils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-allopen</artifactId>
<version>2.0.21</version>
<version>2.1.0</version>
</dependency>
</dependencies>
<configuration>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<kotlin.compiler.jvmTarget>17</kotlin.compiler.jvmTarget>
<quarkus.version>3.17.0</quarkus.version>
<jacoco.version>0.8.12</jacoco.version>
<kotlin.version>2.0.21</kotlin.version>
<kotlin.version>2.1.0</kotlin.version>
<adoptiumVersion>3.0.1-SNAPSHOT</adoptiumVersion>
</properties>

Expand Down

0 comments on commit 929dff7

Please sign in to comment.