8000 Update to WALG v0.2.19, fixes #36 · xenit-eu/docker-postgres@24b97b6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 24b97b6

Browse files
committed
Update to WALG v0.2.19, fixes #36
1 parent f200bf1 commit 24b97b6

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 2021-03
44

5+
* [2021-03-04] [#36](https://github.com/xenit-eu/docker-postgres/issues/36) Update [WAL-G to v0.2.19](https://github.com/wal-g/wal-g/releases/tag/v0.2.19)
56
* [2021-03-04] [#34](https://github.com/xenit-eu/docker-postgres/issues/34) Update to [PostgreSQL 2021-02-11 release](https://www.postgresql.org/about/news/postgresql-132-126-1111-1016-9621-and-9525-released-2165/)
67

78
## 2020-11

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ subprojects {
5050

5151
project.ext {
5252
pgVersion = project.projectDir.name
53-
walgVersion = 'v0.2.15'
53+
walgVersion = 'v0.2.19'
5454
}
5555

5656
apply plugin: 'eu.xenit.docker'
@@ -62,8 +62,8 @@ subprojects {
6262
}
6363

6464
dependencies {
65-
testImplementation group: 'junit', name: 'junit', version: '4.13.1'
66-
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.2.18'
65+
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
66+
testImplementation group: 'org.postgresql', name: 'postgresql', version: '42.2.19'
6767
}
6868

6969
sourceCompatibility = JavaVersion.VERSION_1_8

0 commit comments

Comments
 (0)
0