Skip to content

Commit d818203

Browse files
committed
Merge remote-tracking branches 'origin/dependabot/github_actions/docker/build-push-action-6.16.0', 'origin/dependabot/github_actions/docker/login-action-3.4.0', 'origin/dependabot/maven/com.auth0-java-jwt-4.5.0', 'origin/dependabot/maven/com.fasterxml.jackson-jackson-bom-2.19.0', 'origin/dependabot/maven/org.apache.maven.plugins-maven-compiler-plugin-3.14.0', 'origin/dependabot/maven/org.json-json-20250107' and 'origin/dependabot/maven/surefire-plugin.version-3.5.3'
7 parents 5b17f4f + 4fbec12 + 140b176 + f958e54 + 71ecb15 + f341626 + 5a689b7 commit d818203

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Docker Login
4141
# You may pin to the exact commit or the version.
4242
# uses: docker/login-action@f3364599c6aa293cdc2b8391b1b56d0c30e45c8a
43-
uses: docker/login-action@v3.3.0
43+
uses: docker/login-action@v3.4.0
4444
with:
4545
username: ${{ secrets.DOCKER_USERNAME }}
4646
password: ${{ secrets.DOCKER_PASSWORD }}

internal-extension-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<dependency>
2828
<groupId>org.json</groupId>
2929
<artifactId>json</artifactId>
30-
<version>20240303</version>
30+
<version>20250107</version>
3131
</dependency>
3232
<dependency>
3333
<groupId>org.eclipse</groupId>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
2424
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
2525
<quarkus.platform.version>3.22.2</quarkus.platform.version>
26-
<surefire-plugin.version>3.5.0</surefire-plugin.version>
26+
<surefire-plugin.version>3.5.3</surefire-plugin.version>
2727
<org.mockito.version>3.3.3</org.mockito.version>
2828
<quarkus.container-image.build>true</quarkus.container-image.build>
2929
<quarkus.container-image.group>viplab</quarkus.container-image.group>
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.fasterxml.jackson</groupId>
5858
<artifactId>jackson-bom</artifactId>
59-
<version>2.18.2</version>
59+
<version>2.19.0</version>
6060
<scope>import</scope>
6161
<type>pom</type>
6262
</dependency>
@@ -95,7 +95,7 @@
9595
</plugin>
9696
<plugin>
9797
<artifactId>maven-compiler-plugin</artifactId>
98-
<version>3.13.0</version>
98+
<version>3.14.0</version>
9999
</plugin>
100100
</plugins>
101101
</pluginManagement>

websocket-api-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
<dependency>
7373
<groupId>org.json</groupId>
7474
<artifactId>json</artifactId>
75-
<version>20240303</version>
75+
<version>20250107</version>
7676
</dependency>
7777
<dependency>
7878
<groupId>org.slf4j</groupId>
@@ -97,7 +97,7 @@
9797
<dependency>
9898
<groupId>com.auth0</groupId>
9999
<artifactId>java-jwt</artifactId>
100-
<version>4.4.0</version>
100+
<version>4.5.0</version>
101101
</dependency>
102102
<dependency>
103103
<groupId>com.auth0</groupId>

0 commit comments

Comments
 (0)