Skip to content

Commit

Permalink
Merge pull request #382 from jesperancinha/dependabot/maven/kotlin.ve…
Browse files Browse the repository at this point in the history
…rsion-1.8.0

build(deps): bump kotlin.version from 1.7.22 to 1.8.0
  • Loading branch information
github-actions[bot] committed Dec 28, 2022
2 parents f04d47f + c0263ff commit 5b0abfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion from-paris-to-berlin-city-generator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<kotlin.version>1.7.22</kotlin.version>
<kotlin.version>1.8.0</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>
</properties>

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
<maven.compiler.source>${java.version}</maven.compiler.source>
<maven.compiler.target>${java.version}</maven.compiler.target>
<maven-compiler-plugin.version>3.10.1</maven-compiler-plugin.version>
<kotlin.version>1.7.22</kotlin.version>
<kotlin.version>1.8.0</kotlin.version>
<kotlin.code.style>official</kotlin.code.style>

<commons-io.version>2.6</commons-io.version>
Expand Down

0 comments on commit 5b0abfe

Please sign in to comment.