Skip to content

Commit

Permalink
New version [skip ci] '1.6.9'.
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Oct 30, 2023
1 parent 8c6d4ee commit c77689a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@ In Liquibase v3.7.x and above, especially when used standalone or integrated wit
<dependency>
<groupId>com.github.blagerweij</groupId>
<artifactId>liquibase-sessionlock</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
</dependency>
```
### Gradle
```groovy
implementation 'com.github.blagerweij:liquibase-sessionlock:1.6.7'
implementation 'com.github.blagerweij:liquibase-sessionlock:1.6.8'
```

<details>
<summary>with Kotlin DSL</summary>

```kotlin
implementation("com.github.blagerweij:liquibase-sessionlock:1.6.7")
implementation("com.github.blagerweij:liquibase-sessionlock:1.6.8")
```
</details>

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=1.6.8
version=1.6.9
systemProp.org.gradle.internal.launcher.welcomeMessageEnabled=false
systemProp.org.gradle.internal.http.connectionTimeout=200000
systemProp.org.gradle.internal.http.socketTimeout=200000
Expand Down

0 comments on commit c77689a

Please sign in to comment.