Skip to content

Commit

Permalink
Combined dependency updates (2023-12-08) (#117)
Browse files Browse the repository at this point in the history
Includes these updates:
- [Bump actions/deploy-pages from 2.0.5 to 3.0.1](#116)
- [Bump actions/setup-dotnet from 3.2.0 to 4.0.0](#114)
- [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.6.2 to 3.6.3](#112)
- [Bump org.postgresql:postgresql from 42.7.0 to 42.7.1](#115)
  • Loading branch information
giis-qabot authored Dec 8, 2023
1 parent 2f9acb9 commit bd82559
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
working-directory: net
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: '6.0.x'
#- name: Enable snapshots
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ jobs:
working-directory: net
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3.2.0
- uses: actions/setup-dotnet@v4.0.0
with:
dotnet-version: '6.0.x'

Expand Down Expand Up @@ -408,7 +408,7 @@ jobs:
- name: Deploy to GitHub Pages
if: always()
id: deployment
uses: actions/deploy-pages@v2.0.5
uses: actions/deploy-pages@v3.0.1

sonarqube:
needs: [test-java]
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.0</version>
<version>42.7.1</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -285,7 +285,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.6.2</version>
<version>3.6.3</version>
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
Expand Down

0 comments on commit bd82559

Please sign in to comment.