Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combined dependency updates (2024-10-12) #289

Merged
merged 17 commits into from
Oct 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
301ac9f
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3.2.7
dependabot[bot] Sep 27, 2024
b430d67
Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0
dependabot[bot] Sep 27, 2024
753a5d9
Bump org.xerial:sqlite-jdbc from 3.46.1.0 to 3.46.1.3
dependabot[bot] Sep 27, 2024
0f0df8a
Bump Polly from 8.4.1 to 8.4.2 in /net
dependabot[bot] Sep 27, 2024
444bbdf
Bump System.Data.SQLite from 1.0.118 to 1.0.119 in /net
dependabot[bot] Oct 4, 2024
81457b4
Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0 to 3.10.1
dependabot[bot] Oct 4, 2024
4a6896f
Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.0 to 2.24.1
dependabot[bot] Oct 4, 2024
53cc8b8
Bump surefire.version from 3.5.0 to 3.5.1
dependabot[bot] Oct 11, 2024
3f8d075
Merge: Bump surefire.version from 3.5.0 to 3.5.1 [1/8]
giis-qabot Oct 12, 2024
f047872
Merge: Bump org.apache.logging.log4j:log4j-slf4j2-impl from 2.24.0 to…
giis-qabot Oct 12, 2024
c8423ce
Merge: Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.0…
giis-qabot Oct 12, 2024
1971de4
Merge: Bump System.Data.SQLite from 1.0.118 to 1.0.119 in /net [4/8]
giis-qabot Oct 12, 2024
a91210d
Merge: Bump Polly from 8.4.1 to 8.4.2 in /net [5/8]
giis-qabot Oct 12, 2024
ad8503e
Merge: Bump org.xerial:sqlite-jdbc from 3.46.1.0 to 3.46.1.3 [6/8]
giis-qabot Oct 12, 2024
2722d69
Merge: Bump com.fasterxml.jackson:jackson-bom from 2.17.2 to 2.18.0 […
giis-qabot Oct 12, 2024
9dd309e
Merge: Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.6 to 3…
giis-qabot Oct 12, 2024
6e6a5e6
Combined dependency updates (2024-10-12)
giis-qabot Oct 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions net/TdRules/TdRules.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@

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

<PackageReference Include="System.Data.SQLite" Version="1.0.118" />
<PackageReference Include="System.Data.SQLite" Version="1.0.119" />
</ItemGroup>

<ItemGroup>
Expand All @@ -53,7 +53,7 @@

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

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

<PackageReference Include="System.ComponentModel.Annotations" Version="5.0.0" />
</ItemGroup>
Expand Down
12 changes: 6 additions & 6 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.0</surefire.version>
<surefire.version>3.5.1</surefire.version>

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

Expand Down Expand Up @@ -55,7 +55,7 @@
<dependency>
<groupId>com.fasterxml.jackson</groupId>
<artifactId>jackson-bom</artifactId>
<version>2.17.2</version>
<version>2.18.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -114,7 +114,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j2-impl</artifactId>
<version>2.24.0</version>
<version>2.24.1</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -174,7 +174,7 @@
<dependency>
<groupId>org.xerial</groupId>
<artifactId>sqlite-jdbc</artifactId>
<version>3.46.1.0</version>
<version>3.46.1.3</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.0</version>
<version>3.10.1</version>
<configuration>
<quiet>true</quiet>
<doclint>none</doclint>
Expand Down Expand Up @@ -373,7 +373,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>3.2.6</version>
<version>3.2.7</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down
Loading