Skip to content

Commit 0930ad9

Browse files
Bump org.postgresql:postgresql from 42.7.10 to 42.7.11 (#322)
Co-authored-by: Ferenc Csaky <ferenc@datasqrl.com>
1 parent 5080bf8 commit 0930ad9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-cloud-compilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
- name: Resolve PR metadata and gate
5959
id: gate
6060
env:
61-
GH_TOKEN: ${{ secrets.BOT_PAT }}
61+
GH_TOKEN: ${{ github.token }}
6262
run: |
6363
if [[ "${{ github.event_name }}" == "issue_comment" ]]; then
6464
PR_NUMBER=${{ github.event.issue.number }}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
<netty.version>4.1.126.Final</netty.version>
116116
<nextbreakpoint.flink.client.version>1.1.4</nextbreakpoint.flink.client.version>
117117
<picocli.version>4.7.7</picocli.version>
118-
<postgres.version>42.7.10</postgres.version>
118+
<postgres.version>42.7.11</postgres.version>
119119
<slf4j.version>1.7.36</slf4j.version>
120120
<testcontainers.version>2.0.5</testcontainers.version>
121121

0 commit comments

Comments
 (0)