Skip to content

Commit

Permalink
Combined dependency updates (2024-09-02)
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.commons:commons-lang3 from 3.16.0 to 3.17.0](#268)
- [Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.8.0 to 3.10.0](#267)
- [Bump org.apache.ant:ant-junit from 1.10.14 to 1.10.15](#266)
- [Bump surefire.version from 3.4.0 to 3.5.0](#265)
- [Bump RestSharp from 110.2.0 to 112.0.0 in /net/TdRules](#264)
  • Loading branch information
giis-qabot authored Sep 2, 2024
1 parent 7935975 commit 20080e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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="110.2.0" />
<PackageReference Include="RestSharp" Version="112.0.0" />

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

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.4.0</surefire.version>
<surefire.version>3.5.0</surefire.version>

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

Expand Down Expand Up @@ -68,7 +68,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.16.0</version>
<version>3.17.0</version>
</dependency>
<!-- other dependencies -->
<dependency>
Expand Down Expand Up @@ -275,7 +275,7 @@
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant-junit</artifactId>
<version>1.10.14</version>
<version>1.10.15</version>
</dependency>
<dependency>
<groupId>org.apache.ant</groupId>
Expand All @@ -300,7 +300,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.8.0</version>
<version>3.10.0</version>
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
Expand Down

0 comments on commit 20080e4

Please sign in to comment.