Skip to content

Commit

Permalink
Combined dependency updates (2024-07-13)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump com.microsoft.sqlserver:mssql-jdbc from 12.6.2.jre8 to 12.7.1.jre8-preview](#232)
- [Bump surefire.version from 3.3.0 to 3.3.1](#231)
- [Bump actions/setup-dotnet from 4.0.0 to 4.0.1](#230)
  • Loading branch information
giis-qabot committed Jul 13, 2024
1 parent ad3a987 commit 6d44808
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/[email protected].0
- uses: actions/[email protected].1
with:
dotnet-version: '6.0.x'
- name: Pack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ jobs:
working-directory: net
steps:
- uses: actions/checkout@v4
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
dotnet-version: '6.0.x'

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<surefire.version>3.3.0</surefire.version>
<surefire.version>3.3.1</surefire.version>

<portable.version>2.2.3</portable.version>

Expand Down Expand Up @@ -154,7 +154,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
<version>12.6.2.jre8</version>
<version>12.7.1.jre8-preview</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 6d44808

Please sign in to comment.