Skip to content

Commit 46a5521

Browse files
authored
Merge pull request #23 from cicirello/development
Dependency update
2 parents c27aa73 + 67540b5 commit 46a5521

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343

4444
- name: Get the upload URL for a release
4545
id: get
46-
uses: bruceadams/[email protected].0
46+
uses: bruceadams/[email protected].1
4747
env:
4848
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4949

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<dependency>
1313
<groupId>junit</groupId>
1414
<artifactId>junit</artifactId>
15-
<version>4.12</version>
15+
<version>4.13</version>
1616
<type>jar</type>
1717
<scope>test</scope>
1818
<optional>true</optional>
@@ -47,7 +47,7 @@
4747
<plugin>
4848
<groupId>org.apache.maven.plugins</groupId>
4949
<artifactId>maven-source-plugin</artifactId>
50-
<version>3.2.0</version>
50+
<version>3.2.1</version>
5151
<executions>
5252
<execution>
5353
<id>attach-sources</id>

0 commit comments

Comments
 (0)