Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
4d97786
[dependency]: Bump org.jacoco:jacoco-maven-plugin
dependabot[bot] Oct 18, 2025
a7c7712
[dependency]: Bump org.jacoco:jacoco-maven-plugin
dependabot[bot] Oct 18, 2025
1d01453
[dependency]: Bump org.jacoco:jacoco-maven-plugin
dependabot[bot] Oct 18, 2025
0f84b59
[dependency]: Bump the nis-dependencies group across 1 directory with…
dependabot[bot] Oct 18, 2025
0f01932
Merge dependabot/maven/nis/dev/nis-dependencies-03d0973757 into combi…
github-actions[bot] Oct 19, 2025
ed4185a
Merge dependabot/maven/core/dev/core-dependencies-fbf627fa2f into com…
github-actions[bot] Oct 19, 2025
fde825a
Merge dependabot/maven/deploy/dev/deploy-dependencies-fbf627fa2f into…
github-actions[bot] Oct 19, 2025
71d4935
Merge dependabot/maven/peer/dev/peer-dependencies-fbf627fa2f into com…
github-actions[bot] Oct 19, 2025
a9683b0
[dependency]: Bump the core-dependencies group across 1 directory wit…
dependabot[bot] Nov 8, 2025
9995b91
Merge dependabot/maven/core/dev/core-dependencies-d96a885da6 into com…
github-actions[bot] Nov 9, 2025
f80be29
[dependency]: Bump the peer-dependencies group across 1 directory wit…
dependabot[bot] Nov 15, 2025
6103322
[dependency]: Bump the deploy-dependencies group across 1 directory w…
dependabot[bot] Nov 15, 2025
1520b2f
[dependency]: Bump the core-dependencies group across 1 directory wit…
dependabot[bot] Nov 15, 2025
49870ad
Merge dependabot/maven/core/dev/core-dependencies-6254cb6e60 into com…
github-actions[bot] Nov 16, 2025
3da7351
Merge dependabot/maven/deploy/dev/deploy-dependencies-5269af9a95 into…
github-actions[bot] Nov 16, 2025
98023e3
Merge dependabot/maven/peer/dev/peer-dependencies-5269af9a95 into com…
github-actions[bot] Nov 16, 2025
f5c4247
[dependency]: Bump the peer-dependencies group across 1 directory wit…
dependabot[bot] Nov 22, 2025
afd3122
[dependency]: Bump actions/checkout from 5 to 6
dependabot[bot] Nov 22, 2025
eaf072d
Merge dependabot/github_actions/dev/actions/checkout-6 into combined-…
github-actions[bot] Nov 23, 2025
1241b9f
Merge dependabot/maven/peer/dev/peer-dependencies-1634e303d0 into com…
github-actions[bot] Nov 23, 2025
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
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- uses: actions/setup-java@v5
with:
Expand Down
8 changes: 4 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>1.19.0</version>
<version>1.20.0</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.20.0</version>
<version>2.21.0</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down Expand Up @@ -189,7 +189,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
<version>3.5.0</version>
<configuration>
<archive>
<manifest>
Expand Down Expand Up @@ -300,7 +300,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.13</version>
<version>0.8.14</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions deploy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
<version>3.5.0</version>
<configuration>
<archive>
<manifest>
Expand Down Expand Up @@ -223,7 +223,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.13</version>
<version>0.8.14</version>
<executions>
<execution>
<goals>
Expand Down
4 changes: 2 additions & 2 deletions nis/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>exec-maven-plugin</artifactId>
<version>3.6.0</version>
<version>3.6.1</version>
<executions>
<execution>
<goals>
Expand All @@ -266,7 +266,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.13</version>
<version>0.8.14</version>
<executions>
<execution>
<goals>
Expand Down
6 changes: 3 additions & 3 deletions peer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.19.0</version>
<version>3.20.0</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down Expand Up @@ -95,7 +95,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.2</version>
<version>3.5.0</version>
<configuration>
<archive>
<manifest>
Expand Down Expand Up @@ -206,7 +206,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.13</version>
<version>0.8.14</version>
<executions>
<execution>
<goals>
Expand Down