Skip to content

Commit

Permalink
Combined dependency updates (2024-05-01)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump org.apache.maven.plugins:maven-source-plugin from 3.3.0 to 3.3.1 in /java](#80)
- [Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 in /java](#79)
- [Bump commons-io:commons-io from 2.16.0 to 2.16.1 in /java](#78)
- [Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.2 to 3.2.4 in /java](#77)
- [Bump NLog from 5.2.8 to 5.3.2 in /net](#76)
- [Bump javiertuya/branch-snapshots-action from 1.2.2 to 1.2.3](#75)
  • Loading branch information
javiertuya committed May 1, 2024
1 parent 754f4dc commit b189fe9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
run:
working-directory: java
steps:
- uses: javiertuya/branch-snapshots-action@v1.2.2
- uses: javiertuya/branch-snapshots-action@v1.2.3
with:
token: ${{ secrets.GITHUB_TOKEN }}
working-directory: java
Expand Down
8 changes: 4 additions & 4 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.16.1</version>
<version>1.17.0</version>
</dependency>
</dependencies>
<build>
Expand All @@ -59,7 +59,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
<version>3.3.0</version>
<version>3.3.1</version>
<executions>
<execution>
<id>attach-sources</id>
Expand Down Expand Up @@ -156,7 +156,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.2</version>
<version>3.2.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
2 changes: 1 addition & 1 deletion net/Portable/Portable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="NLog" Version="5.3.2" />

<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
Expand Down

0 comments on commit b189fe9

Please sign in to comment.