Skip to content

Commit afd65e1

Browse files
committed
chore(deps): Update nixpkgs and all Maven dependencies
1 parent a2ccec2 commit afd65e1

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
doCheck ? true,
2828
buildGitHubPages ? true,
29-
dependenciesHash ? "sha256-LJQfV426han/+H9ejUla7JvN1LS/c9l3e7hODs4Z7Kg=",
29+
dependenciesHash ? "sha256-OdagSk6jYCkkw/kPoOJlma9yEK7hMBcNkuxE6qt0ra8=",
3030
}:
3131
pkgs.stdenvNoCC.mkDerivation rec {
3232
pname = "DiffDetective";

nix/sources.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"nixpkgs": {
3-
"branch": "nixos-23.11",
3+
"branch": "nixos-25.05",
44
"description": "Nix Packages collection",
55
"homepage": null,
66
"owner": "NixOS",
77
"repo": "nixpkgs",
8-
"rev": "6832d0d99649db3d65a0e15fa51471537b2c56a6",
9-
"sha256": "1ww2vrgn8xrznssbd05hdlr3d4br6wbjlqprys1al8ahxkyl5syi",
8+
"rev": "10d7f8d34e5eb9c0f9a0485186c1ca691d2c5922",
9+
"sha256": "16ag6ac2szq60bm17cdj5ybg46gkvffkmq6a34wpx38v28r25ghx",
1010
"type": "tarball",
11-
"url": "https://github.com/NixOS/nixpkgs/archive/6832d0d99649db3d65a0e15fa51471537b2c56a6.tar.gz",
11+
"url": "https://github.com/NixOS/nixpkgs/archive/10d7f8d34e5eb9c0f9a0485186c1ca691d2c5922.tar.gz",
1212
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
1313
}
1414
}

pom.xml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<plugin>
4545
<groupId>org.apache.maven.plugins</groupId>
4646
<artifactId>maven-javadoc-plugin</artifactId>
47-
<version>3.4.1</version>
47+
<version>3.11.2</version>
4848
<configuration>
4949
<reportOutputDirectory>docs</reportOutputDirectory>
5050
<destDir>javadoc</destDir>
@@ -55,13 +55,13 @@
5555
<plugin>
5656
<groupId>org.apache.maven.plugins</groupId>
5757
<artifactId>maven-compiler-plugin</artifactId>
58-
<version>3.10.1</version>
58+
<version>3.14.0</version>
5959
</plugin>
6060

6161
<plugin>
6262
<groupId>org.apache.maven.plugins</groupId>
6363
<artifactId>maven-surefire-plugin</artifactId>
64-
<version>3.0.0-M8</version>
64+
<version>3.5.3</version>
6565
<configuration>
6666
<includes>
6767
<include>**/*.java</include>
@@ -73,7 +73,7 @@
7373
<plugin>
7474
<groupId>org.apache.maven.plugins</groupId>
7575
<artifactId>maven-assembly-plugin</artifactId>
76-
<version>3.4.2</version>
76+
<version>3.7.1</version>
7777
<executions>
7878
<execution>
7979
<phase>package</phase>
@@ -92,7 +92,7 @@
9292
<plugin>
9393
<groupId>org.antlr</groupId>
9494
<artifactId>antlr4-maven-plugin</artifactId>
95-
<version>4.13.1</version>
95+
<version>4.13.2</version>
9696
<executions>
9797
<execution>
9898
<goals>
@@ -146,7 +146,7 @@
146146
<!-- For Gumtree -->
147147
<groupId>org.atteo.classindex</groupId>
148148
<artifactId>classindex</artifactId>
149-
<version>3.11</version>
149+
<version>3.13</version>
150150
<scope>test</scope>
151151
</dependency>
152152

@@ -159,81 +159,81 @@
159159
<dependency>
160160
<groupId>org.eclipse.jgit</groupId>
161161
<artifactId>org.eclipse.jgit</artifactId>
162-
<version>6.7.0.202309050840-r</version>
162+
<version>7.2.1.202505142326-r</version>
163163
</dependency>
164164

165165
<dependency>
166166
<groupId>org.apache.commons</groupId>
167167
<artifactId>commons-lang3</artifactId>
168-
<version>3.12.0</version>
168+
<version>3.17.0</version>
169169
</dependency>
170170

171171
<dependency>
172172
<groupId>commons-io</groupId>
173173
<artifactId>commons-io</artifactId>
174-
<version>2.14.0</version>
174+
<version>2.19.0</version>
175175
</dependency>
176176

177177
<dependency>
178178
<groupId>org.tinylog</groupId>
179179
<artifactId>tinylog-api</artifactId>
180-
<version>2.6.1</version>
180+
<version>2.7.0</version>
181181
</dependency>
182182
<dependency>
183183
<groupId>org.tinylog</groupId>
184184
<artifactId>tinylog-impl</artifactId>
185-
<version>2.6.1</version>
185+
<version>2.7.0</version>
186186
</dependency>
187187

188188
<dependency>
189189
<groupId>org.apache.maven.plugins</groupId>
190190
<artifactId>maven-compiler-plugin</artifactId>
191-
<version>3.11.0</version>
191+
<version>3.14.0</version>
192192
</dependency>
193193

194194
<dependency>
195195
<groupId>org.junit.jupiter</groupId>
196196
<artifactId>junit-jupiter-engine</artifactId>
197-
<version>5.9.2</version>
197+
<version>5.13.0</version>
198198
<scope>test</scope>
199199
</dependency>
200200
<dependency>
201201
<groupId>org.junit.jupiter</groupId>
202202
<artifactId>junit-jupiter</artifactId>
203-
<version>5.9.2</version>
203+
<version>5.13.0</version>
204204
<scope>test</scope>
205205
</dependency>
206206
<dependency>
207207
<groupId>org.junit.platform</groupId>
208208
<artifactId>junit-platform-launcher</artifactId>
209-
<version>1.9.2</version>
209+
<version>1.13.0</version>
210210
<scope>test</scope>
211211
</dependency>
212212
<dependency>
213213
<groupId>org.apache.maven.surefire</groupId>
214214
<artifactId>surefire-junit-platform</artifactId>
215-
<version>3.0.0-M8</version>
215+
<version>3.5.3</version>
216216
<scope>test</scope>
217217
</dependency>
218218

219219
<!-- SLF4J API -->
220220
<dependency>
221221
<groupId>org.slf4j</groupId>
222222
<artifactId>slf4j-api</artifactId>
223-
<version>2.0.5</version>
223+
<version>2.0.17</version>
224224
</dependency>
225225

226226
<!-- SLF4J Simple binding -->
227227
<dependency>
228228
<groupId>org.slf4j</groupId>
229229
<artifactId>slf4j-simple</artifactId>
230-
<version>2.0.5</version>
230+
<version>2.0.17</version>
231231
</dependency>
232232

233233
<dependency>
234234
<groupId>org.antlr</groupId>
235235
<artifactId>antlr4</artifactId>
236-
<version>4.13.1</version>
236+
<version>4.13.2</version>
237237
</dependency>
238238
</dependencies>
239239
</project>

0 commit comments

Comments
 (0)