We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5080bf8 commit 0930ad9Copy full SHA for 0930ad9
2 files changed
.github/workflows/test-cloud-compilation.yml
@@ -58,7 +58,7 @@ jobs:
58
- name: Resolve PR metadata and gate
59
id: gate
60
env:
61
- GH_TOKEN: ${{ secrets.BOT_PAT }}
+ GH_TOKEN: ${{ github.token }}
62
run: |
63
if [[ "${{ github.event_name }}" == "issue_comment" ]]; then
64
PR_NUMBER=${{ github.event.issue.number }}
pom.xml
@@ -115,7 +115,7 @@
115
<netty.version>4.1.126.Final</netty.version>
116
<nextbreakpoint.flink.client.version>1.1.4</nextbreakpoint.flink.client.version>
117
<picocli.version>4.7.7</picocli.version>
118
- <postgres.version>42.7.10</postgres.version>
+ <postgres.version>42.7.11</postgres.version>
119
<slf4j.version>1.7.36</slf4j.version>
120
<testcontainers.version>2.0.5</testcontainers.version>
121
0 commit comments