Skip to content

Commit

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

build(deps): bump kotlin.version from 1.9.23 to 1.9.24
  • Loading branch information
gdams authored May 7, 2024
2 parents 0544952 + 0e018bc commit cd2dede
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 @@ -80,7 +80,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-allopen</artifactId>
<version>1.9.23</version>
<version>1.9.24</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>1.9.23</kotlin.version>
<kotlin.version>1.9.24</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 @@ -89,7 +89,7 @@
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-maven-allopen</artifactId>
<version>1.9.23</version>
<version>1.9.24</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.9.4</quarkus.version>
<jacoco.version>0.8.12</jacoco.version>
<kotlin.version>1.9.23</kotlin.version>
<kotlin.version>1.9.24</kotlin.version>
<adoptiumVersion>3.0.1-SNAPSHOT</adoptiumVersion>
</properties>

Expand Down

0 comments on commit cd2dede

Please sign in to comment.