Skip to content

Commit

Permalink
Combined dependency updates (2023-12-30) (#131)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump actions/deploy-pages from 4.0.1 to 4.0.2](#129)
- [Bump crazy-max/ghaction-import-gpg from 6.0.0 to 6.1.0](#130)
- [Bump com.fasterxml.jackson:jackson-bom from 2.16.0 to 2.16.1](#127)
- [Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.22.0 to 2.22.1](#126)
- [Bump org.slf4j:slf4j-api from 2.0.9 to 2.0.10](#125)
- [Bump NLog from 5.2.7 to 5.2.8 in /net](#128)
  • Loading branch information
giis-qabot authored Dec 30, 2023
1 parent acfb65c commit 525aef9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
#https://stackoverflow.com/questions/61096521/how-to-use-gpg-key-in-github-actions
#It requires export the private key with the armor option: gpg --output private.pgm --armor --export-secret-key <email>
- name: Import GPG Key
uses: crazy-max/ghaction-import-gpg@v6.0.0
uses: crazy-max/ghaction-import-gpg@v6.1.0
with:
gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ jobs:
- name: Deploy to GitHub Pages
if: always()
id: deployment
uses: actions/[email protected].1
uses: actions/[email protected].2

sonarqube:
needs: [test-java]
Expand Down
2 changes: 1 addition & 1 deletion net/TdRules/TdRules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
<ItemGroup>
<PackageReference Include="PortableCs" Version="2.2.2" />

<PackageReference Include="NLog" Version="5.2.7" />
<PackageReference Include="NLog" Version="5.2.8" />

<PackageReference Include="System.Data.SqlClient" Version="4.8.5" />

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -108,12 +108,12 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>2.0.9</version>
<version>2.0.10</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.22.0</version>
<version>2.22.1</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 525aef9

Please sign in to comment.