Skip to content

Commit

Permalink
Upgrade the Beam version to 2.55.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tosun-si committed Jul 24, 2024
1 parent d9ce390 commit 08dd178
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ an existing structure without affecting it.
| 0.23.0 | 2.52.0 |
| 0.24.0 | 2.53.0 |
| 0.25.0 | 2.54.0 |
| 0.26.0 | 2.55.0 |

> :warning: **The current Kotlin version used with Midgard is : 1.9.22**
Expand All @@ -44,14 +45,14 @@ Example with Maven and Gradle :
<dependency>
<groupId>fr.groupbees</groupId>
<artifactId>midgard</artifactId>
<version>0.24.0</version>
<version>0.25.0</version>
</dependency>
```

#### Gradle

```text
implementation group: 'fr.groupbees', name: 'midgard', version: '0.24.0'
implementation group: 'fr.groupbees', name: 'midgard', version: '0.25.0'
```

## 1- Extensions on PCollection
Expand Down
4 changes: 2 additions & 2 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.25.0</version>
<version>0.26.0</version>

<packaging>jar</packaging>

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

<beam.version>2.54.0</beam.version>
<beam.version>2.55.0</beam.version>
<slf4j.version>2.0.4</slf4j.version>

<!-- Kotlin -->
Expand Down

0 comments on commit 08dd178

Please sign in to comment.