Skip to content

Commit 8aed6f7

Browse files
authored
Merge branch 'main' into fix-for-issue-JabRef#12272
2 parents c0a4696 + 15bc1ee commit 8aed6f7

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

.github/workflows/unassign-issues.yml

+12
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,18 @@ jobs:
2020
with:
2121
github_token: '${{ secrets.GITHUB_TOKEN }}'
2222
days_until_unassign: 14
23+
unassigned_comment: |
24+
### 📋 Assignment Update
25+
26+
Hi @{{ handle }}, you are no longer assigned to this issue.
27+
28+
<details open>
29+
<summary>Next steps</summary>
30+
31+
**If you still want to work on this:**
32+
- Ask a maintainer to assign you again
33+
- If you're making progress, a maintainer can add the pin label to prevent future automatic unassignment
34+
</details>
2335
move_unassigned_issues:
2436
needs: unassign_issues
2537
if: ${{ needs.unassign_issues.outputs.unassigned_issues != '[]' }}

build.gradle

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
id 'com.github.andygoossens.modernizer' version '1.10.0'
1010

11-
id 'me.champeau.jmh' version '0.7.2'
11+
id 'me.champeau.jmh' version '0.7.3'
1212

1313
// This is https://github.com/java9-modularity/gradle-modules-plugin/pull/282
1414
id 'com.github.koppor.gradle-modules-plugin' version 'v1.8.15-cmd-1'
@@ -29,7 +29,7 @@ plugins {
2929

3030
id 'idea'
3131

32-
id 'org.openrewrite.rewrite' version '7.1.4'
32+
id 'org.openrewrite.rewrite' version '7.2.0'
3333

3434
id "org.itsallcode.openfasttrace" version "3.0.1"
3535
}
@@ -277,7 +277,7 @@ dependencies {
277277
implementation 'org.tinylog:tinylog-impl:2.7.0'
278278

279279
// route all requests to java.util.logging to SLF4J (which in turn routes to tinylog)
280-
implementation 'org.slf4j:jul-to-slf4j:2.0.16'
280+
implementation 'org.slf4j:jul-to-slf4j:2.0.17'
281281
// route all requests to log4j to SLF4J
282282
implementation 'org.apache.logging.log4j:log4j-to-slf4j:2.24.3'
283283

@@ -382,7 +382,7 @@ dependencies {
382382
implementation 'io.zonky.test.postgres:embedded-postgres-binaries-linux-arm64v8'
383383

384384
testImplementation 'io.github.classgraph:classgraph:4.8.179'
385-
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0'
385+
testImplementation 'org.junit.jupiter:junit-jupiter:5.12.1'
386386
testImplementation 'org.junit.platform:junit-platform-launcher:1.11.4'
387387

388388
testImplementation 'org.mockito:mockito-core:5.16.0'

0 commit comments

Comments
 (0)