Skip to content

Commit

Permalink
Upgrade the Beam version to 2.51.0 and Midgard to 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tosun-si committed Nov 27, 2023
1 parent 4939bf9 commit 6dcd3c5
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 @@ -24,6 +24,7 @@ an existing structure without affecting it.
| 0.19.0 | 2.48.0 |
| 0.20.0 | 2.49.0 |
| 0.21.0 | 2.50.0 |
| 0.22.0 | 2.51.0 |

## Installation of project

Expand All @@ -38,14 +39,14 @@ Example with Maven and Gradle :
<dependency>
<groupId>fr.groupbees</groupId>
<artifactId>midgard</artifactId>
<version>0.21.0</version>
<version>0.22.0</version>
</dependency>
```

#### Gradle

```text
implementation group: 'fr.groupbees', name: 'midgard', version: '0.21.0'
implementation group: 'fr.groupbees', name: 'midgard', version: '0.22.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.21.0</version>
<version>0.22.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.50.0</beam.version>
<beam.version>2.51.0</beam.version>
<slf4j.version>2.0.4</slf4j.version>

<!-- Kotlin -->
Expand Down

0 comments on commit 6dcd3c5

Please sign in to comment.