Skip to content

Commit

Permalink
Bump kotlin.version from 2.0.21 to 2.1.0
Browse files Browse the repository at this point in the history
Bumps `kotlin.version` from 2.0.21 to 2.1.0.

Updates `org.jetbrains.kotlin:kotlin-maven-plugin` from 2.0.21 to 2.1.0

Updates `org.jetbrains.kotlin:kotlin-maven-allopen` from 2.0.21 to 2.1.0

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: org.jetbrains.kotlin:kotlin-maven-allopen
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent b7ce7ed commit ee28415
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 ee28415

Please sign in to comment.