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.
2 parents c27aa73 + 67540b5 commit 46a5521Copy full SHA for 46a5521
.github/workflows/maven-publish.yml
@@ -43,7 +43,7 @@ jobs:
43
44
- name: Get the upload URL for a release
45
id: get
46
- uses: bruceadams/[email protected].0
+ uses: bruceadams/[email protected].1
47
env:
48
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
49
pom.xml
@@ -12,7 +12,7 @@
12
<dependency>
13
<groupId>junit</groupId>
14
<artifactId>junit</artifactId>
15
- <version>4.12</version>
+ <version>4.13</version>
16
<type>jar</type>
17
<scope>test</scope>
18
<optional>true</optional>
@@ -47,7 +47,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
50
- <version>3.2.0</version>
+ <version>3.2.1</version>
51
<executions>
52
<execution>
53
<id>attach-sources</id>
0 commit comments