Skip to content

Commit 7521e9a

Browse files
authored
Merge pull request #66 from DataSQRL/dependabot/maven/org.apache.maven.plugins-maven-dependency-plugin-3.8.1
Bump org.apache.maven.plugins:maven-dependency-plugin from 3.6.0 to 3.8.1
2 parents a758b52 + 7708c11 commit 7521e9a

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.github/workflows/uber-jar.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ jobs:
3838
distribution: 'temurin'
3939
java-version: '11'
4040

41-
- name: Import GPG Key
42-
env:
43-
GPG_PRIVATE_KEY: ${{ secrets.GPG_PRIVATE_KEY }}
44-
run: |
45-
echo "$GPG_PRIVATE_KEY" | gpg --batch --import
46-
echo "default-key $(gpg --list-keys --with-colons | grep pub | cut -d':' -f5)" >> ~/.gnupg/gpg.conf
47-
echo "pinentry-mode loopback" >> ~/.gnupg/gpg.conf
48-
4941
- name: Generate settings.xml
5042
run: |
5143
mkdir -p ~/.m2

flink-sql-runner/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329
<plugin>
330330
<groupId>org.apache.maven.plugins</groupId>
331331
<artifactId>maven-dependency-plugin</artifactId>
332-
<version>3.6.0</version>
332+
<version>3.8.1</version>
333333
<executions>
334334
<execution>
335335
<id>copy-udf-sample-deps</id>

0 commit comments

Comments
 (0)