Skip to content

Commit 7fe2a2b

Browse files
committed
Merge remote-tracking branches 'origin/dependabot/maven/com.auth0-jwks-rsa-0.23.0', 'origin/dependabot/maven/com.fasterxml.jackson-jackson-bom-2.19.2' and 'origin/dependabot/maven/com.github.jknack-handlebars-4.5.0'
4 parents 98aa873 + a9db07e + bb72d6a + 25579fa commit 7fe2a2b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.fasterxml.jackson</groupId>
5858
<artifactId>jackson-bom</artifactId>
59-
<version>2.19.0</version>
59+
<version>2.19.2</version>
6060
<scope>import</scope>
6161
<type>pom</type>
6262
</dependency>

websocket-api-impl/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<dependency>
103103
<groupId>com.auth0</groupId>
104104
<artifactId>jwks-rsa</artifactId>
105-
<version>0.22.1</version>
105+
<version>0.23.0</version>
106106
</dependency>
107107
<dependency>
108108
<groupId>com.github.spullara.mustache.java</groupId>
@@ -112,7 +112,7 @@
112112
<dependency>
113113
<groupId>com.github.jknack</groupId>
114114
<artifactId>handlebars</artifactId>
115-
<version>4.4.0</version>
115+
<version>4.5.0</version>
116116
</dependency>
117117
<dependency>
118118
<groupId>io.smallrye.reactive</groupId>

0 commit comments

Comments
 (0)