Skip to content

Commit 2cb34b0

Browse files
committed
Merge remote-tracking branch 'upstream/main' into dependabot/gradle/jakarta.xml.bind-jakarta.xml.bind-api-4.0.1
* upstream/main: Bump org.glassfish.jersey.core:jersey-server from 3.1.1 to 3.1.3 (JabRef#10409) Bump org.beryx.jlink from 2.26.0 to 3.0.0 (JabRef#10413) Bump com.h2database:h2-mvstore from 2.2.222 to 2.2.224
2 parents dae2094 + 85e54f6 commit 2cb34b0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313

1414
id 'org.openjfx.javafxplugin' version '0.1.0'
1515

16-
id 'org.beryx.jlink' version '2.26.0'
16+
id 'org.beryx.jlink' version '3.0.0'
1717

1818
// nicer test outputs during running and completion
1919
// Homepage: https://github.com/radarsh/gradle-test-logger-plugin
@@ -123,7 +123,7 @@ dependencies {
123123

124124
implementation group: 'org.apache.commons', name: 'commons-csv', version: '1.10.0'
125125
implementation group: 'org.apache.commons', name: 'commons-lang3', version: '3.13.0'
126-
implementation 'com.h2database:h2-mvstore:2.2.222'
126+
implementation 'com.h2database:h2-mvstore:2.2.224'
127127

128128
// required for reading write-protected PDFs - see https://github.com/JabRef/jabref/pull/942#issuecomment-209252635
129129
implementation 'org.bouncycastle:bcprov-jdk18on:1.76'
@@ -219,7 +219,7 @@ dependencies {
219219
// API
220220
implementation 'jakarta.ws.rs:jakarta.ws.rs-api:3.1.0'
221221
// Implementation of the API
222-
implementation 'org.glassfish.jersey.core:jersey-server:3.1.1'
222+
implementation 'org.glassfish.jersey.core:jersey-server:3.1.3'
223223
// injection framework
224224
implementation 'org.glassfish.jersey.inject:jersey-hk2:3.1.3'
225225
implementation 'org.glassfish.hk2:hk2-api:3.0.4'

0 commit comments

Comments
 (0)