Skip to content

Commit

Permalink
Combined dependency updates (2024-11-09)
Browse files Browse the repository at this point in the history
Dependabot updates combined by [DashGit](https://javiertuya.github.io/dashgit). Includes:
- [Bump surefire.version from 3.5.1 to 3.5.2](#301)
- [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1](#302)
- [Bump com.oracle.database.jdbc:ojdbc8 from 23.5.0.24.07 to 23.6.0.24.10](#303)
- [Bump mikepenz/action-junit-report from 4.3.1 to 5](#304)
- [Bump RestSharp from 112.0.0 to 112.1.0 in /net](#305)
  • Loading branch information
giis-qabot authored Nov 9, 2024
1 parent a0f46a9 commit cbf05c9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/action-junit-report@v4.3.1
uses: mikepenz/action-junit-report@v5
with:
check_name: "test-result-${{ matrix.scope }}"
report_paths: "**/surefire-reports/TEST-*.xml"
Expand Down Expand Up @@ -178,7 +178,7 @@ jobs:

- name: Generate report checks
if: always()
uses: mikepenz/action-junit-report@v4.3.1
uses: mikepenz/action-junit-report@v5
with:
check_name: "test-result-Net"
report_paths: "net/surefire-reports/TEST-*.xml"
Expand Down
2 changes: 1 addition & 1 deletion net/TdRules/TdRules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

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

<PackageReference Include="RestSharp" Version="112.0.0" />
<PackageReference Include="RestSharp" Version="112.1.0" />

<PackageReference Include="Polly" Version="8.4.2" />

Expand Down
8 changes: 4 additions & 4 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.5.1</surefire.version>
<surefire.version>3.5.2</surefire.version>

<portable.version>2.3.0</portable.version>

Expand Down Expand Up @@ -166,9 +166,9 @@
<dependency>
<groupId>com.oracle.database.jdbc</groupId>
<artifactId>ojdbc8</artifactId>
<!-- latest: 23.5.0.24.07 does not work on windows with gvenzl/oracle-xe:21.3.0-slim-faststart
<!-- latest: 23.6.0.24.10 does not work on windows with gvenzl/oracle-xe:21.3.0-slim-faststart
error: ORA-01005 null password given, use 21.14.0.0 -->
<version>23.5.0.24.07</version>
<version>23.6.0.24.10</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down Expand Up @@ -300,7 +300,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.1</version>
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
Expand Down

0 comments on commit cbf05c9

Please sign in to comment.