Skip to content

Commit

Permalink
Upgrade the Beam version to 2.53.0 and Kotlin to 1.9.22
Browse files Browse the repository at this point in the history
  • Loading branch information
tosun-si committed Mar 26, 2024
1 parent 82a0559 commit 9d2a54c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ an existing structure without affecting it.
| 0.21.0 | 2.50.0 |
| 0.22.0 | 2.51.0 |
| 0.23.0 | 2.52.0 |
| 0.24.0 | 2.53.0 |

> :warning: **The current Kotlin version used with Midgard is : 1.9.22**
## Installation of project

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<groupId>fr.groupbees</groupId>
<artifactId>midgard</artifactId>
<version>0.23.0</version>
<version>0.24.0</version>

<packaging>jar</packaging>

Expand All @@ -23,14 +23,14 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<beam.version>2.52.0</beam.version>
<beam.version>2.53.0</beam.version>
<slf4j.version>2.0.4</slf4j.version>

<!-- Kotlin -->
<kotlin.code.style>official</kotlin.code.style>
<kotlin.compiler.jvmTarget>1.8</kotlin.compiler.jvmTarget>
<kotlin.compiler.incremental>true</kotlin.compiler.incremental>
<kotlin.version>1.7.0</kotlin.version>
<kotlin.version>1.9.22</kotlin.version>

<junit.version>4.13.2</junit.version>
<junit-params.version>1.1.1</junit-params.version>
Expand Down

0 comments on commit 9d2a54c

Please sign in to comment.